Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dtype.c421 int check_flags = 0; in PHP_FUNCTION() local
431 check_flags |= IS_CALLABLE_CHECK_SYNTAX_ONLY; in PHP_FUNCTION()
434 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL); in PHP_FUNCTION()
437 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.c4048 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame() argument
4075 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4081 …ret = zend_is_callable_check_func(callable, frame, fcc, strict_class, error, check_flags & IS_CALL… in zend_is_callable_at_frame()
4114 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4118 …lass(Z_STR_P(obj), get_scope(frame), frame, fcc, &strict_class, error, check_flags & IS_CALLABLE_S… in zend_is_callable_at_frame()
4126 if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) { in zend_is_callable_at_frame()
4157 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s… in zend_is_callable_ex() argument
4165 bool ret = zend_is_callable_at_frame(callable, object, frame, check_flags, fcc, error); in zend_is_callable_ex()
4172 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name) /… in zend_is_callable() argument
4174 return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL); in zend_is_callable()
[all …]
H A Dzend_API.h418 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
419 ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, zend_s…
420 ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_name);
701 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc…

Completed in 43 milliseconds