summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-04 20:54:48 +0000
committerMarcus Boerger <helly@php.net>2003-06-04 20:54:48 +0000
commitb70cf4074252a2e524ead2927c8e29ecb2eaa25e (patch)
treed764afe2e6f8b0b2cfef5e833f8b26edb984e76e /ext/spl/spl_engine.c
parenta8c7c3bc5e93a0de0639bd25965a15375db0d04b (diff)
downloadphp-git-b70cf4074252a2e524ead2927c8e29ecb2eaa25e.tar.gz
Goodbye namespaces
Diffstat (limited to 'ext/spl/spl_engine.c')
-rwxr-xr-xext/spl/spl_engine.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c
index 1f4bb78f47..30cee2fd57 100755
--- a/ext/spl/spl_engine.c
+++ b/ext/spl/spl_engine.c
@@ -186,7 +186,6 @@ int spl_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **
zend_class_entry *current_scope;
zend_class_entry *calling_scope = NULL;
zval *current_this;
- zend_namespace *current_namespace = EG(active_namespace);
zend_execute_data execute_data;
va_list args;
@@ -315,7 +314,6 @@ int spl_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **
}
zend_ptr_stack_clear_multiple(TSRMLS_C);
EG(function_state_ptr) = original_function_state_ptr;
- EG(active_namespace) = current_namespace;
if (EG(This)) {
zval_ptr_dtor(&EG(This));