Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1383 ce = tmp_ce; in reflection_property_factory()
1384 tmp_ce = tmp_ce->parent; in reflection_property_factory()
5471 zend_class_entry *tmp_ce = ce; in ZEND_METHOD() local
5474 …while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, name_str, name_len))… in ZEND_METHOD()
5475 ce = tmp_ce; in ZEND_METHOD()
5477 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5736 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5750 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5756 ce = tmp_ce; in ZEND_METHOD()
5757 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]
/PHP-7.1/ext/gmp/
H A Dgmp.c649 zend_class_entry tmp_ce; in ZEND_MINIT_FUNCTION() local
650 INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL); in ZEND_MINIT_FUNCTION()
651 gmp_ce = zend_register_internal_class(&tmp_ce); in ZEND_MINIT_FUNCTION()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c3676 zend_class_entry *tmp_ce = NULL; in zend_func_return_info() local
3734 tmp_ce = arg_ce; in zend_func_return_info()
3736 } else if (arg_ce && arg_ce == tmp_ce) { in zend_func_return_info()
3741 tmp_ce = NULL; in zend_func_return_info()
3850 tmp_ce = NULL; in zend_func_return_info()
3856 ret->ce = tmp_ce; in zend_func_return_info()

Completed in 61 milliseconds