/PHP-5.6/ext/standard/tests/file/ |
H A D | tempnam_variation4.phpt | 68 -- dir perms 0 -- 70 -- dir perms 1 -- 72 -- dir perms 2 -- 74 -- dir perms 3 -- 76 -- dir perms 4 -- 78 -- dir perms 5 -- 80 -- dir perms 6 -- 82 -- dir perms 7 -- 84 -- dir perms 10 -- 86 -- dir perms 11 -- [all …]
|
H A D | copy_variation15.phpt | 2 Test copy() function: usage variations - destination dir access perms
|
H A D | copy_variation9.phpt | 2 Test copy() function: usage variations - destination file access perms
|
H A D | is_readable_variation2.phpt | 2 Test is_readable() function: usage variations - file/dir with diff. perms
|
H A D | is_executable_variation2.phpt | 2 Test is_executable() function: usage variations - file/dir with diff. perms
|
H A D | is_writable_variation2.phpt | 2 …t is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. perms
|
H A D | symlink_link_linkinfo_is_link_variation6.phpt | 2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link & dir perms.
|
H A D | file.inc | 151 Function: int change_file_perms(string $file_path, int $count = 1, int $perms = 0755, 157 $perms = new permission of the file, similar to $mode args of chmod() call 167 $perms = 0755, 182 if( chmod($filename, $perms) )
|
H A D | 006_variation2.phpt | 2 Test fileperms() & chmod() functions: usage variation - misc. perms
|
H A D | umask_variation1.phpt | 2 Test umask() function: usage variations - perms from 0000 to 0350
|
H A D | umask_variation2.phpt | 2 Test umask() function: usage variations - perms from 0351 to 0777
|
H A D | 006_variation1.phpt | 2 Test fileperms() & chmod() functions: usage variation - perms(0000-0777)
|
H A D | mkdir_rmdir_variation1.phpt | 2 Test mkdir() and rmdir() functions: usage variations - perms(0000-0777)
|
/PHP-5.6/ext/standard/tests/file/windows_acls/ |
H A D | bug44859.phpt | 23 foreach ($iteration as $perms => $exp) { 24 create_file($path, $perms); 39 foreach ($iteration as $perms => $exp) { 40 create_dir($path, $perms);
|
H A D | bug44859_2.phpt | 23 foreach ($iteration as $perms => $exp) { 24 create_file($path, $perms); 39 foreach ($iteration as $perms => $exp) { 40 create_dir($path, $perms);
|
H A D | bug44859_4.phpt | 25 foreach ($iteration as $perms => $exp) { 26 create_file($path, $perms); 41 foreach ($iteration as $perms => $exp) { 42 create_dir($path, $perms);
|
H A D | common.inc | 131 function create_dir($name, $perms) { 139 icacls_set($name, PHPT_ACL_GRANT, $perms); 142 function create_file($name, $perms) { 149 icacls_set($name, PHPT_ACL_GRANT, $perms);
|
/PHP-5.6/ext/phar/ |
H A D | zip.c | 770 phar_zip_unix3 perms; in phar_zip_changed_apply() local 795 memset(&perms, 0, sizeof(perms)); in phar_zip_changed_apply() 800 perms.tag[0] = 'n'; in phar_zip_changed_apply() 801 perms.tag[1] = 'u'; in phar_zip_changed_apply() 802 PHAR_SET_16(perms.size, sizeof(perms) - 4); in phar_zip_changed_apply() 803 PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); in phar_zip_changed_apply() 806 CRC32(crc, perms.perms[0]); in phar_zip_changed_apply() 807 CRC32(crc, perms.perms[1]); in phar_zip_changed_apply() 808 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply() 1003 if (sizeof(perms) != php_stream_write(p->filefp, (char *)&perms, sizeof(perms))) { in phar_zip_changed_apply() [all …]
|
H A D | pharzip.h | 144 char perms[2]; /* Mode Short file permissions */ member
|
H A D | phar_object.c | 4649 long perms; in PHP_METHOD() local 4663 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &perms) == FAILURE) { in PHP_METHOD() 4679 perms &= 0777; in PHP_METHOD() 4680 entry_obj->ent.entry->flags |= perms; in PHP_METHOD() 5376 ZEND_ARG_INFO(0, perms)
|
/PHP-5.6/ext/sysvmsg/ |
H A D | sysvmsg.c | 45 ZEND_ARG_INFO(0, perms) 254 long perms = 0666; in PHP_FUNCTION() local 257 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|l", &key, &perms) == FAILURE) { in PHP_FUNCTION() 267 mq->id = msgget(key, IPC_CREAT | IPC_EXCL | perms); in PHP_FUNCTION()
|
/PHP-5.6/ext/oci8/tests/ |
H A D | lob_029.phpt | 21 $realdirname = "/tmp"; // Use /tmp because a local dir can give ORA-22288 depending on perms
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | local_infile_tools.inc | 84 …printf("[%03d + 4] Cannot change the file perms of '%s' from 0600 to 0644, MySQL might not be able…
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 1572 - * Fstat is cheaper but fails for files you don't have read perms on.
|