Searched refs:prop_get_flags (Results 1 – 1 of 1) sorted by relevance
183 static zend_always_inline uint32_t prop_get_flags(property_reference *ref) { in prop_get_flags() function5592 RETURN_BOOL(prop_get_flags(ref) & mask); in _property_check_flag()5662 RETURN_LONG(prop_get_flags(ref) & keep_flags); in ZEND_METHOD()5680 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()5723 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()5755 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()
Completed in 24 milliseconds