diff options
| author | jvoisin | 2022-12-10 12:00:36 +0100 |
|---|---|---|
| committer | jvoisin | 2022-12-11 18:36:26 +0100 |
| commit | eb570f29daa42fd8b90ecfff75382846e51b3a15 (patch) | |
| tree | 5d14199f0e9f97ec521aa69d2c55f14b21d94db7 /src/tests/disable_function/disabled_functions_called_file_r.phpt | |
| parent | 808e7bff7e17b4f22a64120162734301aa065db0 (diff) | |
Add support for PHP8.2
Diffstat (limited to 'src/tests/disable_function/disabled_functions_called_file_r.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_called_file_r.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/disable_function/disabled_functions_called_file_r.phpt b/src/tests/disable_function/disabled_functions_called_file_r.phpt index dde26f7..2ba06d4 100644 --- a/src/tests/disable_function/disabled_functions_called_file_r.phpt +++ b/src/tests/disable_function/disabled_functions_called_file_r.phpt | |||
| @@ -25,10 +25,5 @@ include "$dir/myfunc.php"; | |||
| 25 | test(); | 25 | test(); |
| 26 | 26 | ||
| 27 | ?> | 27 | ?> |
| 28 | --CLEAN-- | ||
| 29 | <?php | ||
| 30 | $dir = __DIR__; | ||
| 31 | @unlink("$dir/myfunc.php"); | ||
| 32 | ?> | ||
| 33 | --EXPECTF-- | 28 | --EXPECTF-- |
| 34 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test' in %a/myfunc.php on line 3 | 29 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test' in %a/myfunc.php on line 3 |
