Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1332 ce = tmp_ce; in reflection_property_factory()
1333 tmp_ce = tmp_ce->parent; in reflection_property_factory()
4828 zend_class_entry *tmp_ce = ce; in ZEND_METHOD() local
4831 …while (tmp_ce && zend_hash_find(&tmp_ce->properties_info, name_str, name_len + 1, (void **) &tmp_i… in ZEND_METHOD()
4832 ce = tmp_ce; in ZEND_METHOD()
4834 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5091 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5106 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5112 ce = tmp_ce; in ZEND_METHOD()
5113 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]

Completed in 22 milliseconds