Home
last modified time | relevance | path

Searched refs:zend_get_compiled_filename (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/Zend/
H A Dzend.c1622 *filename = zend_get_compiled_filename(); in get_filename_lineno()
1987 cur_filename = ZSTR_VAL(zend_get_compiled_filename()); in zend_make_compiled_string_description()
H A Dzend_compile.h871 ZEND_API zend_string *zend_get_compiled_filename(void);
H A Dzend_exceptions.c280 || !(filename = zend_get_compiled_filename()))) { in zend_default_exception_new()
H A Dzend_opcode.c66 op_array->filename = zend_string_copy(zend_get_compiled_filename()); in init_op_array()
H A Dzend_execute_API.c1478 error_filename = ZSTR_VAL(zend_get_compiled_filename()); in zend_timeout_handler()
H A Dzend_compile.c510 ZEND_API zend_string *zend_get_compiled_filename(void) /* {{{ */ in zend_get_compiled_filename() function
9054 ce->info.user.filename = zend_string_copy(zend_get_compiled_filename()); in zend_compile_class_decl()
9525 filename = zend_get_compiled_filename(); in zend_compile_halt_compiler()
/PHP-8.4/main/
H A Doutput.c107 OG(output_start_filename) = zend_get_compiled_filename(); in php_output_header()

Completed in 91 milliseconds