Home
last modified time | relevance | path

Searched refs:ZEND_EVAL_CODE (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c502 if (op_array->type == ZEND_EVAL_CODE) { in zend_optimize()
/PHP-7.0/Zend/
H A Dzend_compile.h843 #define ZEND_EVAL_CODE 4 macro
H A Dzend_builtin_functions.c2406 if (func->type != ZEND_EVAL_CODE) { in ZEND_FUNCTION()
2639 func->type != ZEND_EVAL_CODE) { in zend_fetch_debug_backtrace()
H A Dzend_language_scanner.l766 init_op_array(op_array, ZEND_EVAL_CODE, INITIAL_OP_ARRAY_SIZE); in compile_string()
H A Dzend_language_scanner.c768 init_op_array(op_array, ZEND_EVAL_CODE, INITIAL_OP_ARRAY_SIZE); in compile_string()

Completed in 41 milliseconds