Searched refs:tmp_ce (Results 1 – 2 of 2) sorted by relevance
1370 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() local4905 …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() local5180 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 …]
688 zend_class_entry tmp_ce; in ZEND_MINIT_FUNCTION() local689 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 27 milliseconds