summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug53033.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing SKIPIF sectionsGabriel Caruso2018-02-031-0/+2
|
* Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-0/+21
convert_scalar_to_number() will now call cast_object() with an _IS_NUMBER argument, in which case the cast handler should return either an integer or floating point number, whichever is more appropriate. Previously convert_scalar_to_number() unconditionally converted objects to integers instead. Fixes bug #53033. Fixes bug #54973. Fixes bug #73108.