summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_error_string_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_error_string_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_error_string_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml_error_string_variation1.phpt b/ext/xml/tests/xml_error_string_variation1.phpt
index 2d21cd9c48..40b542c141 100644
--- a/ext/xml/tests/xml_error_string_variation1.phpt
+++ b/ext/xml/tests/xml_error_string_variation1.phpt
@@ -77,7 +77,7 @@ $values = array(
// loop through each element of the array for code
foreach($values as $value) {
- echo "\nArg value $value \n";
+ echo @"\nArg value $value \n";
var_dump( xml_error_string($value) );
};