/PHP-7.1/ext/spl/examples/ |
H A D | phar_from_dir.php | 33 $dir = new RecursiveDirectoryIterator($argv[2]); variable 34 $dir = new RecursiveIteratorIterator($dir); variable 37 $dir = new RegexIterator($dir, '/'.$argv[3].'/'); variable
|
/PHP-7.1/main/ |
H A D | php_open_temporary_file.c | 294 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex() 329 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd() 334 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 359 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() 409 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info() 448 cdf_dir_t dir; in file_trycdf() local
|
H A D | apptype.c | 49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
|
H A D | cdf.c | 614 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir() 710 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream() 752 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info() 761 const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) in cdf_read_user_stream() 775 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream() 1263 const cdf_dir_t *dir) in cdf_dump_dir() 1443 cdf_dir_t dir; in main() local
|
/PHP-7.1/TSRM/ |
H A D | readdir.h | 34 char *dir; /* the dir we are reading */ member
|
/PHP-7.1/ext/ftp/ |
H A D | php_ftp.c | 511 char *dir; in PHP_FUNCTION() local 587 char *dir; in PHP_FUNCTION() local 615 char *dir; in PHP_FUNCTION() local 700 char **nlist, **ptr, *dir; in PHP_FUNCTION() local 730 char **llist, **ptr, *dir; in PHP_FUNCTION() local
|
H A D | ftp.c | 533 ftp_chdir(ftpbuf_t *ftp, const char *dir) in ftp_chdir() 581 ftp_mkdir(ftpbuf_t *ftp, const char *dir) in ftp_mkdir() 613 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir()
|
/PHP-7.1/main/streams/ |
H A D | php_stream_plain_wrapper.h | 49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
|
H A D | plain_wrapper.c | 208 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file() 898 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local 939 DIR *dir = NULL; in php_plain_files_dir_opener() local 1234 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
|
/PHP-7.1/scripts/dev/ |
H A D | find_tested.php | 181 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
|
/PHP-7.1/ext/standard/ |
H A D | dir.c | 130 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument 136 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
|
H A D | file.c | 804 char *dir, *prefix; in PHP_FUNCTION() local 1285 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex() 1300 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir() 1310 char *dir; in PHP_FUNCTION() local 1331 char *dir; in PHP_FUNCTION() local
|
/PHP-7.1/win32/ |
H A D | readdir.c | 37 DIR *opendir(const char *dir) in opendir()
|
/PHP-7.1/ext/gettext/ |
H A D | gettext.c | 248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
|
/PHP-7.1/ext/session/ |
H A D | mod_files.c | 286 DIR *dir; in ps_files_cleanup_dir() local
|
/PHP-7.1/ext/phar/ |
H A D | dirstream.c | 180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
|
H A D | util.c | 1212 …r_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, in… in phar_get_entry_info_dir()
|
/PHP-7.1/win32/build/ |
H A D | confutils.js | 1499 function ADD_SOURCES(dir, file_list, target, obj_dir) argument 2718 function PHP_INSTALL_HEADERS(dir, headers_list) argument
|
/PHP-7.1/ext/spl/ |
H A D | spl_directory.h | 85 } dir; member
|
/PHP-7.1/ext/date/lib/ |
H A D | parse_iso_intervals.c | 166 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
|
/PHP-7.1/ |
H A D | server-tests.php | 823 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
|
H A D | run-tests.php | 885 function find_files($dir, $is_ext_dir = false, $ignore = false)
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_nonapi.c | 975 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gdft.c | 373 char *name, *path=NULL, *dir; local
|