Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dtype.c395 int check_flags = 0; in PHP_FUNCTION() local
405 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
408 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
411 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_API.c3198 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3316 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3393 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame() argument
3419 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
3425 ret = zend_is_callable_check_func(check_flags, callable, frame, fcc, strict_class, error); in zend_is_callable_at_frame()
3453 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
3467 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
3520 zend_bool ret = zend_is_callable_at_frame(callable, object, frame, check_flags, fcc, error); in zend_is_callable_ex()
3527 ZEND_API zend_bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_na… in zend_is_callable() argument
3529 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
[all …]
H A Dzend_API.h357 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
358 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z…
359 ZEND_API zend_bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_na…
530 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc…

Completed in 30 milliseconds