diff options
| author | jvoisin | 2022-05-16 19:34:37 +0200 |
|---|---|---|
| committer | jvoisin | 2022-05-16 19:36:01 +0200 |
| commit | bee9da3cb2b47d7121ac3fe9cc945716aaaa5d21 (patch) | |
| tree | 5f68908d28a8370434198b388ffc7810d01f4728 | |
| parent | 2a52388a05bdf4cdde302030cc591aebdbf29998 (diff) | |
Don't run disabled_functions_param_str_representation_php8 on php7
| -rw-r--r-- | src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt index c06e612..aa5782b 100644 --- a/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt +++ b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | Disable functions - casting various types to string internally in php8 | 2 | Disable functions - casting various types to string internally in php8 |
| 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"; ?> | ||
| 5 | --INI-- | 6 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation_php8.ini | 7 | sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation_php8.ini |
| 7 | --FILE-- | 8 | --FILE-- |
