Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1012 zend_class_entry *old_scope = EG(scope); in zend_merge_properties() local
1016 EG(scope) = old_scope; in zend_merge_properties()
1046 *scope = old_scope; in zval_update_class_constant()
1064 zend_class_entry *old_scope = *scope; in zend_update_class_constants() local
1116 *scope = old_scope; in zend_update_class_constants()
3640 zend_class_entry *old_scope = EG(scope); in zend_update_property() local
3657 EG(scope) = old_scope; in zend_update_property()
3736 zend_class_entry *old_scope = EG(scope); in zend_update_static_property() local
3740 EG(scope) = old_scope; in zend_update_static_property()
3862 EG(scope) = old_scope; in zend_read_property()
[all …]
H A Dzend_vm_def.h3531 zend_class_entry *old_scope = EG(scope);
3535 EG(scope) = old_scope;
H A Dzend_vm_execute.h3625 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local
3629 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
13737 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER() local
13741 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
22516 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
22520 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-5.4/ext/soap/
H A Dphp_encoding.c1234 zend_class_entry *old_scope; in set_zval_property() local
1236 old_scope = EG(scope); in set_zval_property()
1240 EG(scope) = old_scope; in set_zval_property()
1248 zend_class_entry *old_scope; in get_zval_property() local
1252 old_scope = EG(scope); in get_zval_property()
1260 EG(scope) = old_scope; in get_zval_property()
1266 EG(scope) = old_scope; in get_zval_property()
1282 zend_class_entry *old_scope; in unset_zval_property() local
1286 old_scope = EG(scope); in unset_zval_property()
1289 EG(scope) = old_scope; in unset_zval_property()
/PHP-5.4/ext/wddx/
H A Dwddx.c1011 zend_class_entry *old_scope = EG(scope); in php_wddx_pop_element() local
1016 EG(scope) = old_scope; in php_wddx_pop_element()

Completed in 129 milliseconds