diff options
| author | Christian Göttsche | 2026-02-22 22:11:23 +0100 |
|---|---|---|
| committer | Julien Voisin | 2026-02-22 22:30:14 +0100 |
| commit | 4985b0f75a3593d1e7777ba6c1b59da4bcf2ea41 (patch) | |
| tree | e53256e272bf7480323e388b6f95feb74e3ed414 | |
| parent | b26041bfa0a1e58930a5bf26b720f97f8cf6ae13 (diff) | |
Generalize disabled_functions_regexp_multiple.phpt expected output
On uncommon architectures, like s390x, `-2` instead of `-1` might be printed.
| -rw-r--r-- | src/tests/disable_function/disabled_functions_regexp_multiple.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_functions_regexp_multiple.phpt b/src/tests/disable_function/disabled_functions_regexp_multiple.phpt index 5f8b151..f1e275c 100644 --- a/src/tests/disable_function/disabled_functions_regexp_multiple.phpt +++ b/src/tests/disable_function/disabled_functions_regexp_multiple.phpt | |||
| @@ -15,5 +15,5 @@ Warning: [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted executi | |||
| 15 | ID | 15 | ID |
| 16 | 16 | ||
| 17 | Warning: [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'strcmp' in %a/disabled_functions_regexp_multiple.php on line 3 | 17 | Warning: [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'strcmp' in %a/disabled_functions_regexp_multiple.php on line 3 |
| 18 | -1 | 18 | -%d |
| 19 | After | 19 | After |
