Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1239 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in reflection_property_factory()
1240 ce = tmp_ce; in reflection_property_factory()
1241 tmp_ce = tmp_ce->parent; in reflection_property_factory()
5319 while (tmp_ce && (tmp_info = zend_hash_find_ptr(&tmp_ce->properties_info, name)) == NULL) { in ZEND_METHOD()
5320 ce = tmp_ce; in ZEND_METHOD()
5322 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5543 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5551 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5557 ce = tmp_ce; in ZEND_METHOD()
5558 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]
/PHP-7.3/ext/gmp/
H A Dgmp.c659 zend_class_entry tmp_ce; in ZEND_MINIT_FUNCTION() local
660 INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL); in ZEND_MINIT_FUNCTION()
661 gmp_ce = zend_register_internal_class(&tmp_ce); in ZEND_MINIT_FUNCTION()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c3884 zend_class_entry *tmp_ce = NULL; in zend_func_return_info() local
3942 tmp_ce = arg_ce; in zend_func_return_info()
3944 } else if (arg_ce && arg_ce == tmp_ce) { in zend_func_return_info()
3949 tmp_ce = NULL; in zend_func_return_info()
4058 tmp_ce = NULL; in zend_func_return_info()
4064 ret->ce = tmp_ce; in zend_func_return_info()

Completed in 41 milliseconds