php-src/Zend/tests/gc_027.phpt
2008-01-24 10:49:26 +00:00

13 lines
176 B
PHP

--TEST--
GC 027: GC and properties of internal classes
--FILE--
<?php
try {
throw new Exception();
} catch (Exception $e) {
gc_collect_cycles();
}
echo "ok\n";
--EXPECT--
ok