/PHP-7.0/Zend/ |
H A D | zend_virtual_cwd.h | 69 #define COPY_WHEN_ABSOLUTE(path) 2 argument 70 #define IS_UNC_PATH(path, len) \ argument 72 #define IS_ABSOLUTE_PATH(path, len) \ argument 85 #define IS_ABSOLUTE_PATH(path, len) \ argument 108 #define COPY_WHEN_ABSOLUTE(path) 0 argument 112 #define IS_ABSOLUTE_PATH(path, len) \ argument 215 char *path; member 266 #define VCWD_CHDIR(path) virtual_chdir(path) argument 273 #define VCWD_UNLINK(path) virtual_unlink(path) argument 304 #define VCWD_CHDIR(path) chdir(path) argument [all …]
|
H A D | zend_virtual_cwd.c | 661 CWD_API void realpath_cache_del(const char *path, int path_len) /* {{{ */ in realpath_cache_del() 1400 CWD_API int virtual_chdir(const char *path) /* {{{ */ in virtual_chdir() 1406 CWD_API int virtual_chdir_file(const char *path, int (*p_chdir)(const char *path)) /* {{{ */ in virtual_chdir_file() 1501 CWD_API int virtual_filepath(const char *path, char **filepath) /* {{{ */ in virtual_filepath() 1507 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen() 1637 CWD_API int virtual_open(const char *path, int flags, ...) /* {{{ */ in virtual_open() 1665 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat() 1720 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat() 1738 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat() 1756 CWD_API int virtual_unlink(const char *path) /* {{{ */ in virtual_unlink() [all …]
|
/PHP-7.0/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.0/main/ |
H A D | fopen_wrappers.c | 138 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path) 277 PHPAPI int php_check_open_basedir(const char *path) 284 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) 333 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… 479 PHPAPI zend_string *php_resolve_path(const char *filename, int filename_length, const char *path) 626 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
|
H A D | php_streams.h | 70 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument 81 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument 82 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument 347 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL) argument 348 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument 351 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 354 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument 357 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument 568 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument 569 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
|
H A D | php_ini.c | 41 #define TRANSLATE_SLASHES_LOWER(path) \ argument 51 #define TRANSLATE_SLASHES_LOWER(path) argument 804 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len)
|
/PHP-7.0/main/streams/ |
H A D | glob_wrapper.c | 44 char *path; member 112 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() 144 const char *path; in php_glob_stream_read() local 209 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 | 34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument 55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
|
/PHP-7.0/ext/ftp/ |
H A D | ftp.c | 687 ftp_nlist(ftpbuf_t *ftp, const char *path) in ftp_nlist() 696 ftp_list(ftpbuf_t *ftp, const char *path, int recursive) in ftp_list() 831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get() 923 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put() 1001 ftp_size(ftpbuf_t *ftp, const char *path) in ftp_size() 1022 ftp_mdtm(ftpbuf_t *ftp, const char *path) in ftp_mdtm() 1070 ftp_delete(ftpbuf_t *ftp, const char *path) in ftp_delete() 1790 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path) in ftp_genlist() 1895 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resume… in ftp_nb_get() 2012 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpo… in ftp_nb_put()
|
/PHP-7.0/ext/standard/ |
H A D | head.c | 80 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, … in php_setcookie() 196 zend_string *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local 217 zend_string *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
|
H A D | filestat.c | 110 static int php_disk_total_space(char *path, double *space) /* {{{ */ in php_disk_total_space() 223 char *path; in PHP_FUNCTION() local 241 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() 358 char *path; in PHP_FUNCTION() local
|
/PHP-7.0/ext/zip/ |
H A D | zip_stream.c | 126 const char *path = stream->orig_path; in php_zip_ops_stat() local 211 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC) in php_stream_zip_open() 261 const char *path, in php_stream_zip_opener()
|
/PHP-7.0/ext/zip/lib/ |
H A D | mkstemp.c | 53 _zip_mkstemp(char *path) in _zip_mkstemp()
|
/PHP-7.0/ext/spl/examples/ |
H A D | nocvsdir.php | 32 function __construct($path)
|
/PHP-7.0/ext/ |
H A D | ext_skel_win32.php | 21 $path = getenv("PATH"); variable
|
/PHP-7.0/ext/phar/ |
H A D | util.c | 170 int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len, char *path, int pat… in phar_mount_entry() 256 char *path, *fname, *arch, *entry, *test; in phar_find_in_include_path() local 352 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len… in phar_get_entry_data() 518 phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len… in phar_get_or_create_entry_data() 1209 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro… in phar_get_entry_info() 1219 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di… in phar_get_entry_info_dir()
|
H A D | shortarc.php | 245 static function extractFile($path, $entry, $fp)
|
/PHP-7.0/ext/pcre/ |
H A D | upgrade-pcre.php | 32 function recurse($path)
|
/PHP-7.0/win32/ |
H A D | winutil.c | 37 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space()
|
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.0/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.0/ext/opcache/ |
H A D | zend_accelerator_blacklist.h | 28 char *path; member
|
/PHP-7.0/ext/bz2/ |
H A D | php_bz2.h | 57 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c | 106 char path[MAXPATHLEN]; in phpdbg_webdata_compress() local
|
/PHP-7.0/scripts/dev/ |
H A D | check_parameters.php | 299 function recurse($path)
|