Home
last modified time | relevance | path

Searched refs:dir (Results 501 – 525 of 560) sorted by relevance

1...<<212223

/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation4-1.phpt2 Test tempnam() function: usage variations - permissions(0351 to 0777) of dir
12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Trying to create the file in a dir with permissions from 0351 to 0777,
17 Allowable permissions: files are expected to be created in the input dir
18 Non-allowable permissions: files are expected to be created in '/tmp' dir
21 echo "*** Testing tempnam() with dir of permissions from 0351 to 0777 ***\n";
38 echo " created in unexpected dir\n";
53 *** Testing tempnam() with dir of permissions from 0351 to 0777 ***
H A Dtempnam_variation4-0.phpt2 Test tempnam() function: usage variations - permissions(0000 to 0350) of dir
12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Trying to create the file in a dir with permissions from 0000 to 0350,
17 Allowable permissions: files are expected to be created in the input dir
18 Non-allowable permissions: files are expected to be created in '/tmp' dir
21 echo "*** Testing tempnam() with dir of permissions from 0000 to 0350 ***\n";
38 echo " created in unexpected dir\n";
53 *** Testing tempnam() with dir of permissions from 0000 to 0350 ***
H A Dsymlink_link_linkinfo_is_link_basic2.phpt29 /* 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 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 Dbasename.phpt60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
/PHP-7.4/ext/standard/
H A Ddir.c116 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
122 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
/PHP-7.4/win32/build/
H A Dmkdist.php496 foreach ($dirs as $dir) {
497 copy_test_dir($dir, $test_dir);
/PHP-7.4/
H A DUPGRADING594 . The filter extension no longer exposes --with-pcre-dir for Unix builds and
750 --with-foo-dir=DIR or similar only --with-foo is used. Custom library paths can
770 . --with-png-dir has been removed. libpng is required.
771 . --with-zlib-dir has been removed. zlib is required.
772 . --with-freetype-dir becomes --with-freetype.
773 . --with-jpeg-dir becomes --with-jpeg.
774 . --with-webp-dir becomes --with-webp.
775 . --with-xpm-dir becomes --with-xpm.
781 . --with-icu-dir has been removed. If --enable-intl is passed, then libicu is
788 . --with-libxml-dir has been removed.
[all …]
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar572 $dir = $testpath;
574 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
577 $dir = $dirs[$index++];
581 $dir = $dirs[$index];
588 foreach ($dirs as $dir) {
589 $globbie = glob($dir . '/*.xdebug');
854 $dir = $testpath;
859 $dir = $dirs[$index++];
863 $dir = $dirs[$index];
870 foreach ($dirs as $dir) {
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt13 * Source code: ext/standard/dir.c
H A Dreaddir_variation4.phpt7 * Source code: ext/standard/dir.c
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_002.phpt71 string(3) "dir"
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1103 * @param string|null $dir
1107 private function getFile(string $extension, $dir = null, $name = null)
1111 return is_null($dir) ? $fileName : $dir . '/' . $fileName;
1152 * @param string|null $dir
1156 private function makeFile(string $extension, string $content = '', $dir = null, $name = null)
1158 $filePath = $this->getFile($extension, $dir, $name);
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re133 timelib_ull dir = 1;
145 dir *= -1;
149 return dir * timelib_get_nr(ptr, max_length);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch462 - DIR *dir;
464 + php_stream *dir;
482 - dir = opendir(fn);
490 if (!dir) {
504 - closedir(dir);
522 - closedir(dir);
531 - closedir(dir);
1229 - free(dir->dir_tab);
1242 - free(dir->dir_tab);
1244 + efree(dir->dir_tab);
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c1057 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
1075 dir = (char *)cs.dir;
1099 add_property_string(return_value, "dir", (dir) ? (char *)dir : "");
/PHP-7.4/ext/ftp/
H A Dftp.c526 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir() argument
537 if (!ftp_putcmd(ftp, "CWD", sizeof("CWD")-1, dir, dir_len)) { in ftp_chdir()
574 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir() argument
582 if (!ftp_putcmd(ftp, "MKD", sizeof("MKD")-1, dir, dir_len)) { in ftp_mkdir()
590 return zend_string_init(dir, dir_len, 0); in ftp_mkdir()
606 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir() argument
611 if (!ftp_putcmd(ftp, "RMD", sizeof("RMD")-1, dir, dir_len)) { in ftp_rmdir()
/PHP-7.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-7.4/appveyor/
H A Dbuild_task.bat62 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
/PHP-7.4/ext/phar/
H A Dutil.c1208 …_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int … in phar_get_entry_info_dir() argument
1231 if (!path_len && !dir) { in phar_get_entry_info_dir()
1261 if (entry->is_dir && !dir) { in phar_get_entry_info_dir()
1267 if (!entry->is_dir && dir == 2) { in phar_get_entry_info_dir()
1277 if (dir) { in phar_get_entry_info_dir()
1322 if (ssb.sb.st_mode & S_IFDIR && !dir) { in phar_get_entry_info_dir()
1330 if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) { in phar_get_entry_info_dir()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc69 function change_dir($dir)
73 if ($dir[0] == '/') {
74 $cwd = $dir;
78 $cwd = "$cwd/$dir";
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc112 This will make the file/dir with NO aceess.

Completed in 147 milliseconds

1...<<212223