fix test description

This commit is contained in:
Antony Dovgal 2005-12-20 17:00:24 +00:00
parent 670b075f87
commit 3782a4acf2

View File

@ -1,5 +1,5 @@
--TEST--
Bug #26077 Memory leaks when creating an instance of an object
Bug #26077 (Memory leaks when creating an instance of an object)
--FILE--
<?php
class foo {} new foo();