current_called_scope  407 Zend/zend_compile.h 	zend_class_entry *current_called_scope;
current_called_scope  629 Zend/zend_execute_API.c 	zend_class_entry *current_called_scope;
current_called_scope  779 Zend/zend_execute_API.c 	current_called_scope = EG(called_scope);
current_called_scope  891 Zend/zend_execute_API.c 	EG(called_scope) = current_called_scope;
current_called_scope  310 Zend/zend_generators.c 	execute_data->current_called_scope = EG(called_scope);
current_called_scope  369 Zend/zend_generators.c 		EG(called_scope) = generator->execute_data->current_called_scope;
current_called_scope 1889 Zend/zend_vm_def.h 			EG(called_scope) = EX(current_called_scope);
current_called_scope 1954 Zend/zend_vm_def.h 		EX(current_called_scope) = EG(called_scope);
current_called_scope 2076 Zend/zend_vm_def.h 		EG(called_scope) = EX(current_called_scope);
current_called_scope  458 Zend/zend_vm_execute.h 			EG(called_scope) = EX(current_called_scope);
current_called_scope  523 Zend/zend_vm_execute.h 		EX(current_called_scope) = EG(called_scope);
current_called_scope  645 Zend/zend_vm_execute.h 		EG(called_scope) = EX(current_called_scope);
current_called_scope   46 sapi/phpdbg/phpdbg_frame.c 	EG(called_scope) = PHPDBG_EX(current_called_scope);
current_called_scope   90 sapi/phpdbg/phpdbg_frame.c 		EG(called_scope) = PHPDBG_EX(current_called_scope);