/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.h | 68 #define COPY_WHEN_ABSOLUTE(path) 2 argument 69 #define IS_UNC_PATH(path, len) \ argument 71 #define IS_ABSOLUTE_PATH(path, len) \ argument 94 #define COPY_WHEN_ABSOLUTE(path) 0 argument 98 #define IS_ABSOLUTE_PATH(path, len) \ argument 186 char *path; member 241 #define VCWD_CHDIR(path) virtual_chdir(path) argument 248 #define VCWD_UNLINK(path) virtual_unlink(path) argument 267 #define VCWD_CREAT(path, mode) creat(path, mode) argument 289 #define VCWD_UNLINK(path) unlink(path) argument [all …]
|
H A D | zend_virtual_cwd.c | 613 CWD_API void realpath_cache_del(const char *path, size_t path_len) /* {{{ */ in realpath_cache_del() 1439 CWD_API int virtual_chdir(const char *path) /* {{{ */ in virtual_chdir() 1445 CWD_API int virtual_chdir_file(const char *path, int (*p_chdir)(const char *path)) /* {{{ */ in virtual_chdir_file() 1531 CWD_API int virtual_filepath(const char *path, char **filepath) /* {{{ */ in virtual_filepath() 1537 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen() 1673 CWD_API int virtual_open(const char *path, int flags, ...) /* {{{ */ in virtual_open() 1709 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat() 1764 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat() 1782 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat() 1800 CWD_API int virtual_unlink(const char *path) /* {{{ */ in virtual_unlink() [all …]
|
H A D | zend_extensions.c | 26 int zend_load_extension(const char *path) in zend_load_extension() 53 int zend_load_extension_handle(DL_HANDLE handle, const char *path) in zend_load_extension_handle()
|
/PHP-7.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 532 function coverageInfo($path) 542 function retrieveCoverage($path) 649 protected $aggregator; 814 function coverageInfo($path) 824 function retrieveCoverage($path) 930 protected $pathCovered = array(); 1200 } 1237 } 1271 return $id[0]; 1323 $stmt->bindValue(':md5', $md5); [all …]
|
/PHP-7.3/win32/ |
H A D | ioutil.c | 187 PW32IO int php_win32_ioutil_open_w(const wchar_t *path, int flags, ...) in php_win32_ioutil_open_w() 286 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_mkdir_w() 368 PW32IO int php_win32_ioutil_unlink_w(const wchar_t *path) in php_win32_ioutil_unlink_w() 439 PW32IO int php_win32_ioutil_rmdir_w(const wchar_t *path) in php_win32_ioutil_rmdir_w() 454 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path) in php_win32_ioutil_chdir_w() 521 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname() 667 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_access_w() 695 PW32IO FILE *php_win32_ioutil_fopen_w(const wchar_t *path, const wchar_t *mode) in php_win32_ioutil_fopen_w() 770 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved) in php_win32_ioutil_realpath_w() 775 PW32IO wchar_t *php_win32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_… in php_win32_ioutil_realpath_w_ex0() [all …]
|
H A D | ioutil.h | 140 #define PHP_WIN32_IOUTIL_INIT_W(path) \ argument 148 #define PHP_WIN32_IOUTIL_REINIT_W(path) do { \ argument 273 __forceinline static int php_win32_ioutil_access(const char *path, mode_t mode) in php_win32_ioutil_access() 298 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() 333 __forceinline static int php_win32_ioutil_unlink(const char *path) in php_win32_ioutil_unlink() 357 __forceinline static int php_win32_ioutil_rmdir(const char *path) in php_win32_ioutil_rmdir() 552 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir() 580 __forceinline static char *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HAND… in php_win32_ioutil_realpath_ex0() 625 __forceinline static char *php_win32_ioutil_realpath(const char *path, char *resolved) in php_win32_ioutil_realpath()
|
H A D | registry.c | 78 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory() 182 void UpdateIniFromRegistry(char *path) in UpdateIniFromRegistry()
|
/PHP-7.3/main/ |
H A D | fopen_wrappers.c | 134 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path) 273 PHPAPI int php_check_open_basedir(const char *path) 280 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) 329 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… 473 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_length, const char *path) 620 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
|
H A D | php_streams.h | 68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument 79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument 80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument 349 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL) argument 350 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument 353 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 356 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument 359 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument 570 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument 571 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
|
H A D | php_ini.c | 39 #define TRANSLATE_SLASHES_LOWER(path) \ argument 49 #define TRANSLATE_SLASHES_LOWER(path) argument 840 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len)
|
/PHP-7.3/main/streams/ |
H A D | glob_wrapper.c | 42 char *path; member 110 static void php_glob_stream_path_split(glob_s_t *pglob, const char *path, int get_path, const char … in php_glob_stream_path_split() 142 const char *path; in php_glob_stream_read() local 207 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char… in php_glob_stream_opener()
|
H A D | php_stream_plain_wrapper.h | 32 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument 53 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
|
H A D | streams.c | 149 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *c… in php_stream_display_wrapper_errors() 1741 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, const char **path_for_op… 1872 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context) 1887 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context) 1901 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c… 1952 PHPAPI php_stream *_php_stream_opendir(const char *path, int options, 2001 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
|
/PHP-7.3/ext/standard/ |
H A D | head.c | 83 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, … in php_setcookie() 193 …head_parse_cookie_options_array(zval *options, zend_long *expires, zend_string **path, zend_string… in php_head_parse_cookie_options_array() 238 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local 291 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
|
H A D | filestat.c | 108 static int php_disk_total_space(char *path, double *space) /* {{{ */ in php_disk_total_space() 184 char *path; in PHP_FUNCTION() local 202 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() 277 char *path; in PHP_FUNCTION() local
|
/PHP-7.3/ext/ftp/ |
H A D | ftp.c | 690 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() 699 ftp_list(ftpbuf_t *ftp, const char *path, const size_t path_len, int recursive) in ftp_list() 708 ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mlsd() 888 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() 984 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() 1067 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_append() 1134 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() 1158 ftp_mdtm(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mdtm() 1206 ftp_delete(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_delete() 1988 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, const char *path, const size_t pa… in ftp_genlist() [all …]
|
/PHP-7.3/ext/zip/ |
H A D | zip_stream.c | 128 const char *path = stream->orig_path; in php_zip_ops_stat() local 213 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC) in php_stream_zip_open() 263 const char *path, in php_stream_zip_opener()
|
/PHP-7.3/ext/zip/lib/ |
H A D | mkstemp.c | 56 _zip_mkstemp(char *path) in _zip_mkstemp()
|
/PHP-7.3/ext/spl/examples/ |
H A D | nocvsdir.php | 32 function __construct($path)
|
/PHP-7.3/ext/phar/ |
H A D | util.c | 168 int phar_mount_entry(phar_archive_data *phar, char *filename, size_t filename_len, char *path, size… in phar_mount_entry() 247 char *path, *fname, *arch, *entry, *test; in phar_find_in_include_path() local 343 int phar_get_entry_data(phar_entry_data **ret, char *fname, size_t fname_len, char *path, size_t pa… in phar_get_entry_data() 509 phar_entry_data *phar_get_or_create_entry_data(char *fname, size_t fname_len, char *path, size_t pa… in phar_get_or_create_entry_data() 1200 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, size_t path_len, char **e… in phar_get_entry_info() 1210 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char… in phar_get_entry_info_dir()
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | apptype.c | 49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
|
/PHP-7.3/ext/opcache/ |
H A D | zend_accelerator_blacklist.h | 28 char *path; member
|
/PHP-7.3/ext/bz2/ |
H A D | php_bz2.h | 55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c | 106 char path[MAXPATHLEN]; in phpdbg_webdata_compress() local
|