Home
last modified time | relevance | path

Searched refs:dir (Results 476 – 500 of 533) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic2.phpt28 /* Creating soft/hard link to the temporary dir $dirname and checking
H A Dcopy_variation8.phpt15 /* Trying to copy the links across dir paths given in various notations
H A Dbasename.phpt60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
H A D005_variation2-win32.phpt62 //php generates permission denied, we generate No such file or dir.
H A Dreadlink_realpath_variation2.phpt20 // create temp dir
H A Dumask_variation2.phpt17 /* Check umask() on file/dir */
22 // temp dir used
46 // create temp dir
54 // delete temp dir created
H A Dcopy_variation16-win32.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation16.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation6-win32.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation6.phpt16 into different destination dir paths given in various notations */
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re160 timelib_ull dir = 1;
172 dir *= -1;
176 return dir * timelib_get_nr(ptr, max_length);
H A Dparse_iso_intervals.c162 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
174 dir *= -1; in timelib_get_unsigned_nr()
178 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
/PHP-5.4/ext/oci8/tests/
H A Dlob_029.phpt21 $realdirname = "/tmp"; // Use /tmp because a local dir can give ORA-22288 depending on perms
/PHP-5.4/ext/curl/
H A Dconfig.m429 easy.h should be in <curl-dir>/include/curl/)
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c1141 php_stream *dir; in apprentice_load() local
1174 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1175 if (!dir) { in apprentice_load()
1179 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1184 php_stream_closedir(dir); in apprentice_load()
1197 php_stream_closedir(dir); in apprentice_load()
1204 php_stream_closedir(dir); in apprentice_load()
/PHP-5.4/ext/phar/
H A Dutil.c1469 …get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int … in phar_get_entry_info_dir() argument
1492 if (!path_len && !dir) { in phar_get_entry_info_dir()
1522 if (entry->is_dir && !dir) { in phar_get_entry_info_dir()
1528 if (!entry->is_dir && dir == 2) { in phar_get_entry_info_dir()
1538 if (dir) { in phar_get_entry_info_dir()
1597 if (ssb.sb.st_mode & S_IFDIR && !dir) { in phar_get_entry_info_dir()
1605 if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) { in phar_get_entry_info_dir()
/PHP-5.4/ext/xml/
H A Dxml.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.4/ext/ldap/
H A Dldap.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.4/ext/pgsql/
H A Dpgsql.mak30 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.4/ext/mysql/
H A Dmysql.mak33 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.4/ext/standard/tests/array/
H A Dend.phpt129 closedir( $dir_handle ); //dir resource handle deleted
H A Dend_64bit.phpt131 closedir( $dir_handle ); //dir resource handle deleted
/PHP-5.4/ext/standard/tests/dir/
H A Dclosedir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation1.phpt7 * Source code: ext/standard/dir.c

Completed in 62 milliseconds

1...<<11121314151617181920>>...22