Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 25 of 344) sorted by path

12345678910>>...14

/PHP-5.5/
H A DNEWS551 callback). (Mike)
2473 . Fixed bug #61272 (ob_start callback gets passed empty string).
3733 having had its dtor callback called in between). (Gustavo)
6415 - Fixed bug #47818 (Segfault due to bound callback param). (Felipe)
6765 - Fixed bug #45556 (Return value from callback isn't freed). (Felipe)
6798 - Fixed bug #45220 (curl_read callback returns -1 when needs to return
7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)
7726 the callback). (Tony)
7792 . Fixed a bug when callback function returns a non-modified value.
8020 - Fixed bug #39344 (Unnecessary calls to OnModify callback routine for
[all …]
H A DUPGRADING.INTERNALS125 serialize callback in the class entry.
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
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 Dbug45180.phpt2 Testing callback formats within class method
H A Dbug45186.phpt54 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug45186_2.phpt48 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'bar' does not have a m…
50 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug45744.phpt2 Bug #45744 (Case sensitive callback behaviour)
7 var_dump(array_map(array($this, 'callback'), $data));
10 private function callback($value) {
14 return array_map(array($this, 'callback'), $value);
H A Dbug48770_2.phpt52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
H A Dbug48770_3.phpt51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
H A Dbug63173.phpt2 Bug #63173: Crash when invoking invalid array callback
7 $callback = [1 => 0, 2 => 0];
8 $callback();
12 Fatal error: Array callback has to contain indices 0 and 1 in %s on line %d
H A Dbug63468.phpt2 Bug #63468 (wrong called method as callback with inheritance)
H A Dcall_user_func_001.phpt33 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method …
35 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access protected metho…
H A Dcall_user_func_002.phpt19 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'foo' not found in %s o…
21 Warning: call_user_func() expects parameter 1 to be a valid callback, class '' not found in %s on l…
25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dcall_user_func_004.phpt16 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
H A Dcall_user_func_005.phpt21 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
H A Dclass_alias_011.phpt2 Testing callback in alias
H A Dexception_handler_004.phpt14 Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d
16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d
H A Dfr47160.phpt108 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method He…
H A Dobjects_027.phpt38 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
/PHP-5.5/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt2 Test CURLOPT_READDATA without a callback function
H A Dcurl_write_callback.phpt7 …temporary file. Use curl to access this file, passing the output into a callback. Tests the PHP_CU…
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
/PHP-5.5/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);

Completed in 115 milliseconds

12345678910>>...14