Searched refs:prop_get_flags (Results 1 – 1 of 1) sorted by relevance
191 static zend_always_inline uint32_t prop_get_flags(const property_reference *ref) { in prop_get_flags() function5681 RETURN_BOOL(prop_get_flags(ref) & mask); in _property_check_flag()5780 RETURN_LONG(prop_get_flags(ref) & keep_flags); in ZEND_METHOD()5798 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()5840 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()5888 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()5935 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()6112 if (prop_get_flags(ref) & ZEND_ACC_STATIC) { in ZEND_METHOD()
Completed in 27 milliseconds