Home
last modified time | relevance | path

Searched refs:compiled_filename (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c344 zend_string *orig_compiled_filename = CG(compiled_filename); in zend_accel_do_delayed_early_binding()
346 CG(compiled_filename) = persistent_script->script.filename; in zend_accel_do_delayed_early_binding()
366 CG(compiled_filename) = orig_compiled_filename; in zend_accel_do_delayed_early_binding()
H A DZendAccelerator.c3952 CG(compiled_filename) = ce->info.user.filename;
3986 CG(compiled_filename) = NULL;
4491 CG(compiled_filename) = zend_string_init("$PRELOAD$", sizeof("$PRELOAD$") - 1, 0);
4514 script->script.filename = CG(compiled_filename);
4515 CG(compiled_filename) = NULL;
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-sapi.c281 CG(compiled_filename) = NULL; /* ??? */ in fuzzer_do_request_from_buffer()
/PHP-8.2/Zend/
H A Dzend_globals.h75 zend_string *compiled_filename; member
H A Dzend_language_scanner.l235 lex_state->filename = CG(compiled_filename); in zend_save_lexical_state()
237 CG(compiled_filename) = NULL; in zend_save_lexical_state()
529 zend_string *compiled_filename; in open_file_for_scanning() local
576 compiled_filename = zend_string_copy(file_handle->opened_path); in open_file_for_scanning()
578 compiled_filename = zend_string_copy(file_handle->filename); in open_file_for_scanning()
581 zend_set_compiled_filename(compiled_filename); in open_file_for_scanning()
582 zend_string_release_ex(compiled_filename, 0); in open_file_for_scanning()
H A Dzend_compile.c448 CG(compiled_filename) = zend_string_copy(new_compiled_filename); in zend_set_compiled_filename()
455 if (CG(compiled_filename)) { in zend_restore_compiled_filename()
456 zend_string_release(CG(compiled_filename)); in zend_restore_compiled_filename()
457 CG(compiled_filename) = NULL; in zend_restore_compiled_filename()
459 CG(compiled_filename) = original_compiled_filename; in zend_restore_compiled_filename()
465 return CG(compiled_filename); in zend_get_compiled_filename()
8422 ZVAL_STR_COPY(zv, CG(compiled_filename)); in zend_try_ct_eval_magic_const()
8426 zend_string *filename = CG(compiled_filename); in zend_try_ct_eval_magic_const()
H A Dzend.c707 compiler_globals->compiled_filename = NULL; in compiler_globals_ctor()
H A Dzend_inheritance.c230 || ce->info.user.filename == CG(compiled_filename); in class_visible()

Completed in 77 milliseconds