Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/closure_026.phpt |
--TEST-- Closure 026: Assigning a closure object to an array in $this --FILE-- <?php class foo { public function __construct() { $a =& $this; $a->a[] = function() { return 1; }; var_dump($this); var_dump($this->a[0]()); } } $x = new foo; print "--------------\n"; foreach ($x as $b => $c) { var_dump($b, $c); var_dump($c[0]()); } ?> --EXPECTF-- object(foo)#%d (1) { ["a"]=> array(1) { [0]=> object(Closure)#%d (1) { ["this"]=> *RECURSION* } } } int(1) -------------- string(1) "a" array(1) { [0]=> object(Closure)#%d (1) { ["this"]=> object(foo)#%d (1) { ["a"]=> array(1) { [0]=> *RECURSION* } } } } int(1)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare