/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/spl_007.phpt
--TEST-- SPL: iterator_apply() with callback using __call() --FILE-- <?php class Foo { public function __call($name, $params) { echo "Called $name.\n"; return true; } } $it = new ArrayIterator(array(1, 2, 3)); iterator_apply($it, array(new Foo, "foobar")); ?> --EXPECT-- Called foobar. Called foobar. Called foobar.
Copyright ©2k19 -
Hexid
|
Tex7ure