Home
last modified time | relevance | path

Searched refs:callback (Results 101 – 125 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt24 // callback function
25 /* Prototype : callback(int $value, mixed $key)
30 function callback($value, $key)
39 var_dump( array_walk_recursive($input, "callback"));
H A Darray_walk_variation5.phpt24 // callback function
25 /* Prototype : callback(int $value, mixed $key)
30 function callback($value, $key)
39 var_dump( array_walk($input, "callback"));
H A Darray_diff_ukey_variation11.phpt2 Test array_diff_ukey() function : usage variation - Passing class without string to callback (Handl…
5 /* Prototype : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
40 Error: 2 - array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given, …
42 Error: 2 - array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given, …
H A Darray_reduce_variation2.phpt5 /* Prototype : mixed array_reduce(array input, mixed callback [, int initial])
6 * Description: Iteratively reduce the array to a single value via the callback.
27 Warning: array_reduce() expects parameter 2 to be a valid callback, function 'bogusbogus' not found…
H A Darray_map_001.phpt2 array_map() and exceptions in the callback
21 Warning: array_map(): An error occurred while invoking the map callback in %s on line %d
H A Darray_map_basic.phpt5 /* Prototype : array array_map ( callback $callback , array $arr1 [, array $... ] )
6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation8.phpt5 /* Prototype : array array_map ( callback $callback , array $arr1 [, array $... ] )
6 * Description: Applies the callback to the elements of the given arrays
H A Darray_map_variation5.phpt5 /* Prototype : array array_map ( callback $callback , array $arr1 [, array $... ] )
6 * Description: Applies the callback to the elements of the given arrays
16 function callback($a)
73 var_dump( array_map('callback', $arr1) );
H A Darray_walk_recursive_variation7.phpt2 Test array_walk_recursive() function : usage variations - anonymous callback function
11 * Passing anonymous(run-time) callback function with following variations:
19 echo "*** Testing array_walk_recursive() : anonymous function as callback ***\n";
40 *** Testing array_walk_recursive() : anonymous function as callback ***
H A Darray_walk_variation7.phpt2 Test array_walk() function : usage variations - anonymous callback function
11 * Passing anonymous(run-time) callback function with following variations:
19 echo "*** Testing array_walk() : anonymous function as callback ***\n";
40 *** Testing array_walk() : anonymous function as callback ***
H A Darray_walk_object1.phpt17 * Prototype : callback(mixed $value, mixed $key, int $addvalue
24 function callback($value, $key, $user_data)
48 var_dump( array_walk($input, "callback", 1));
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45556.phpt2 Bug #45556 (Return value from callback isn't freed)
30 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s on line %d
34 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
/PHP-5.5/ext/sqlite3/tests/
H A Dbug68760.phpt10 echo "callback";
33 callback
34 Warning: SQLite3::query(): An error occurred while invoking the compare callback in %a%ebug68760.ph…
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic4.phpt8 assert.callback = f1
25 echo "Initial values: ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n";
37 Initial values: ini.get("assert.callback") => [f1]
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites
15 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt2 Phar front controller with valid callback that is not good
15 %ahar error: failed to call rewrite callback
H A Dfrontcontroller33.phpt2 Phar front controller with valid callback that does not return any value
15 phar error: rewrite callback must return a string or false
/PHP-5.5/tests/classes/
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
15 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'UndefC' not found in %…
H A Dtype_hinting_004.phpt11 echo "---> Type hints with callback function:\n";
27 echo "\n\n---> Type hints with callback static method:\n";
52 echo "\n\n---> Type hints with callback instance method:\n";
79 ---> Type hints with callback function:
90 ---> Type hints with callback static method:
101 ---> Type hints with callback instance method:
/PHP-5.5/ext/readline/tests/
H A Dreadline_completion_function_001.phpt17 foreach ($data as $callback) {
18 readline_completion_function($callback);
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller31.phpt2 Phar front controller with invalid callback for rewrites [cache_list]
16 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt2 Phar front controller with valid callback that is not good [cache_list]
16 %ahar error: failed to call rewrite callback
H A Dfrontcontroller33.phpt2 Phar front controller with valid callback that does not return any value [cache_list]
16 phar error: rewrite callback must return a string or false
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic2.phpt10 echo "Simple test comparing two objects with different compare callback handler\n";
22 Simple test comparing two objects with different compare callback handler
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d

Completed in 41 milliseconds

12345678910>>...14