Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dtype.c363 int check_flags = 0; in PHP_FUNCTION() local
371 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
374 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
378 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.4/Zend/
H A Dzend_API.c2757 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
2785 if ((check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0 && in zend_is_callable_check_func()
2874 if ((check_flags & IS_CALLABLE_CHECK_IS_STATIC) != 0) { in zend_is_callable_check_func()
2898 if (retval && (check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0) { in zend_is_callable_check_func()
2922 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
2996 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3001 ret = zend_is_callable_check_func(check_flags, callable, fcc, 0, error TSRMLS_CC); in zend_is_callable_ex()
3043 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3073 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
3079 ret = zend_is_callable_check_func(check_flags, *method, fcc, strict_class, error TSRMLS_CC); in zend_is_callable_ex()
[all …]
H A Dzend_API.h298 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
299 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_D…
462 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…

Completed in 32 milliseconds