Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/main/
H A Dphp_open_temporary_file.c275 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bo… in php_open_temporary_fd_ex()
307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd()
312 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… in php_open_temporary_file()
/PHP-5.5/scripts/dev/
H A Dextern_c.php3 function scan_dir($dir) {
H A Dfind_tested.php178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
H A Dcdf.c598 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir()
694 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_short_stream()
733 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info()
1147 const cdf_dir_t *dir) in cdf_dump_dir()
1307 cdf_dir_t dir; local
H A Dreadcdf.c233 cdf_dir_t dir; local
/PHP-5.5/win32/
H A Dreaddir.c22 DIR *opendir(const char *dir) in opendir()
H A Dreaddir.h38 char *dir; /* the dir we are reading */ member
/PHP-5.5/TSRM/
H A Dreaddir.h34 char *dir; /* the dir we are reading */ member
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c486 char *dir; in PHP_FUNCTION() local
556 char *dir, *tmp; in PHP_FUNCTION() local
581 char *dir; in PHP_FUNCTION() local
660 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
688 char **llist, **ptr, *dir; in PHP_FUNCTION() local
H A Dftp.c493 ftp_chdir(ftpbuf_t *ftp, const char *dir) in ftp_chdir()
541 ftp_mkdir(ftpbuf_t *ftp, const char *dir) in ftp_mkdir()
573 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir()
/PHP-5.5/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.c187 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file()
847 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local
888 DIR *dir = NULL; in php_plain_files_dir_opener() local
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
/PHP-5.5/ext/standard/
H A Ddir.c125 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
131 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
H A Dfile.c810 char *dir, *prefix; in PHP_FUNCTION() local
1295 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1310 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC) in php_mkdir()
1320 char *dir; in PHP_FUNCTION() local
1341 char *dir; in PHP_FUNCTION() local
/PHP-5.5/win32/build/
H A Dconfutils.js1392 function ADD_SOURCES(dir, file_list, target, obj_dir) argument
2228 function PHP_INSTALL_HEADERS(dir, headers_list) argument
/PHP-5.5/ext/session/
H A Dmod_files.c188 DIR *dir; in ps_files_cleanup_dir() local
/PHP-5.5/ext/gettext/
H A Dgettext.c248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
/PHP-5.5/ext/phar/
H A Ddirstream.c188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
/PHP-5.5/ext/spl/
H A Dspl_directory.h86 } dir; member
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c160 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/PHP-5.5/sapi/roxen/
H A Droxen.c577 char *dir; in php_roxen_module_main() local
/PHP-5.5/
H A Dserver-tests.php836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c997 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local

Completed in 128 milliseconds

12