Searched defs:check_flags (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | type.c | 354 int check_flags = 0; in PHP_FUNCTION() local
|
/PHP-7.3/Zend/ |
H A D | zend_API.c | 2995 static zend_always_inline int zend_is_callable_check_func(int check_flags, zval *callable, zend_fca… in zend_is_callable_check_func() 3339 …d_bool zend_is_callable_impl(zval *callable, zend_object *object, uint32_t check_flags, zend_fcall… in zend_is_callable_impl() 3463 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint32_t check_flags, z… in zend_is_callable_ex() 3472 ZEND_API zend_bool zend_is_callable(zval *callable, uint32_t check_flags, zend_string **callable_na… in zend_is_callable() 3504 ZEND_API int zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_… in zend_fcall_info_init()
|
Completed in 22 milliseconds