diff options
| -rw-r--r-- | ext/standard/tests/file/get_current_user.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/get_current_user.phpt b/ext/standard/tests/file/get_current_user.phpt index 36aa1c2309..f9e2e50b9a 100644 --- a/ext/standard/tests/file/get_current_user.phpt +++ b/ext/standard/tests/file/get_current_user.phpt @@ -11,10 +11,10 @@ echo "Done\n"; --EXPECTF-- Warning: Wrong parameter count for get_current_user() in %s on line %d NULL -string(%d) "%s" +string(%d) %s Done --UEXPECTF-- Warning: Wrong parameter count for get_current_user() in %s on line %d NULL -unicode(%d) "%s" +unicode(%d) %s Done |
