diff options
Diffstat (limited to 'ext/xml/tests/xml_parse_into_struct_variation1.phpt')
-rw-r--r-- | ext/xml/tests/xml_parse_into_struct_variation1.phpt | 2 |
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 78b0cf43cd..fa1e8d2990 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) ); }; |