Home
last modified time | relevance | path

Searched refs:zend_compile_string (Results 1 – 9 of 9) sorted by relevance

/PHP-8.4/sapi/fuzzer/
H A Dfuzzer-execute-common.h112 orig_compile_string = zend_compile_string; in fuzzer_init_php_for_execute()
113 zend_compile_string = fuzzer_compile_string; in fuzzer_init_php_for_execute()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_list.c360 PHPDBG_G(compile_string) = zend_compile_string; in phpdbg_init_list()
362 zend_compile_string = phpdbg_compile_string; in phpdbg_init_list()
H A Dphpdbg_prompt.c518 …PHPDBG_G(ops) = zend_compile_string(code, "Standard input code", ZEND_COMPILE_POSITION_AFTER_OPEN_… in phpdbg_compile_stdin()
H A Dphpdbg_bp.c883 …new_break.ops = zend_compile_string(bp_code, "Conditional Breakpoint Code", ZEND_COMPILE_POSITION_… in phpdbg_create_conditional_break()
/PHP-8.4/Zend/
H A Dzend_compile.h863 extern ZEND_API zend_op_array *(*zend_compile_string)(zend_string *source_string, const char *filen…
H A Dzend_execute_API.c1339 new_op_array = zend_compile_string(code_str, string_name, ZEND_COMPILE_POSITION_AFTER_OPEN_TAG); in zend_eval_stringl()
H A Dzend.c994 zend_compile_string = compile_string; in zend_startup()
H A Dzend_execute.c5139 … new_op_array = zend_compile_string(inc_filename, eval_desc, ZEND_COMPILE_POSITION_AFTER_OPEN_TAG); in zend_include_or_eval()
H A Dzend_compile.c88 ZEND_API zend_op_array *(*zend_compile_string)(zend_string *source_string, const char *filename, ze… variable

Completed in 178 milliseconds