-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/spl/tests/ |
|
|
| Current File : //usr/src/php/ext/spl/tests/SplObjectStorage_var_dump.phpt |
--TEST--
SPL: SplObjectStorage: recursive var_dump
--FILE--
<?php
$o = new SplObjectStorage();
$o[new StdClass] = $o;
var_dump($o);
--EXPECTF--
object(SplObjectStorage)#%d (1) {
["storage":"SplObjectStorage":private]=>
array(1) {
["%s"]=>
array(2) {
["obj"]=>
object(stdClass)#%d (0) {
}
["inf"]=>
*RECURSION*
}
}
}
Copyright © 2017 || Recoded By Mr.Bumblebee