diff options
| author | Tristan Deloche | 2021-04-27 19:39:36 +0100 |
|---|---|---|
| committer | GitHub | 2021-04-27 18:39:36 +0000 |
| commit | 24e3f3d80a62fc32b986a2493d4d85be9aa6a6e2 (patch) | |
| tree | a6b38db6712da557da3f48923a752706aced04e9 /src/tests/deny_writable/deny_writable_execution_simulation.phpt | |
| parent | 7fc7743977905807b4c2fdcde183a219ace25ba9 (diff) | |
Fix SKIPIF output syntax error
Diffstat (limited to 'src/tests/deny_writable/deny_writable_execution_simulation.phpt')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution_simulation.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/deny_writable/deny_writable_execution_simulation.phpt b/src/tests/deny_writable/deny_writable_execution_simulation.phpt index 30f8cb1..d4b8efc 100644 --- a/src/tests/deny_writable/deny_writable_execution_simulation.phpt +++ b/src/tests/deny_writable/deny_writable_execution_simulation.phpt | |||
| @@ -3,7 +3,7 @@ Readonly execution attempt (simulation mode) | |||
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> |
| 5 | <?php | 5 | <?php |
| 6 | if (!extension_loaded("snuffleupagus")) { print "skip" }; | 6 | if (!extension_loaded("snuffleupagus")) { print "skip"; }; |
| 7 | 7 | ||
| 8 | // root has write privileges on any file | 8 | // root has write privileges on any file |
| 9 | if (TRUE == function_exists("posix_getuid")) { | 9 | if (TRUE == function_exists("posix_getuid")) { |
