Searched refs:tmp_info (Results 1 – 1 of 1) sorted by relevance
1237 zend_property_info *tmp_info = NULL; in reflection_property_factory() local1239 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in reflection_property_factory()1244 …if (tmp_info && !(tmp_info->flags & ZEND_ACC_SHADOW)) { /* found something and it's not a parent's… in reflection_property_factory()1245 prop = tmp_info; in reflection_property_factory()5317 zend_property_info *tmp_info; in ZEND_METHOD() local5319 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in ZEND_METHOD()5321 property_info = tmp_info; in ZEND_METHOD()5544 zend_property_info *tmp_info; in ZEND_METHOD() local5552 …while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, ref->unmangled_name)) !=… in ZEND_METHOD()5553 if (tmp_info->flags & ZEND_ACC_PRIVATE || tmp_info->flags & ZEND_ACC_SHADOW) { in ZEND_METHOD()[all …]
Completed in 23 milliseconds