Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_object_handlers.h25 #define ZEND_WRONG_PROPERTY_INFO \ macro
H A Dzend_object_handlers.c500 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()
H A Dzend_API.c1299 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()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2318 if (prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO) { in lookup_prop_info()

Completed in 36 milliseconds