Home
last modified time | relevance | path

Searched refs:old_scope (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_API.c1041 zend_class_entry *old_scope = EG(scope); in zend_merge_properties() local
1045 EG(scope) = old_scope; in zend_merge_properties()
1074 *scope = old_scope; in zval_update_class_constant()
1092 zend_class_entry *old_scope = *scope; in zend_update_class_constants() local
1144 *scope = old_scope; in zend_update_class_constants()
3758 zend_class_entry *old_scope = EG(scope); in zend_update_property() local
3775 EG(scope) = old_scope; in zend_update_property()
3799 EG(scope) = old_scope; in zend_unset_property()
3882 EG(scope) = old_scope; in zend_update_static_property()
4004 EG(scope) = old_scope; in zend_read_property()
[all …]
H A Dzend_vm_def.h3785 zend_class_entry *old_scope = EG(scope);
3789 EG(scope) = old_scope;
H A Dzend_vm_execute.h4025 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local
4029 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
16043 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER() local
16047 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
25790 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
25794 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-5.6/ext/soap/
H A Dphp_encoding.c1232 zend_class_entry *old_scope; in set_zval_property() local
1234 old_scope = EG(scope); in set_zval_property()
1238 EG(scope) = old_scope; in set_zval_property()
1246 zend_class_entry *old_scope; in get_zval_property() local
1250 old_scope = EG(scope); in get_zval_property()
1258 EG(scope) = old_scope; in get_zval_property()
1264 EG(scope) = old_scope; in get_zval_property()
1280 zend_class_entry *old_scope; in unset_zval_property() local
1284 old_scope = EG(scope); in unset_zval_property()
1287 EG(scope) = old_scope; in unset_zval_property()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c755 zend_class_entry *old_scope; in _parameter_string() local
763 old_scope = EG(scope); in _parameter_string()
766 EG(scope) = old_scope; in _parameter_string()
2620 zend_class_entry *old_scope; in ZEND_METHOD() local
2650 old_scope = EG(scope); in ZEND_METHOD()
2653 EG(scope) = old_scope; in ZEND_METHOD()
4270 zend_class_entry *ce, *old_scope; in ZEND_METHOD() local
4278 old_scope = EG(scope); in ZEND_METHOD()
4281 EG(scope) = old_scope; in ZEND_METHOD()
4386 old_scope = EG(scope); in ZEND_METHOD()
[all …]
/PHP-5.6/ext/wddx/
H A Dwddx.c1049 zend_class_entry *old_scope = EG(scope); in php_wddx_pop_element() local
1054 EG(scope) = old_scope; in php_wddx_pop_element()

Completed in 180 milliseconds