diff options
| author | jvoisin | 2020-12-31 16:36:18 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-31 16:45:06 +0100 |
| commit | a6c6934433979796a6c490899e9d21acf6b50571 (patch) | |
| tree | 6ce4dcc6283044599a6a6409df3c9a82402f9c87 /src/tests/disable_function/disabled_function_param.phpt | |
| parent | 53f83f80d87b80408d14f75c1364cf6ba233c7e5 (diff) | |
Enabled matching on local var in php8
PHP8 failed hard when it couldn't find the local variable
we're looking for.
using ZEND_FETCH_CLASS_SILENT makes it silent.
Diffstat (limited to 'src/tests/disable_function/disabled_function_param.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_function_param.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_function_param.phpt b/src/tests/disable_function/disabled_function_param.phpt index fe673d8..e318a15 100644 --- a/src/tests/disable_function/disabled_function_param.phpt +++ b/src/tests/disable_function/disabled_function_param.phpt | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | Disable functions - match on a param | 2 | Disable functions - match on a param |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 6 | --INI-- | 5 | --INI-- |
| 7 | sp.configuration_file={PWD}/config/disabled_function_param.ini | 6 | sp.configuration_file={PWD}/config/disabled_function_param.ini |
| 8 | --FILE-- | 7 | --FILE-- |
