mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
add test
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
--TEST--
|
||||
Bug #26077 Memory leaks when creating an instance of an object
|
||||
--FILE--
|
||||
<?php
|
||||
class foo {} new foo();
|
||||
?>
|
||||
===DONE===
|
||||
--EXPECTF--
|
||||
===DONE===
|
||||
Reference in New Issue
Block a user