Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dtype.c359 int check_flags = 0; in PHP_FUNCTION() local
369 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
372 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
376 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_API.c3084 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3114 if ((check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0 && in zend_is_callable_check_func()
3201 if ((check_flags & IS_CALLABLE_CHECK_IS_STATIC) != 0) { in zend_is_callable_check_func()
3217 if (retval && (check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0) { in zend_is_callable_check_func()
3243 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3364 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_impl()
3369 ret = zend_is_callable_check_func(check_flags, callable, fcc, 0, error); in zend_is_callable_impl()
3406 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_impl()
3420 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_impl()
3476 zend_bool ret = zend_is_callable_impl(callable, object, check_flags, fcc, error); in zend_is_callable_ex()
[all …]
H A Dzend_API.h328 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z…
329 ZEND_API zend_bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_na…
508 ZEND_API int zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_…

Completed in 26 milliseconds