Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_builtin_functions.c1092 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() function
1109class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_LINKED, ZEND_ACC_INTERFACE | ZEND_ACC… in ZEND_FUNCTION()
1144 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_LINKED|ZEND_ACC_INTERFACE, 0); in ZEND_FUNCTION()
1151 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_TRAIT, 0); in ZEND_FUNCTION()
1157 class_exists_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_ENUM, 0); in ZEND_FUNCTION()

Completed in 8 milliseconds