summaryrefslogtreecommitdiff
path: root/Zend/tests/bug78335_2.phpt
blob: 5f2c9ed9df9d3b1e7b29700f10d218c9e1143e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #78335: Static properties containing cycles report as leak (internal class variant)
--SKIPIF--
<?php if (!extension_loaded("zend_test")) die("skip requires zend_test"); ?>
--FILE--
<?php

$foo = [&$foo];
_ZendTestClass::$_StaticProp = $foo;

?>
===DONE===
--EXPECT--
===DONE===