Home
last modified time | relevance | path

Searched refs:callback (Results 251 – 264 of 264) sorted by relevance

1...<<11

/PHP-8.2/ext/spl/
H A Dspl_iterators_arginfo.h19 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
27 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/PHP-8.2/ext/oci8/
H A Doci8.stub.php949 function oci_register_taf_callback($connection, ?callable $callback): bool {}
H A Doci8_arginfo.h441 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
/PHP-8.2/ext/standard/
H A Dvar_unserializer.re1243 /* Check for unserialize callback */
1250 /* Call unserialize callback */
1265 /* The callback function may have defined the class */
H A Dstreamsfuncs.c882 zval *callback = &context->notifier->ptr; in user_space_stream_notifier() local
898 if (FAILURE == call_user_function(NULL, NULL, callback, &retval, 6, zvs)) { in user_space_stream_notifier()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c875 …ter_on_active(php_cli_server_poller *poller, void *opaque, zend_result(*callback)(void *, php_sock… in php_cli_server_poller_iter_on_active()
912 if (SUCCESS != callback(opaque, e->fd, e->events)) { in php_cli_server_poller_iter_on_active()
924 if (SUCCESS != callback(opaque, fd, POLLIN)) { in php_cli_server_poller_iter_on_active()
929 if (SUCCESS != callback(opaque, fd, POLLOUT)) { in php_cli_server_poller_iter_on_active()
/PHP-8.2/ext/zip/
H A Dphp_zip_arginfo.h288 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
294 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
/PHP-8.2/ext/ldap/
H A Dldap_arginfo.h273 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 1)
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt92 * expected: true if valid callback
/PHP-8.2/sapi/fpm/tests/
H A Dlogtool.inc128 * Match the matcher checking the log lines using the callback.
/PHP-8.2/
H A Dphp.ini-development290 ; The unserialize callback function will be called (with the undefined class'
295 ; callback-function.
1615 ; https://php.net/assert.callback
1616 ;assert.callback = 0
H A Dphp.ini-production290 ; The unserialize callback function will be called (with the undefined class'
295 ; callback-function.
1617 ; https://php.net/assert.callback
1618 ;assert.callback = 0
H A DNEWS1003 . Fixed bug GH-11878 (SQLite3 callback functions cause a memory leak with
1101 . Fix crash when an invalid callback function is passed to
1495 callback). (Pierrick Charron)
/PHP-8.2/ext/intl/uchar/
H A Duchar_arginfo.h47 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
52 ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)

Completed in 143 milliseconds

1...<<11