Searched defs:callable_name (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | type.c | 403 zval *var, *callable_name = NULL; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/Zend/ |
H A D | zend_execute_API.c | 791 zend_string *callable_name in zend_call_function() local
|
H A D | zend_API.c | 4098 …_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_string **callable_name, zend_f… in zend_is_callable_ex() 4113 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable() 4119 ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_name) /* {{{ */ in zend_make_callable() 4137 …check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char *… in zend_fcall_info_init()
|
Completed in 34 milliseconds