Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h560 ZEND_API zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC);
H A Dzend_language_scanner.l388 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename() function
H A Dzend_language_scanner.c390 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename() function
H A Dzend_vm_def.h3291 new_op_array = compile_filename(Z_LVAL(opline->op2.u.constant), inc_filename TSRMLS_CC);
H A Dzend_vm_execute.h1961 new_op_array = compile_filename(Z_LVAL(opline->op2.u.constant), inc_filename TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
5257 new_op_array = compile_filename(Z_LVAL(opline->op2.u.constant), inc_filename TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8632 new_op_array = compile_filename(Z_LVAL(opline->op2.u.constant), inc_filename TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
22537 new_op_array = compile_filename(Z_LVAL(opline->op2.u.constant), inc_filename TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()

Completed in 101 milliseconds