diff options
Diffstat (limited to 'ext/xml/tests/utf8_encode_variation1.phpt')
-rw-r--r-- | ext/xml/tests/utf8_encode_variation1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/utf8_encode_variation1.phpt b/ext/xml/tests/utf8_encode_variation1.phpt index 4b5d3c5d3c..04b956c422 100644 --- a/ext/xml/tests/utf8_encode_variation1.phpt +++ b/ext/xml/tests/utf8_encode_variation1.phpt @@ -79,7 +79,7 @@ $values = array( // loop through each element of the array for data foreach($values as $value) { - echo "\nArg value $value \n"; + echo @"\nArg value $value \n"; var_dump( utf8_encode($value) ); }; |