diff options
Diffstat (limited to 'ext/intl/tests/locale_accept.phpt')
-rwxr-xr-x | ext/intl/tests/locale_accept.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/locale_accept.phpt b/ext/intl/tests/locale_accept.phpt index 923571f8f0..cf1dc6e675 100755 --- a/ext/intl/tests/locale_accept.phpt +++ b/ext/intl/tests/locale_accept.phpt @@ -24,7 +24,7 @@ function ut_main() foreach($http_acc as $http) { $res = ut_loc_accept_http($http); - $res_str .= "Accepting $http: $res\n"; + $res_str .= @"Accepting $http: $res\n"; } return $res_str; |