Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-5.6/Zend/
H A Dzend_virtual_cwd.h69 #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 Dzend_virtual_cwd.c294 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 Dpear2coverage.phar.php532 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 Drun-tests.php177 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 Dglob_wrapper.c44 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 Dphp_stream_plain_wrapper.h34 #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 Dftp.c664 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 Dzip_stream.c118 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 Dhead.c76 …(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 Dfilestat.c122 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 Durl.h29 char *path; member
/PHP-5.6/ext/zip/lib/
H A Dmkstemp.c54 _zip_mkstemp(char *path) in _zip_mkstemp()
/PHP-5.6/ext/spl/examples/
H A Dnocvsdir.php32 function __construct($path)
/PHP-5.6/win32/build/
H A Dprojectgen.js21 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 Dupgrade-pcre.php32 function recurse($path)
/PHP-5.6/main/
H A Dfopen_wrappers.c293 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 Dphp_streams.h68 #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 Dext_skel_win32.php21 $path = getenv("PATH"); variable
/PHP-5.6/ext/phar/
H A Dutil.c170 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 Dshortarc.php245 static function extractFile($path, $entry, $fp)
/PHP-5.6/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
/PHP-5.6/win32/
H A Dwinutil.c37 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 Dzend_accelerator_blacklist.h28 char *path; member
/PHP-5.6/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.6/scripts/dev/
H A Dcheck_parameters.php293 function recurse($path)

Completed in 90 milliseconds

1234