Searched refs:skip_flags (Results 1 – 1 of 1) sorted by relevance
1448 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() argument1477 RETURN_BOOL(((ce->ce_flags & flags) == flags) && !(ce->ce_flags & skip_flags)); in class_exists_impl()1758 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags)… in get_declared_class_impl() argument1772 && !(ce->ce_flags & skip_flags)) { in get_declared_class_impl()
Completed in 9 milliseconds