summaryrefslogtreecommitdiff
path: root/ext/standard/tests/versioning
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-11/+11
* Throw an exception when an invalid comparison operator is passed to version_c...Máté Kocsis2019-12-091-3/+7
* Remove empty sectionPeter Kokot2019-05-071-2/+0
* Add test for null return on version_compare with bad operatorDavid Stockton2019-02-091-0/+12
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+1
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* Remove superfluous PHP version check in testsGabriel Caruso2018-02-041-1/+1
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* Adds phpversion test to prevent #67959Florian MARGAINE2014-09-041-0/+12
* - Initial commitSebastian Schürmann2009-04-251-0/+14
* MFHArnaud Le Blanc2009-04-241-1/+1
* MFB: Added test for php_sapi_name()Ilia Alshanetsky2009-04-091-0/+9
* adding check for rc1 to version-compare testZoe Slattery2007-08-241-2/+197
* * remove version_{lt,le,gt,ge,eq} functions, added a third optionalStig Bakken2001-10-111-1/+526
* @Added version_compare() function (Stig)Stig Bakken2001-10-061-0/+75