Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dtype.c364 int check_flags = 0; in PHP_FUNCTION() local
372 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
375 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
379 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL, &error TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_API.c2505 if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
2533 if ((check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0 && in zend_is_callable_check_func()
2624 if ((check_flags & IS_CALLABLE_CHECK_IS_STATIC) != 0) { in zend_is_callable_check_func()
2648 if (retval && (check_flags & IS_CALLABLE_CHECK_NO_ACCESS) == 0) { in zend_is_callable_check_func()
2672 } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { in zend_is_callable_check_func()
2746 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
2751 ret = zend_is_callable_check_func(check_flags, callable, fcc, 0, error TSRMLS_CC); in zend_is_callable_ex()
2793 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
2823 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_ex()
2829 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.h287 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
288 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_D…
450 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…

Completed in 30 milliseconds