Home
last modified time | relevance | path

Searched refs:callback (Results 151 – 175 of 291) sorted by relevance

12345678910>>...12

/php-src/ext/curl/tests/
H A Dbug76675.phpt17 $callback = function($parent, $passed) use (&$transfers) {
27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c483 if (!ev || !ev->callback) { in fpm_event_fire()
487 (*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg); in fpm_event_fire()
491 int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *,… in fpm_event_set()
493 if (!ev || !callback || fd < -1) { in fpm_event_set()
498 ev->callback = callback; in fpm_event_set()
/php-src/ext/standard/tests/array/
H A Darray_reduce_return_by_ref.phpt2 Return by reference from array_reduce() callback
H A Darray_filter_object.phpt84 // with default callback
87 // with always_true callback function
90 // with always_false callback function
H A Dbug76778.phpt2 Bug #76778 (array_reduce leaks memory if callback throws exception)
H A Darray_map_001.phpt2 array_map() and exceptions in the callback
/php-src/Zend/tests/
H A Dbug45186.phpt61 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot access "self" when no cl…
H A Dbug48770_3.phpt55 call_user_func_array(): Argument #1 ($callback) must be a valid callback, class C does not have a m…
H A Ddeclare_007.phpt2 Testing declare statement with ticks with callback arguments
H A Dclass_alias_011.phpt2 Testing callback in alias
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst.h94 lexbor_bst_serialize(lexbor_bst_t *bst, lexbor_callback_f callback, void *ctx);
98 lexbor_callback_f callback, void *ctx, size_t tabs);
/php-src/ext/filter/tests/
H A D053.phpt2 filter_var() - using callback
/php-src/Zend/tests/attributes/
H A D016_custom_attribute_validation.phpt2 Attribute validation callback of internal attributes.
/php-src/ext/spl/tests/
H A Dspl_004.phpt88 iterator_apply(): Argument #2 ($callback) must be a valid callback, function "non_existing_function…
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_007.phpt2 SPL: iterator_apply() with callback using __call()
/php-src/ext/standard/tests/assert/
H A Dassert_basic2.phpt6 assert.callback=f1
29 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
H A Dassert_basic5.phpt6 assert.callback = f1
27 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
/php-src/ext/readline/
H A Dreadline_arginfo.h32 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
38 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt2 SQLite3 user authorizer callback
102 The authorizer callback returned an invalid type: expected int
104 The authorizer callback returned an invalid value: 4200
/php-src/Zend/
H A Dzend_closures.stub.php23 public static function fromCallable(callable $callback): Closure {} argument
H A Dzend_fibers.stub.php11 public function __construct(callable $callback) {} argument
/php-src/tests/classes/
H A Dtype_hinting_004.phpt6 echo "---> Type hints with callback function:\n";
45 echo "\n\n---> Type hints with callback static method:\n";
94 echo "\n\n---> Type hints with callback instance method:\n";
151 ---> Type hints with callback function:
162 ---> Type hints with callback static method:
173 ---> Type hints with callback instance method:
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt13 Invalid callback Nonexistent, function "Nonexistent" not found or invalid function name
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php334 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = … argument
340 public function createCollation(string $name, callable $callback): bool {} argument
352 public function setAuthorizer(?callable $callback): bool {} argument

Completed in 75 milliseconds

12345678910>>...12