Home
last modified time | relevance | path

Searched refs:dir (Results 451 – 475 of 514) sorted by relevance

1...<<1112131415161718192021

/PHP-5.3/ext/oci8/
H A Dconfig.m446 dnl This isn't an ORACLE_HOME. Try heuristic examination of the dir to help the user
102 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
284 dnl give a dir. Generally the Instant Client can be anywhere so the
/PHP-5.3/win32/build/
H A Dprojectgen.js442 var dir = FSO.GetFolder(ext_dir);
452 f = new Enumerator(dir.Files);
469 f = new Enumerator(dir.Files);
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_002.phpt73 string(3) "dir"
H A Dphar_oo_002U.phpt73 unicode(3) "dir"
/PHP-5.3/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 Dumask_variation1.phpt17 /* Check umask() on file/dir */
22 // temp dir used
46 // create temp dir
54 // delete temp dir created
H A Dcopy_variation8.phpt15 /* Trying to copy the links across dir paths given in various notations
H A Dreadlink_realpath_variation2.phpt20 // create temp dir
H A D005_variation2-win32.phpt62 //php generates permission denied, we generate No such file or dir.
H A Dbasename.phpt60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
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.3/ext/pdo_oci/
H A Dconfig.m430 AC_MSG_CHECKING([OCI8 libraries dir])
105 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
/PHP-5.3/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);
/PHP-5.3/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.3/ext/fileinfo/libmagic/
H A Dapprentice.c759 php_stream *dir; local
781 dir = php_stream_opendir(fn, REPORT_ERRORS, NULL);
782 if (!dir) {
786 while (php_stream_readdir(dir, &d)) {
790 php_stream_closedir(dir);
803 php_stream_closedir(dir);
810 php_stream_closedir(dir);
/PHP-5.3/ext/curl/
H A Dconfig.m429 easy.h should be in <curl-dir>/include/curl/)
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch326 - DIR *dir;
328 + php_stream *dir;
351 - dir = opendir(fn);
359 if (!dir) {
371 - closedir(dir);
372 + php_stream_closedir(dir);
385 - closedir(dir);
386 + php_stream_closedir(dir);
394 - closedir(dir);
395 + php_stream_closedir(dir);
[all …]
/PHP-5.3/ext/phar/
H A Dutil.c1468 …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
1491 if (!path_len && !dir) { in phar_get_entry_info_dir()
1521 if (entry->is_dir && !dir) { in phar_get_entry_info_dir()
1527 if (!entry->is_dir && dir == 2) { in phar_get_entry_info_dir()
1537 if (dir) { in phar_get_entry_info_dir()
1596 if (ssb.sb.st_mode & S_IFDIR && !dir) { in phar_get_entry_info_dir()
1604 if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) { in phar_get_entry_info_dir()
/PHP-5.3/ext/pgsql/
H A Dpgsql.mak30 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.3/ext/ldap/
H A Dldap.mak25 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))
/PHP-5.3/ext/mysql/
H A Dmysql.mak33 SRC_DIR = $(dir $(CPP_SRC) $(C_SRC))

Completed in 58 milliseconds

1...<<1112131415161718192021