Home
last modified time | relevance | path

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

/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.c282 CG(compiled_filename) = NULL; /* ??? */ in fuzzer_do_request_from_buffer()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c347 zend_string *orig_compiled_filename = CG(compiled_filename); in zend_accel_do_delayed_early_binding()
349 CG(compiled_filename) = persistent_script->script.filename; in zend_accel_do_delayed_early_binding()
370 CG(compiled_filename) = orig_compiled_filename; in zend_accel_do_delayed_early_binding()
H A DZendAccelerator.c3959 CG(compiled_filename) = ce->info.user.filename;
3993 CG(compiled_filename) = NULL;
4502 CG(compiled_filename) = ZSTR_INIT_LITERAL("$PRELOAD$", 0);
4525 script->script.filename = CG(compiled_filename);
4526 CG(compiled_filename) = NULL;
/php-src/Zend/
H A Dzend_globals.h89 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.c499 CG(compiled_filename) = zend_string_copy(new_compiled_filename); in zend_set_compiled_filename()
506 if (CG(compiled_filename)) { in zend_restore_compiled_filename()
507 zend_string_release(CG(compiled_filename)); in zend_restore_compiled_filename()
508 CG(compiled_filename) = NULL; in zend_restore_compiled_filename()
510 CG(compiled_filename) = original_compiled_filename; in zend_restore_compiled_filename()
516 return CG(compiled_filename); in zend_get_compiled_filename()
9561 ZVAL_STR_COPY(zv, CG(compiled_filename)); in zend_try_ct_eval_magic_const()
9565 zend_string *filename = CG(compiled_filename); in zend_try_ct_eval_magic_const()
H A Dzend.c714 compiler_globals->compiled_filename = NULL; in compiler_globals_ctor()
H A Dzend_inheritance.c248 || ce->info.user.filename == CG(compiled_filename); in class_visible()

Completed in 79 milliseconds