Searched defs:in_execution (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ | ||
| H A D | zend_globals.h | 203 zend_bool in_execution; member in struct:_zend_executor_globals |
| /PHP_TRUNK/ext/opcache/Optimizer/ | ||
| H A D | pass1_5.c | 331 zend_bool orig_in_execution = EG(in_execution); 335 EG(in_execution) = 1; variable 349 EG(in_execution) = orig_in_execution; variable |
Completed in 3 milliseconds