Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dphp_xsl.stub.php121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… argument
/php-src/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.c3742 static zend_always_inline bool zend_is_callable_check_func(zval *callable, zend_execute_data *frame… in zend_is_callable_check_func()
3992 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object) /* {{{ */ in zend_get_callable_name_ex()
4040 ZEND_API zend_string *zend_get_callable_name(zval *callable) /* {{{ */ in zend_get_callable_name()
4047 zval *callable, zend_object *object, zend_execute_data *frame, in zend_is_callable_at_frame()
4157 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex()
4172 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable()
4178 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name) /* {{{ */ in zend_make_callable()
4196 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc… in zend_fcall_info_init()
4354 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 Dsession.c2073 zval callable; in PHP_FUNCTION() local
2727 zval callable; in PHP_FUNCTION() local
/php-src/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-src/ext/dom/
H A Dphp_dom.stub.php1019 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
1659 …lic function registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable): void {} argument
/php-src/ext/spl/
H A Dspl_iterators.c1773 zval callable; in PHP_METHOD() local

Completed in 56 milliseconds