Home
last modified time | relevance | path

Searched refs:callback (Results 201 – 225 of 364) sorted by relevance

12345678910>>...15

/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt5 /* Prototype : array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_fun…
7 * user supplied callback function
H A Darray_reduce.phpt7 /* Prototype: array array_reduce(array $array, mixed $callback, mixed $initial);
8 Description: Iteratively reduce the array to a single value via the callback
H A Darray_diff_ukey_basic.phpt6 * proto array array_diff_ukey ( array $array1, array $array2 [, array $ ..., callback $key_compare_…
H A Darray_intersect_uassoc_basic.phpt6 * array array_intersect_uassoc ( array $array1, array $array2 [, array $..., callback $key_compare_…
H A Darray_intersect_ukey_basic.phpt6 * proto array array_intersect_ukey ( array $array1, array $array2 [, array $ ..., callback $key_com…
H A Darray_diff_uassoc_basic.phpt6 * array array_diff_uassoc ( array $array1, array $array2 [, array $..., callback $key_compare_func]…
H A Darray_diff_ukey_error.phpt5 /* Prototype : array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)
43 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in …
H A Darray_map_variation2.phpt6 /* Prototype : array array_map(mixed callback, array input1 [, array input2 ,...])
7 * Description: Applies the callback to the elements in given arrays.
/PHP-7.2/tests/classes/
H A D__call_007.phpt46 echo "\n\n---> Invoke __call via callback.\n";
74 ---> Invoke __call via callback.
H A Dabstract_user_call.phpt30 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot call abstract method t…
/PHP-7.2/Zend/tests/
H A Dmethods-on-non-objects-call-user-func.phpt10 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug37138.phpt2 Bug #37138 (__autoload tries to load callback'ed self and parent)
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
/PHP-7.2/ext/spl/tests/
H A Dheap_003.phpt2 SPL: SplHeap: comparison callback
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt2 PDO_sqlite: Testing invalid callback for sqliteCreateAggregate()
/PHP-7.2/ext/session/tests/
H A Dbug31454.phpt19 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %sbug31454.php on line %d
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.c422 …t len, char *keyname, size_t keylen, HashTable *parent, zval *zv, phpdbg_parse_var_func callback) { in phpdbg_parse_variable_arg_wrapper() argument
423 return callback(name, len, keyname, keylen, parent, zv); in phpdbg_parse_variable_arg_wrapper()
426 … *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent… in phpdbg_parse_variable() argument
427 …nt, i, (phpdbg_parse_var_with_arg_func) phpdbg_parse_variable_arg_wrapper, NULL, silent, callback); in phpdbg_parse_variable()
430 …size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var… in phpdbg_parse_variable_with_arg() argument
496 …ret = callback(name, namelen, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SU… in phpdbg_parse_variable_with_arg()
505 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
514 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
548 …ret = callback(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:… in phpdbg_parse_variable_with_arg()
H A Dphpdbg_utils.h91 … *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent…
92 …size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var…
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_basic1.phpt6 assert.callback = f1
/PHP-7.2/tests/output/
H A Dob_014.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_start_error_005.phpt2 ob_start(): ensure buffers can't be added from within callback.
H A Dob_start_error_004.phpt2 Test ob_start() with non existent callback method.
/PHP-7.2/ext/interbase/tests/
H A Dbug45575.phpt2 Bug #45575 (Segfault with invalid non-string as event handler callback)

Completed in 31 milliseconds

12345678910>>...15