summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_parse_into_struct_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_parse_into_struct_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_parse_into_struct_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml_parse_into_struct_variation1.phpt b/ext/xml/tests/xml_parse_into_struct_variation1.phpt
index 78b0cf43c..fa1e8d299 100644
--- a/ext/xml/tests/xml_parse_into_struct_variation1.phpt
+++ b/ext/xml/tests/xml_parse_into_struct_variation1.phpt
@@ -88,7 +88,7 @@ $values = array(
// loop through each element of the array for parser
foreach($values as $value) {
- echo "\nArg value $value \n";
+ echo @"\nArg value $value \n";
var_dump( xml_parse_into_struct($value, $data, $struct, $index) );
};