Searched refs:ZEND_WRONG_PROPERTY_INFO (Results 1 – 4 of 4) sorted by relevance
25 #define ZEND_WRONG_PROPERTY_INFO \ macro
500 return ZEND_WRONG_PROPERTY_INFO; in zend_get_property_info()536 return ZEND_WRONG_PROPERTY_INFO; in zend_get_property_info()574 if (property_info == NULL || property_info == ZEND_WRONG_PROPERTY_INFO) { in zend_check_property_access()595 } else if (property_info == ZEND_WRONG_PROPERTY_INFO) { in zend_check_property_access()
1299 if (property_info != ZEND_WRONG_PROPERTY_INFO && in object_properties_init_ex()1346 property_info = ZEND_WRONG_PROPERTY_INFO; in object_properties_load()1351 if (property_info != ZEND_WRONG_PROPERTY_INFO && in object_properties_load()
2318 if (prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO) { in lookup_prop_info()
Completed in 38 milliseconds