diff options
| author | jvoisin | 2022-03-20 18:20:45 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-20 18:20:45 +0100 |
| commit | 81dd7f2ef07af306fe83d7755cbac4529aa9fc8d (patch) | |
| tree | 32cc44c6231b30db5ac7b15699297863460784aa /src/tests/strict_mode/strict_mode_enabled.phpt | |
| parent | 83b01942dfc80474cc05e09aeef4b44307a7120b (diff) | |
| parent | c38df1077a6c1dfbca1baca049214d053e2e7684 (diff) | |
Merge remote-tracking branch 'sektioneins/master'
Diffstat (limited to 'src/tests/strict_mode/strict_mode_enabled.phpt')
| -rw-r--r-- | src/tests/strict_mode/strict_mode_enabled.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/strict_mode/strict_mode_enabled.phpt b/src/tests/strict_mode/strict_mode_enabled.phpt index a986987..a78a604 100644 --- a/src/tests/strict_mode/strict_mode_enabled.phpt +++ b/src/tests/strict_mode/strict_mode_enabled.phpt | |||
| @@ -8,11 +8,11 @@ if (!extension_loaded("snuffleupagus")) print "skip snuffleupagus extension miss | |||
| 8 | sp.configuration_file={PWD}/config/config_strict_mode_enabled.ini | 8 | sp.configuration_file={PWD}/config/config_strict_mode_enabled.ini |
| 9 | --FILE-- | 9 | --FILE-- |
| 10 | <?php | 10 | <?php |
| 11 | ini_set('display_errors', 1); | 11 | ini_get(23); |
| 12 | ?> | 12 | ?> |
| 13 | --EXPECTF-- | 13 | --EXPECTF-- |
| 14 | Fatal error: Uncaught TypeError: ini_set()%s given in %s/tests/strict_mode/strict_mode_enabled.php:%d | 14 | Fatal error: Uncaught TypeError: ini_get()%s given in %s/tests/strict_mode/strict_mode_enabled.php:%d |
| 15 | Stack trace: | 15 | Stack trace: |
| 16 | #0 %s/tests/strict_mode/strict_mode_enabled.php(2): ini_set('display_errors', 1) | 16 | #0 %s/tests/strict_mode/strict_mode_enabled.php(2): ini_get(23) |
| 17 | #1 {main} | 17 | #1 {main} |
| 18 | thrown in %s/tests/strict_mode/strict_mode_enabled.php on line 2 | 18 | thrown in %s/tests/strict_mode/strict_mode_enabled.php on line 2 |
