Home
last modified time | relevance | path

Searched refs:callback (Results 226 – 250 of 307) sorted by last modified time

12345678910>>...13

/php-src/ext/standard/tests/array/
H A Darray_filter_variation9.phpt2 Test array_filter() function : usage variations - built-in functions as 'callback' argument
6 * Passing built-in functions and different language constructs as 'callback' argument
9 echo "*** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***…
13 // using built-in function 'is_int' as 'callback'
16 // using built-in function 'chr' as 'callback'
19 // using language construct 'echo' as 'callback'
26 // using language construct 'exit' as 'callback'
36 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
65 array_filter(): Argument #2 ($callback) must be a valid callback or null, function "echo" not found…
66 array_filter(): Argument #2 ($callback) must be a valid callback or null, function "exit" not found…
H A Darray_diff_uassoc_basic.phpt6 * array array_diff_uassoc ( array $array1, array $array2 [, array $..., callback $key_compare_func]…
H A Darray_diff_uassoc_error.phpt48 array_diff_uassoc(): Argument #4 must be a valid callback, array callback must have exactly two mem…
49 array_diff_uassoc(): Argument #6 must be a valid callback, array callback must have exactly two mem…
52 array_diff_uassoc(): Argument #2 must be a valid callback, array callback must have exactly two mem…
H A Darray_diff_ukey_variation10.phpt2 Test array_diff_ukey() function : usage variation - Passing non-existing function name to callback
28 array_diff_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found or i…
29 array_diff_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found or i…
/php-src/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt35 SQLite3::createAggregate(): Argument #2 ($stepCallback) must be a valid callback, function "aggrega…
36 SQLite3::createAggregate(): Argument #3 ($finalCallback) must be a valid callback, function "aggreg…
H A Dbug68760.phpt8 echo "callback".PHP_EOL;
31 callback
/php-src/ext/spl/tests/
H A Dspl_autoload_008.phpt84 TypeError: spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-s…
104 TypeError: spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-s…
H A Dspl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt14 spl_autoload_register(): Argument #1 ($callback) must not be the spl_autoload_call() function
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
7 throw new Exception('Broken callback');
20 Broken callback
H A Dspl_004.phpt88 iterator_apply(): Argument #2 ($callback) must be a valid callback, function "non_existing_function…
H A Dspl_007.phpt2 SPL: iterator_apply() with callback using __call()
H A Dspl_autoload_001.phpt103 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, function "unavai…
H A Dspl_autoload_005.phpt46 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-static metho…
H A Dspl_autoload_007.phpt55 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
58 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
64 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-static metho…
72 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
80 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
96 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, non-static metho…
105 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class MyAutoLoad…
114 spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, cannot access pr…
H A Dheap_003.phpt2 SPL: SplHeap: comparison callback
H A Dbug65387.phpt26 // Recursive callback
H A DCallbackFilterIteratorTest-002.phpt47 CallbackFilterIterator::__construct(): Argument #2 ($callback) must be a valid callback, no array o…
48 …llbackFilterIterator::__construct(): Argument #2 ($callback) must be a valid callback, array callb…
H A DCallbackFilterIteratorTest.phpt38 $callback = $test();
40 $it = new CallbackFilterIterator($it, $callback);
48 // same test, with no reference to callback
52 unset($callback);
H A DRecursiveCallbackFilterIteratorTest.phpt41 $callback = $test();
43 $it = new RecursiveCallbackFilterIterator($it, $callback);
52 // same test, with no reference to callback
57 unset($callback);
/php-src/ext/spl/
H A Dphp_spl.stub.php34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals… argument
36 function spl_autoload_unregister(callable $callback): bool {} argument
49 function iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int {} argument
/php-src/ext/readline/tests/
H A Dlibedit_callback_handler_install_001.phpt28 readline_callback_handler_install(): Argument #2 ($callback) must be a valid callback, function "fo…
H A Dreadline_callback_handler_install_001.phpt26 readline_callback_handler_install(): Argument #2 ($callback) must be a valid callback, function "fo…
H A Dreadline_completion_function_001.phpt17 foreach ($data as $callback) {
19 var_dump(readline_completion_function($callback));
29 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
30 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
/php-src/ext/readline/
H A Dreadline.stub.php32 function readline_completion_function(callable $callback): bool {} argument
36 function readline_callback_handler_install(string $prompt, callable $callback): bool {} argument
/php-src/ext/phar/tests/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites
15 Fatal error: Uncaught TypeError: Phar::webPhar(): Argument #5 ($rewrite) must be a valid callback o…

Completed in 29 milliseconds

12345678910>>...13