Home
last modified time | relevance | path

Searched refs:permissions (Results 51 – 75 of 82) sorted by relevance

1234

/PHP-8.2/ext/standard/tests/file/
H A Drename_variation2.phpt18 /* Testing rename() on soft and hard links with different permissions */
H A Dsymlink_link_linkinfo_is_link_variation6.phpt18 // remove all permissions from dir
H A D001.phpt65 printf ("test.file permissions are 0%o\n", 0777 & fileperms('test.file'));
135 test.file permissions are 0744
H A Dtempnam_variation4-0.phpt2 Test tempnam() function: usage variations - permissions(0000 to 0350) of dir
12 /* Trying to create the file in a dir with permissions from 0000 to 0350,
13 Allowable permissions: files are expected to be created in the input dir
14 Non-allowable permissions: files are expected to be created in '/tmp' dir
17 echo "*** Testing tempnam() with dir of permissions from 0000 to 0350 ***\n";
49 *** Testing tempnam() with dir of permissions from 0000 to 0350 ***
H A Dtempnam_variation4-1.phpt2 Test tempnam() function: usage variations - permissions(0351 to 0777) of dir
12 /* Trying to create the file in a dir with permissions from 0351 to 0777,
13 Allowable permissions: files are expected to be created in the input dir
14 Non-allowable permissions: files are expected to be created in '/tmp' dir
17 echo "*** Testing tempnam() with dir of permissions from 0351 to 0777 ***\n";
49 *** Testing tempnam() with dir of permissions from 0351 to 0777 ***
H A Dfile.inc202 permissions. File is filled with content of size specified.
302 // change all file's permissions
324 permissions.Link is filled with content of size specified.
H A Dmkdir_rmdir_variation-win32-mb.phpt12 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
54 *** Testing mkdir() and rmdir() for different permissions ***
H A Dmkdir_rmdir_variation-win32.phpt12 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
54 *** Testing mkdir() and rmdir() for different permissions ***
H A Dmkdir_rmdir_variation1.phpt13 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
30 *** Testing mkdir() and rmdir() for different permissions ***
H A Dunlink_variation5.phpt2 Test unlink() function : usage variations - files with diff. file permissions
/PHP-8.2/ext/posix/
H A Dposix.stub.php275 function posix_mkfifo(string $filename, int $permissions): bool {} argument
H A Dposix_arginfo.h100 ZEND_ARG_TYPE_INFO(0, permissions, IS_LONG, 0)
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug69362.phpt27 die("skip You need CREATEUSER permissions to run the test");
H A Dbug62479.phpt27 die("skip You need CREATEUSER permissions to run the test");
/PHP-8.2/
H A DREADME.md95 Depending on your permissions and prefix, `make install` may need super user
96 permissions.
H A DUPGRADING89 . Added error_log_mode ini setting that allows setting of permissions for
/PHP-8.2/ext/ftp/
H A Dftp.stub.php81 function ftp_chmod(FTP\Connection $ftp, int $permissions, string $filename): int|false {} argument
H A Dftp_arginfo.h56 ZEND_ARG_TYPE_INFO(0, permissions, IS_LONG, 0)
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt104 // ignore it, we might not have sufficient permissions
141 // ignore it, we might not have sufficient permissions
/PHP-8.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt25 exercising permissions granted by this License.
152 risks associated with Your exercise of permissions under this License.
201 See the License for the specific language governing permissions and
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in47 ; Set permissions for unix socket, if one is used. In Linux, read/write
48 ; permissions must be set in order to allow connections from a web server. Many
49 ; BSD-derived systems allow connections regardless of permissions. The owner
H A Dconfig.m4603 AC_MSG_CHECKING([for acl user/group permissions support])
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php2035 function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null…
2151 function chmod(string $filename, int $permissions): bool {}
H A Dbasic_functions_arginfo.h1292 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, permissions, IS_LONG, 0, "0777")
1440 ZEND_ARG_TYPE_INFO(0, permissions, IS_LONG, 0)
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE197 this License, whose permissions for other licensees extend to the

Completed in 90 milliseconds

1234