php-src/Zend/tests/bug78335_2.phpt
Nikita Popov 7485978339
Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00

15 lines
228 B
PHP

--TEST--
Bug #78335: Static properties containing cycles report as leak (internal class variant)
--EXTENSIONS--
zend_test
--FILE--
<?php
$foo = [&$foo];
_ZendTestClass::$_StaticProp = $foo;
?>
===DONE===
--EXPECT--
===DONE===