You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
149 B

23 years ago
23 years ago
23 years ago
23 years ago
  1. --TEST--
  2. Bug #26077 (Memory leaks when creating an instance of an object)
  3. --FILE--
  4. <?php
  5. class foo {} new foo();
  6. ?>
  7. ===DONE===
  8. --EXPECT--
  9. ===DONE===