diff options
Diffstat (limited to 'ext/xml/tests/xml_set_object_variation1.phpt')
-rw-r--r-- | ext/xml/tests/xml_set_object_variation1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml_set_object_variation1.phpt b/ext/xml/tests/xml_set_object_variation1.phpt index cc40445725..851dfaff10 100644 --- a/ext/xml/tests/xml_set_object_variation1.phpt +++ b/ext/xml/tests/xml_set_object_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_set_object($value, $obj) ); }; |