summaryrefslogtreecommitdiff
path: root/Zend/tests/bug26077.phpt
blob: fa154655bfca878c03c319ad2d44fb1f1ca2f4eb (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #26077  	Memory leaks when creating an instance of an object
--FILE--
<?php
class foo {} new foo();
?>
===DONE===
--EXPECT--
===DONE===