/PHP-5.6/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-5.6/main/ |
H A D | php_open_temporary_file.c | 275 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.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
|
H A D | cdf.c | 598 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() 736 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info() 1150 const cdf_dir_t *dir) in cdf_dump_dir() 1310 cdf_dir_t dir; local
|
H A D | readcdf.c | 325 cdf_dir_t dir; local
|
/PHP-5.6/win32/ |
H A D | readdir.c | 22 DIR *opendir(const char *dir) in opendir()
|
H A D | readdir.h | 38 char *dir; /* the dir we are reading */ member
|
/PHP-5.6/TSRM/ |
H A D | readdir.h | 34 char *dir; /* the dir we are reading */ member
|
/PHP-5.6/ext/ftp/ |
H A D | php_ftp.c | 489 char *dir; in PHP_FUNCTION() local 559 char *dir, *tmp; in PHP_FUNCTION() local 584 char *dir; in PHP_FUNCTION() local 663 char **nlist, **ptr, *dir; in PHP_FUNCTION() local 691 char **llist, **ptr, *dir; in PHP_FUNCTION() local
|
H A D | ftp.c | 496 ftp_chdir(ftpbuf_t *ftp, const char *dir) in ftp_chdir() 544 ftp_mkdir(ftpbuf_t *ftp, const char *dir) in ftp_mkdir() 576 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir()
|
/PHP-5.6/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 | 187 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file() 853 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local 894 DIR *dir = NULL; in php_plain_files_dir_opener() local 1175 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
|
/PHP-5.6/scripts/dev/ |
H A D | find_tested.php | 178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
|
/PHP-5.6/ext/standard/ |
H A D | dir.c | 125 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument 131 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
|
H A D | file.c | 818 char *dir, *prefix; in PHP_FUNCTION() local 1299 PHPAPI int php_mkdir_ex(const char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex() 1314 PHPAPI int php_mkdir(const char *dir, long mode TSRMLS_DC) in php_mkdir() 1324 char *dir; in PHP_FUNCTION() local 1345 char *dir; in PHP_FUNCTION() local
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 1394 function ADD_SOURCES(dir, file_list, target, obj_dir) argument 2258 function PHP_INSTALL_HEADERS(dir, headers_list) argument
|
/PHP-5.6/ext/session/ |
H A D | mod_files.c | 190 DIR *dir; in ps_files_cleanup_dir() local
|
/PHP-5.6/ext/gettext/ |
H A D | gettext.c | 248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
|
/PHP-5.6/ext/phar/ |
H A D | dirstream.c | 180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
|
/PHP-5.6/ext/spl/ |
H A D | spl_directory.h | 86 } dir; member
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_iso_intervals.c | 166 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
|
/PHP-5.6/sapi/roxen/ |
H A D | roxen.c | 577 char *dir; in php_roxen_module_main() local
|
/PHP-5.6/ |
H A D | server-tests.php | 836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
|
H A D | run-tests.php | 875 function find_files($dir, $is_ext_dir = false, $ignore = false)
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1012 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|