Searched defs:callable (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… argument
|
/php-src/Zend/ |
H A D | zend_closures.c | 329 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 D | zend_API.c | 3848 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-src/ext/session/ |
H A D | session.c | 2179 zval callable; in PHP_FUNCTION() local 2830 zval callable; in PHP_FUNCTION() local
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 646 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex()
|
/php-src/ext/curl/ |
H A D | interface.c | 1609 static bool php_curl_set_callable_handler(zend_fcall_info_cache *const handler_fcc, zval *callable,… in php_curl_set_callable_handler()
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 1231 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument 2168 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
|
Completed in 49 milliseconds