diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2001-11-13 12:39:35 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2001-11-13 12:39:35 +0000 |
| commit | 96c421553f4a90b9e51f778c04f9a4d82d9a8e38 (patch) | |
| tree | fc4e524c9faff96d6e24e2ad0c1028d5b03b3319 /ext | |
| parent | 30f0fa9262568af6a64cf4d870cb162e0e0fcbb0 (diff) | |
| download | php-git-96c421553f4a90b9e51f778c04f9a4d82d9a8e38.tar.gz | |
MFH
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/tests/file/001.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/001.phpt b/ext/standard/tests/file/001.phpt index 6c1410c805..da8fad37a6 100644 --- a/ext/standard/tests/file/001.phpt +++ b/ext/standard/tests/file/001.phpt @@ -12,7 +12,7 @@ if (file_exists('test.file')) { echo "test.file does not exist\n"; } fclose (fopen('test.file', 'w')); -chmod ('test.file', 0654); +chmod ('test.file', 0744); if (file_exists('test.file')) { echo "test.file exists\n"; } else { @@ -134,11 +134,11 @@ test.link lstat and stat differ at element 9 test.link lstat and stat differ at element 10 test.file is file test.link is link -test.file permissions are 0654 +test.file permissions are 0744 test.file size is 0 test.file is writeable test.file is readable -test.file is not executable +test.file is executable test.file is not executable test.file is a regular file test.link is a regular file |
