Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1229 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in reflection_property_factory()
1230 ce = tmp_ce; in reflection_property_factory()
1231 tmp_ce = tmp_ce->parent; in reflection_property_factory()
5327 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in ZEND_METHOD()
5328 ce = tmp_ce; in ZEND_METHOD()
5330 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5610 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5618 ce = tmp_ce = intern->ce; in ZEND_METHOD()
5624 ce = tmp_ce; in ZEND_METHOD()
5625 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]
/PHP-7.4/ext/gmp/
H A Dgmp.c658 zend_class_entry tmp_ce; in ZEND_MINIT_FUNCTION() local
659 INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL); in ZEND_MINIT_FUNCTION()
660 gmp_ce = zend_register_internal_class(&tmp_ce); in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c4113 zend_class_entry *tmp_ce = NULL; in zend_func_return_info() local
4171 tmp_ce = arg_ce; in zend_func_return_info()
4173 } else if (arg_ce && arg_ce == tmp_ce) { in zend_func_return_info()
4178 tmp_ce = NULL; in zend_func_return_info()
4287 tmp_ce = NULL; in zend_func_return_info()
4293 ret->ce = tmp_ce; in zend_func_return_info()

Completed in 38 milliseconds