Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dtype.c413 int check_flags = 0; in PHP_FUNCTION() local
421 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
424 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
428 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_API.c3008 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3038 if ((check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0 && in zend_is_callable_check_func()
3125 if ((check_flags & IS_CALLABLE_CHECK_IS_STATIC) != 0) { in zend_is_callable_check_func()
3141 if (retval && (check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0) { in zend_is_callable_check_func()
3167 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
3234 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3239 ret = zend_is_callable_check_func(check_flags, callable, fcc, 0, error); in zend_is_callable_ex()
3289 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3319 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3391 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
[all …]
H A Dzend_API.h315 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_…
316 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, zend_string **callable_name);
495 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…

Completed in 27 milliseconds