Searched refs:class_exists_impl (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 980 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() function 1026 …class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_LINKED, ZEND_ACC_INTERFACE | ZEND_ACC… in ZEND_FUNCTION() 1033 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_LINKED|ZEND_ACC_INTERFACE, 0); in ZEND_FUNCTION() 1040 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_TRAIT, 0); in ZEND_FUNCTION() 1046 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_ENUM, 0); in ZEND_FUNCTION()
|
Completed in 7 milliseconds