current_scope     406 Zend/zend_compile.h 	zend_class_entry *current_scope;
current_scope     628 Zend/zend_execute_API.c 	zend_class_entry *current_scope;
current_scope     774 Zend/zend_execute_API.c 	current_scope = EG(scope);
current_scope     892 Zend/zend_execute_API.c 	EG(scope) = current_scope;
current_scope     309 Zend/zend_generators.c 	execute_data->current_scope = EG(scope);
current_scope     368 Zend/zend_generators.c 		EG(scope) = generator->execute_data->current_scope;
current_scope    1888 Zend/zend_vm_def.h 			EG(scope) = EX(current_scope);
current_scope    1953 Zend/zend_vm_def.h 		EX(current_scope) = EG(scope);
current_scope    2075 Zend/zend_vm_def.h 		EG(scope) = EX(current_scope);
current_scope     457 Zend/zend_vm_execute.h 			EG(scope) = EX(current_scope);
current_scope     522 Zend/zend_vm_execute.h 		EX(current_scope) = EG(scope);
current_scope     644 Zend/zend_vm_execute.h 		EG(scope) = EX(current_scope);
current_scope      45 sapi/phpdbg/phpdbg_frame.c 	EG(scope) = PHPDBG_EX(current_scope);
current_scope      89 sapi/phpdbg/phpdbg_frame.c 		EG(scope) = PHPDBG_EX(current_scope);