Home
last modified time | relevance | path

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

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1370 ce = tmp_ce; in reflection_property_factory()
1371 tmp_ce = tmp_ce->parent; in reflection_property_factory()
4902 zend_class_entry *tmp_ce = ce; in ZEND_METHOD() local
4905 …while (tmp_ce && zend_hash_find(&tmp_ce->properties_info, name_str, name_len + 1, (void **) &tmp_i… in ZEND_METHOD()
4906 ce = tmp_ce; in ZEND_METHOD()
4908 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5165 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5180 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5186 ce = tmp_ce; in ZEND_METHOD()
5187 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]
/PHP-5.6/ext/gmp/
H A Dgmp.c688 zend_class_entry tmp_ce; in ZEND_MINIT_FUNCTION() local
689 INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL); in ZEND_MINIT_FUNCTION()
690 gmp_ce = zend_register_internal_class(&tmp_ce TSRMLS_CC); in ZEND_MINIT_FUNCTION()

Completed in 41 milliseconds