Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/ext/xsl/
H A Dphp_xsl.stub.php121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… argument
/PHP-8.4/Zend/
H A Dzend_closures.c329 static zend_result zend_create_closure_from_callable(zval *return_value, zval *callable, char **err… in zend_create_closure_from_callable()
392 zval *callable; in ZEND_METHOD() local
H A Dzend_API.c3848 static zend_always_inline bool zend_is_callable_check_func(zval *callable, zend_execute_data *frame… in zend_is_callable_check_func()
4098 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object) /* {{{ */ in zend_get_callable_name_ex()
4146 ZEND_API zend_string *zend_get_callable_name(zval *callable) /* {{{ */ in zend_get_callable_name()
4153 zval *callable, zend_object *object, zend_execute_data *frame, in zend_is_callable_at_frame()
4263 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex()
4278 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable()
4284 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name) /* {{{ */ in zend_make_callable()
4302 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc… in zend_fcall_info_init()
4460 ZEND_API void zend_get_callable_zval_from_fcc(const zend_fcall_info_cache *fcc, zval *callable) in zend_get_callable_zval_from_fcc()
/PHP-8.4/ext/session/
H A Dsession.c2171 zval callable; in PHP_FUNCTION() local
2829 zval callable; in PHP_FUNCTION() local
/PHP-8.4/ext/pdo/
H A Dpdo_stmt.c651 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex()
/PHP-8.4/ext/curl/
H A Dinterface.c1611 static bool php_curl_set_callable_handler(zend_fcall_info_cache *const handler_fcc, zval *callable,… in php_curl_set_callable_handler()
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php1231 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
2164 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument

Completed in 90 milliseconds