Searched refs:old_scope (Results 1 – 5 of 5) sorted by relevance
1012 zend_class_entry *old_scope = EG(scope); in zend_merge_properties() local1016 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() local1116 *scope = old_scope; in zend_update_class_constants()3640 zend_class_entry *old_scope = EG(scope); in zend_update_property() local3657 EG(scope) = old_scope; in zend_update_property()3736 zend_class_entry *old_scope = EG(scope); in zend_update_static_property() local3740 EG(scope) = old_scope; in zend_update_static_property()3862 EG(scope) = old_scope; in zend_read_property()[all …]
3531 zend_class_entry *old_scope = EG(scope);3535 EG(scope) = old_scope;
3625 zend_class_entry *old_scope = EG(scope); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local3629 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() local13741 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() local22520 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
1234 zend_class_entry *old_scope; in set_zval_property() local1236 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() local1252 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() local1286 old_scope = EG(scope); in unset_zval_property()1289 EG(scope) = old_scope; in unset_zval_property()
1011 zend_class_entry *old_scope = EG(scope); in php_wddx_pop_element() local1016 EG(scope) = old_scope; in php_wddx_pop_element()
Completed in 129 milliseconds