Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_opcode.c487 if (op_array->type!=ZEND_USER_FUNCTION && op_array->type!=ZEND_EVAL_CODE) { in pass_two()
H A Dzend_compile.h738 #define ZEND_EVAL_CODE 4 macro
H A Dzend_language_scanner.l751 init_op_array(op_array, ZEND_EVAL_CODE, INITIAL_OP_ARRAY_SIZE TSRMLS_CC); in compile_string()
H A Dzend_language_scanner.c753 init_op_array(op_array, ZEND_EVAL_CODE, INITIAL_OP_ARRAY_SIZE TSRMLS_CC); in compile_string()

Completed in 27 milliseconds