mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
10 lines
149 B
PHP
Executable File
10 lines
149 B
PHP
Executable File
--TEST--
|
|
Bug #26077 Memory leaks when creating an instance of an object
|
|
--FILE--
|
|
<?php
|
|
class foo {} new foo();
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
===DONE===
|