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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/tests/xml_parse_into_struct_variation1.phpt b/ext/xml/tests/xml_parse_into_struct_variation1.phpt index fa1e8d2990..39ce62a5da 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation1.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation1.phpt @@ -120,27 +120,27 @@ NULL Arg value 10.5 -Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d +Warning: xml_parse_into_struct() expects parameter 1 to be resource, float given in %s on line %d NULL Arg value -10.5 -Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d +Warning: xml_parse_into_struct() expects parameter 1 to be resource, float given in %s on line %d NULL Arg value 101234567000 -Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d +Warning: xml_parse_into_struct() expects parameter 1 to be resource, float given in %s on line %d NULL Arg value 1.07654321E-9 -Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d +Warning: xml_parse_into_struct() expects parameter 1 to be resource, float given in %s on line %d NULL Arg value 0.5 -Warning: xml_parse_into_struct() expects parameter 1 to be resource, double given in %s on line %d +Warning: xml_parse_into_struct() expects parameter 1 to be resource, float given in %s on line %d NULL Arg value Array |