Home
last modified time | relevance | path

Searched refs:iterator_apply (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Dspl_004.phpt2 SPL: iterator_apply()
35 var_dump(iterator_apply($it, 'test', NULL));
38 var_dump(iterator_apply($it, 'test_arg', array($it)));
42 var_dump(iterator_apply($it, 'test'));
45 var_dump(iterator_apply($it, 'test', 1));
46 var_dump(iterator_apply($it, 'non_existing_function'));
47 var_dump(iterator_apply($it, 'non_existing_function', NULL, 2));
77 Error: Argument 3 passed to iterator_apply() must be of the type array, integer given
78 Error: iterator_apply() expects parameter 3 to be array, integer given
80 Error: iterator_apply() expects parameter 2 to be a valid callback, function 'non_existing_function…
[all …]
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
13 iterator_apply($it, 'test');
H A Dspl_007.phpt2 SPL: iterator_apply() with callback using __call()
15 iterator_apply($it, array(new Foo, "foobar"));
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
17 $res = iterator_apply($it, 'test');
/PHP-5.5/Zend/tests/
H A Dbug64966.phpt15 test("iterator_apply");
26 #1 %sbug64966.php(6): iterator_apply('')
27 #2 %sbug64966.php(12): test('iterator_apply')
/PHP-5.5/ext/spl/
H A Dspl_iterators.h62 PHP_FUNCTION(iterator_apply);
H A Dphp_spl.c935 PHP_FE(iterator_apply, arginfo_iterator_apply)
H A Dspl_iterators.c3636 PHP_FUNCTION(iterator_apply) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)

Completed in 43 milliseconds