diff options
| author | jvoisin | 2022-05-02 22:36:53 +0200 |
|---|---|---|
| committer | jvoisin | 2022-05-02 22:36:53 +0200 |
| commit | 5b25788a81bf7ad233d99cf3f5e9ce3dcc5e8602 (patch) | |
| tree | 89ff1c5da28f50b30ee8c2bccde40345aa279b0e /src/tests/deny_writable | |
| parent | baff5856be20579908497dba99e1e3eb20080684 (diff) | |
Add more tests for php8
Diffstat (limited to 'src/tests/deny_writable')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution_simulation.phpt | 1 |
1 files changed, 0 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 1118dc0..e3460e4 100644 --- a/src/tests/deny_writable/deny_writable_execution_simulation.phpt +++ b/src/tests/deny_writable/deny_writable_execution_simulation.phpt | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | --TEST-- | 1 | --TEST-- |
| 2 | Readonly execution attempt (simulation mode) | 2 | Readonly execution attempt (simulation mode) |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 5 | <?php | 4 | <?php |
| 6 | if (!extension_loaded("snuffleupagus")) { print "skip"; }; | 5 | if (!extension_loaded("snuffleupagus")) { print "skip"; }; |
| 7 | 6 | ||
