Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1280 ce = tmp_ce; in reflection_property_factory()
1281 tmp_ce = tmp_ce->parent; in reflection_property_factory()
5372 zend_class_entry *tmp_ce = ce; in ZEND_METHOD() local
5375 …while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, name_str, name_len))… in ZEND_METHOD()
5376 ce = tmp_ce; in ZEND_METHOD()
5378 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
5637 zend_class_entry *tmp_ce, *ce; in ZEND_METHOD() local
5651 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5657 ce = tmp_ce; in ZEND_METHOD()
5658 if (tmp_ce == tmp_info->ce) { in ZEND_METHOD()
[all …]
/PHP-7.2/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.2/ext/opcache/Optimizer/
H A Dzend_inference.c3823 zend_class_entry *tmp_ce = NULL; in zend_func_return_info() local
3881 tmp_ce = arg_ce; in zend_func_return_info()
3883 } else if (arg_ce && arg_ce == tmp_ce) { in zend_func_return_info()
3888 tmp_ce = NULL; in zend_func_return_info()
3997 tmp_ce = NULL; in zend_func_return_info()
4003 ret->ce = tmp_ce; in zend_func_return_info()

Completed in 53 milliseconds