Home
last modified time | relevance | path

Searched refs:callback (Results 226 – 250 of 361) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/standard/tests/array/
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 Dusort_variation8.phpt78 Warning: usort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid f…
83 Warning: usort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid f…
H A Dbug35821.phpt2 Bug #35821 (array_map() segfaults when exception is throwed from the callback)
H A Duasort_variation8.phpt72 Warning: uasort() expects parameter 2 to be a valid callback, function 'echo' not found or invalid …
76 Warning: uasort() expects parameter 2 to be a valid callback, function 'exit' not found or invalid …
H A Darray_walk_recursive_variation1.phpt16 // callback function
17 /* Prototype : callback(mixed $value, mixed $key)
22 function callback($value, $key)
87 var_dump( array_walk_recursive($input_values[$count], "callback") );
88 var_dump( array_walk_recursive($input_values[$count], "callback", $user_data) );
H A Darray_walk_variation1.phpt16 // callback function
17 /* Prototype : callback(mixed $value, mixed $key)
22 function callback($value, $key)
87 var_dump( array_walk($input_values[$count], "callback") );
88 var_dump( array_walk($input_values[$count], "callback", $user_data) );
/PHP-7.1/ext/interbase/tests/
H A Dbug45575.phpt2 Bug #45575 (Segfault with invalid non-string as event handler callback)
/PHP-7.1/tests/output/
H A Dob_start_error_004.phpt2 Test ob_start() with non existent callback method.
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt46 configured filter. The 'callback' filter can not be used here, as that
300 This filter will callback to the specified callback function as specified with
301 the *filter_options* parameter. All variants of callback functions are
313 callback CALLBACK mixed Calls the callback function/method with the input
315 and modifying of the input value. If the callback
321 The callback function's prototype is:
323 boolean callback(&$value, $characterset);
/PHP-7.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h53 zval callback; member
/PHP-7.1/ext/filter/tests/
H A D037.phpt2 GET and data callback tests
H A D008.phpt56 string(8) "callback"
/PHP-7.1/ext/standard/tests/assert/
H A Dassert_basic2.phpt6 assert.callback=f1
H A Dassert_basic5.phpt6 assert.callback = f1
H A Dassert_error4.phpt6 assert.callback = f1
H A Dassert.phpt7 assert.callback =
H A Dassert_error2.phpt6 assert.callback = f1
/PHP-7.1/Zend/tests/
H A Dbug73338.phpt18 Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in %…
H A Dbug45180.phpt2 Testing callback formats within class method
/PHP-7.1/ext/libxml/tests/
H A Dbug76777.phpt2 Bug #76777 (first parameter of libxml_set_external_entity_loader callback undefined)
/PHP-7.1/ext/pcre/tests/
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
/PHP-7.1/tests/classes/
H A Dbug27504.phpt23 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)
/PHP-7.1/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
H A Dcurl_write_callback.phpt7 …temporary file. Use curl to access this file, passing the output into a callback. Tests the PHP_CU…

Completed in 40 milliseconds

12345678910>>...15