summaryrefslogtreecommitdiff
path: root/ext/standard/tests/url
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-09-0211-0/+19
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-0211-0/+19
| |\
| | * Fix binary-safety of parse_urlNikita Popov2020-09-0211-0/+19
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-30/+20
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1432-104/+104
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2416-96/+0
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-281-2/+0
* | | Improve argument error messages in ext/standardMáté Kocsis2020-03-181-2/+2
* | | Reindent phpt filesNikita Popov2020-02-0317-68/+68
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* | | Fixed #78385: Distinguish absent/empty query/fragmentIslam Israfilov2020-01-134-28/+68
* | | Promote warning to exception in parse_url()Máté Kocsis2019-12-111-4/+7
* | | Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
|/ /
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1511-11/+11
* | More zpp error/variation test removalsNikita Popov2019-03-079-365/+0
* | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+2
* | Remove zpp variation testsNikita Popov2019-02-0510-1824/+0
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-30/+20
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1432-48/+48
* | Trim trailing whitespace in testsGabriel Caruso2018-10-1432-56/+56
|/
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2019-19/+19
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-7/+7
* Use int instead of integer in type errorsGabriel Caruso2018-02-043-24/+24
* Merge branch 'PHP-7.1'Joe Watkins2017-06-221-0/+38
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-221-0/+38
| |\
| | * fix bug #74780 parse_url() borken when query string contains colonjhdxr2017-06-221-0/+38
* | | zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-121-0/+887
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-2/+2
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-0811-67/+100
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-10-0811-67/+100
| |\
| | * Fix bug #73192Nikita Popov2016-10-0810-34/+48
| | * Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-0810-33/+52
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-0410-52/+33
| |\ \ | | |/
| | * Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-0410-52/+33
* | | add skipif (needs json)Remi Collet2016-08-031-0/+2
* | | Make base64_decode() in non-strict mode binary safeNikita Popov2016-07-221-5/+5
* | | base64_decode: Add testsLauri Kenttä2016-07-221-0/+118
* | | base64_decode: strict: Fail on excessive paddingLauri Kenttä2016-07-221-4/+4
* | | base64_decode: strict: Fail on truncated inputLauri Kenttä2016-07-221-5/+5
* | | Fixed parse_url() for better compliance with RFC3986Julien Pauli2016-06-2210-0/+24
* | | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2015-12-2210-52/+33
* | | Merge branch 'pr-1204'Ferenc Kovacs2015-10-082-3/+35
|\ \ \ | |/ / |/| |
| * | Implemented FR #55716 - Add an option to pass a custom stream contextFerenc Kovacs2015-03-302-3/+35
* | | Fix #69976: Unable to parse "all" urls with colon charChristoph M. Becker2015-07-011-0/+34
|/ /
* | Merge branch 'PHP-5.6'Tjerk Meesters2015-03-061-0/+23
|\ \ | |/
| * Fixed bug #68917 (parse_url fails on some partial urls)Tjerk Meesters2015-03-061-0/+23
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-24/+24
* | Fixed some 32-bit testsAndrea Faulds2014-11-091-39/+23
|/
* Fixed bug #68129Tjerk Meesters2014-10-093-4/+8