Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.1/ext/spl/examples/
H A Dphar_from_dir.php33 $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 Dphp_open_temporary_file.c294 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 Dreadcdf.c359 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 Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
H A Dcdf.c614 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 Dreaddir.h34 char *dir; /* the dir we are reading */ member
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c511 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 Dftp.c533 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 Dphp_stream_plain_wrapper.h49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
H A Dplain_wrapper.c208 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 Dfind_tested.php181 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
/PHP-7.1/ext/standard/
H A Ddir.c130 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
136 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
H A Dfile.c804 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 Dreaddir.c37 DIR *opendir(const char *dir) in opendir()
/PHP-7.1/ext/gettext/
H A Dgettext.c248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
/PHP-7.1/ext/session/
H A Dmod_files.c286 DIR *dir; in ps_files_cleanup_dir() local
/PHP-7.1/ext/phar/
H A Ddirstream.c180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
H A Dutil.c1212 …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 Dconfutils.js1499 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 Dspl_directory.h85 } dir; member
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.c166 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/PHP-7.1/
H A Dserver-tests.php823 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
H A Drun-tests.php885 function find_files($dir, $is_ext_dir = false, $ignore = false)
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c975 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/PHP-7.1/ext/gd/libgd/
H A Dgdft.c373 char *name, *path=NULL, *dir; local

Completed in 97 milliseconds

12