Home
last modified time | relevance | path

Searched refs:check_flags (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/standard/
H A Dtype.c407 int check_flags = 0; in PHP_FUNCTION() local
417 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
420 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL); in PHP_FUNCTION()
423 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.c3989 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame() argument
4016 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4022 …ret = zend_is_callable_check_func(callable, frame, fcc, strict_class, error, check_flags & IS_CALL… in zend_is_callable_at_frame()
4055 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4059 …lass(Z_STR_P(obj), get_scope(frame), frame, fcc, &strict_class, error, check_flags & IS_CALLABLE_S… in zend_is_callable_at_frame()
4067 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4098 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex() argument
4106 bool ret = zend_is_callable_at_frame(callable, object, frame, check_flags, fcc, error); 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() argument
4115 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
[all …]
H A Dzend_API.h414 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
415 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
416 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name);
697 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc…

Completed in 57 milliseconds