/PHP-5.4/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.4/main/ |
H A D | php_open_temporary_file.c | 252 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() 284 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd() 289 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… in php_open_temporary_file()
|
/PHP-5.4/scripts/dev/ |
H A D | extern_c.php | 3 function scan_dir($dir) {
|
H A D | find_tested.php | 178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
|
/PHP-5.4/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() 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 D | readcdf.c | 233 cdf_dir_t dir; local
|
/PHP-5.4/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.4/TSRM/ |
H A D | readdir.h | 34 char *dir; /* the dir we are reading */ member
|
/PHP-5.4/ext/ftp/ |
H A D | php_ftp.c | 486 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 D | ftp.c | 493 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.4/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 | 186 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file() 818 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local 859 DIR *dir = NULL; in php_plain_files_dir_opener() local 1143 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
|
/PHP-5.4/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 | 809 char *dir, *prefix; in PHP_FUNCTION() local 1292 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex() 1307 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC) in php_mkdir() 1317 char *dir; in PHP_FUNCTION() local 1338 char *dir; in PHP_FUNCTION() local
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 1359 function ADD_SOURCES(dir, file_list, target, obj_dir) argument 2194 function PHP_INSTALL_HEADERS(dir, headers_list) argument
|
/PHP-5.4/ext/session/ |
H A D | mod_files.c | 216 DIR *dir; in ps_files_cleanup_dir() local
|
/PHP-5.4/ext/gettext/ |
H A D | gettext.c | 248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
|
/PHP-5.4/ext/phar/ |
H A D | dirstream.c | 188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
|
/PHP-5.4/ext/spl/ |
H A D | spl_directory.h | 86 } dir; member
|
/PHP-5.4/sapi/roxen/ |
H A D | roxen.c | 577 char *dir; in php_roxen_module_main() local
|
/PHP-5.4/ext/date/lib/ |
H A D | parse_iso_intervals.c | 162 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
|
/PHP-5.4/ |
H A D | server-tests.php | 836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli_nonapi.c | 999 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|