Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 129) sorted by path

123456

/php-src/TSRM/
H A Dtsrm_win32.c797 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.h87 zend_string *filename; member
/php-src/Zend/
H A Dzend.c624 static FILE *zend_fopen_wrapper(zend_string *filename, zend_string **opened_path) /* {{{ */ in zend_fopen_wrapper()
1216 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */ in _zend_bailout()
1565 static ZEND_COLD void get_filename_lineno(int type, zend_string **filename, uint32_t *lineno) { in get_filename_lineno()
1608 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1640 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1697 zend_string *filename; in zend_error_zstr() local
H A Dzend.h132 zend_string *filename; member
226 zend_string *filename; member
H A Dzend_alloc.c371 const char *filename, in zend_mm_safe_error()
H A Dzend_alloc.h42 const char *filename; member
51 const char *filename; member
H A Dzend_builtin_functions.c1784 zend_string *filename; in zend_fetch_debug_backtrace() local
1803 zend_string *filename = zend_get_executed_filename_ex(); in zend_fetch_debug_backtrace() local
H A Dzend_compile.c170 zend_string *filename = CG(active_op_array)->filename; in zend_build_runtime_definition_key() local
4133 static bool zend_compile_ignore_class(zend_class_entry *ce, zend_string *filename) in zend_compile_ignore_class()
4143 static bool zend_compile_ignore_function(zend_function *fbc, zend_string *filename) in zend_compile_ignore_function()
7710 zend_string *filename = op_array->filename; in zend_begin_func_decl() local
8256 zend_string *filename = CG(active_op_array)->filename; in zend_generate_anon_class_name() local
8807 zend_string *filename, *name; in zend_compile_halt_compiler() local
8838 zend_string *filename = CG(compiled_filename); in zend_try_ct_eval_magic_const() local
H A Dzend_compile.h487 zend_string *filename; member
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
95 const char *filename; in dtrace_execute_internal() local
H A Dzend_exceptions.c260 zend_string *filename; in zend_default_exception_new() local
356 zend_string *message = NULL, *filename = NULL; in ZEND_METHOD() local
H A Dzend_exceptions.stub.php76 ?string $filename = null,
H A Dzend_execute_API.c623 zend_string *filename = zend_get_executed_filename_ex(); in zend_get_executed_filename() local
H A Dzend_globals.h331 zend_string *filename; member
H A Dzend_language_scanner.h37 zend_string *filename; member
H A Dzend_language_scanner.l661 zend_string *code, zend_arena **ast_arena, zend_string *filename) { in zend_compile_string_to_ast()
696 zend_op_array *compile_filename(int type, zend_string *filename) in compile_filename()
721 ZEND_API void zend_prepare_string_for_scanning(zval *str, zend_string *filename) in zend_prepare_string_for_scanning()
784 zend_op_array *compile_string(zend_string *source_string, const char *filename, zend_compile_positi… in compile_string()
823 zend_result highlight_file(const char *filename, zend_syntax_highlighter_ini *syntax_highlighter_in… in highlight_file()
846 …string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const char *filename) in highlight_string()
H A Dzend_stream.c63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
70 ZEND_API void zend_stream_init_filename(zend_file_handle *handle, const char *filename) { in zend_stream_init_filename()
76 ZEND_API void zend_stream_init_filename_ex(zend_file_handle *handle, zend_string *filename) { in zend_stream_init_filename_ex()
H A Dzend_stream.h56 zend_string *filename; member
H A Dzend_virtual_cwd.c1358 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1381 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
H A Dzend_vm_gen.php3021 function write_file_if_changed(string $filename, string $contents) {
/php-src/build/
H A Dgen_stub.php6174 $filename = dirname(__FILE__, 2) . "/Zend/Optimizer/zend_func_infos.h"; variable
/php-src/ext/com_dotnet/
H A Dcom_persist.c359 char *filename, *fullpath = NULL; in CPH_METHOD() local
420 char *filename, *fullpath; in CPH_METHOD() local
H A Dcom_persist.stub.php11 public function SaveToFile(?string $filename, bool $remember = true): bool {}
13 public function LoadFromFile(string $filename, int $flags = 0): bool {}
/php-src/ext/curl/
H A Dcurl.stub.php3601 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n…
H A Dcurl_file.stub.php12 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename …

Completed in 204 milliseconds

123456