--- embedaddon/php/ext/intl/tests/locale_accept.phpt 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/intl/tests/locale_accept.phpt 2012/05/29 12:34:40 1.1.1.2 @@ -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;