/PHP-5.6/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 294 #define VCWD_OPEN(path, flags) open(path, flags) argument 296 #define VCWD_CREAT(path, mode) creat(path, mode) argument 304 #define VCWD_CHDIR(path) chdir(path) argument [all …]
|
H A D | zend_virtual_cwd.c | 294 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat) /* {{{ */ in php_sys_stat_ex() 585 static inline unsigned long realpath_cache_key(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_key() 607 static inline unsigned long realpath_cache_key(const char *path, int path_len) /* {{{ */ in realpath_cache_key() 639 CWD_API void realpath_cache_del(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_del() 1430 CWD_API char *virtual_realpath(const char *path, char *real_path TSRMLS_DC) /* {{{ */ in virtual_realpath() 1491 CWD_API int virtual_filepath(const char *path, char **filepath TSRMLS_DC) /* {{{ */ in virtual_filepath() 1497 CWD_API FILE *virtual_fopen(const char *path, const char *mode TSRMLS_DC) /* {{{ */ in virtual_fopen() 1690 CWD_API int virtual_creat(const char *path, mode_t mode TSRMLS_DC) /* {{{ */ in virtual_creat() 1745 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_stat() 1763 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_lstat() [all …]
|
/PHP-5.6/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-5.6/sapi/phpdbg/tests/ |
H A D | run-tests.php | 177 public function logPath($path) { 189 public function logPathStats($path) { 260 public function findTests($path) { 281 public function logTest($path, Test $test) {
|
/PHP-5.6/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-5.6/ext/ftp/ |
H A D | ftp.c | 664 ftp_list(ftpbuf_t *ftp, const char *path, int recursive TSRMLS_DC) in ftp_list() 799 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get() 891 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSRMLS… in ftp_put() 969 ftp_size(ftpbuf_t *ftp, const char *path) in ftp_size() 990 ftp_mdtm(ftpbuf_t *ftp, const char *path) in ftp_mdtm() 1038 ftp_delete(ftpbuf_t *ftp, const char *path) in ftp_delete() 1722 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get() 1839 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSR… in ftp_nb_put()
|
/PHP-5.6/ext/zip/ |
H A D | zip_stream.c | 118 const char *path = stream->orig_path; in php_zip_ops_stat() local 203 php_stream *php_stream_zip_open(const char *filename, const char *path, const char *mode STREAMS_DC… in php_stream_zip_open() 253 const char *path, in php_stream_zip_opener()
|
/PHP-5.6/ext/standard/ |
H A D | head.c | 76 …(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, c… in php_setcookie() 180 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local 203 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
|
H A D | filestat.c | 122 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space() 235 char *path; in PHP_FUNCTION() local 253 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space() 370 char *path; in PHP_FUNCTION() local
|
H A D | url.h | 29 char *path; member
|
/PHP-5.6/ext/zip/lib/ |
H A D | mkstemp.c | 54 _zip_mkstemp(char *path) in _zip_mkstemp()
|
/PHP-5.6/ext/spl/examples/ |
H A D | nocvsdir.php | 32 function __construct($path)
|
/PHP-5.6/win32/build/ |
H A D | projectgen.js | 21 function read_src_files(ext, tmpl, path) argument 37 function write_src_file(fname, path, intpath, arr) argument
|
/PHP-5.6/ext/pcre/ |
H A D | upgrade-pcre.php | 32 function recurse($path)
|
/PHP-5.6/main/ |
H A D | fopen_wrappers.c | 293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC) 342 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path T… 612 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
|
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 338 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL TSRMLS_CC) argument 339 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument 342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 345 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument 348 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument 555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument 556 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
|
/PHP-5.6/ext/ |
H A D | ext_skel_win32.php | 21 $path = getenv("PATH"); variable
|
/PHP-5.6/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() 255 char *path, *fname, *arch, *entry, *ret, *test; in phar_find_in_include_path() local 353 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len… in phar_get_entry_data() 519 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() 1214 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro… in phar_get_entry_info() 1224 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-5.6/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-5.6/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()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_blacklist.h | 28 char *path; member
|
/PHP-5.6/ext/bz2/ |
H A D | php_bz2.h | 54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
/PHP-5.6/scripts/dev/ |
H A D | check_parameters.php | 293 function recurse($path)
|