php-src/ext/standard/tests/versioning
Christoph M. Becker 2b7eb0e26a Disallow version_compare() $operator abbreviations
`version_compare()` does a sloppy check for the `$operators` argument
which allows arbitrary abbreviations of the supported operators to be
accepted.  This is both undocumented and unexpected, and could lead to
subtle BC breaks, if the order of the comparisions will be changed.
Therefore we change to strict comparisons.

Closes GH-6510.
2020-12-13 23:55:33 +01:00
..
php_sapi_name.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
php_sapi_name_variation001.phpt
phpversion.phpt
version_compare.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
version_compare_invalid_operator.phpt Improve argument error messages in ext/standard 2020-03-18 19:56:10 +01:00
version_compare_op_abbrev.phpt Disallow version_compare() $operator abbreviations 2020-12-13 23:55:33 +01:00