Home
last modified time | relevance | path

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

/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-sapi.c284 CG(compiled_filename) = NULL; /* ??? */ in fuzzer_do_request_from_buffer()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c349 zend_string *orig_compiled_filename = CG(compiled_filename); in zend_accel_do_delayed_early_binding()
351 CG(compiled_filename) = persistent_script->script.filename; in zend_accel_do_delayed_early_binding()
372 CG(compiled_filename) = orig_compiled_filename; in zend_accel_do_delayed_early_binding()
H A DZendAccelerator.c3928 CG(compiled_filename) = ce->info.user.filename;
3962 CG(compiled_filename) = NULL;
4465 CG(compiled_filename) = ZSTR_INIT_LITERAL("$PRELOAD$", 0);
4488 script->script.filename = CG(compiled_filename);
4489 CG(compiled_filename) = NULL;
/PHP-8.3/Zend/
H A Dzend_globals.h87 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.c469 CG(compiled_filename) = zend_string_copy(new_compiled_filename); in zend_set_compiled_filename()
476 if (CG(compiled_filename)) { in zend_restore_compiled_filename()
477 zend_string_release(CG(compiled_filename)); in zend_restore_compiled_filename()
478 CG(compiled_filename) = NULL; in zend_restore_compiled_filename()
480 CG(compiled_filename) = original_compiled_filename; in zend_restore_compiled_filename()
486 return CG(compiled_filename); in zend_get_compiled_filename()
8605 ZVAL_STR_COPY(zv, CG(compiled_filename)); in zend_try_ct_eval_magic_const()
8609 zend_string *filename = CG(compiled_filename); in zend_try_ct_eval_magic_const()
H A Dzend.c705 compiler_globals->compiled_filename = NULL; in compiler_globals_ctor()
H A Dzend_inheritance.c233 || ce->info.user.filename == CG(compiled_filename); in class_visible()

Completed in 149 milliseconds