summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-1013-68/+74
|\
| * Enable symlink_link_linkinfo_is_link_* tests on WindowsChristoph M. Becker2020-07-1013-68/+74
* | Implement match expressionIlija Tovilo2020-07-091-5/+5
* | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-092-5/+5
|\ \ | |/
| * Prevent parallel test conflictsChristoph M. Becker2020-07-092-5/+5
* | Don't allow separation in array functionsNikita Popov2020-07-0710-138/+66
* | Refactor levenshtein()George Peter Banyard2020-07-075-69/+129
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-032-12/+12
|\ \ | |/
| * Fix tests for x86 WindowsChristoph M. Becker2020-07-032-12/+12
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-031-0/+7
|\ \ | |/
| * Skip test if SeCreateSymbolicLinkPrivilege is not givenChristoph M. Becker2020-07-031-0/+7
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-029-15/+323
|\ \ | |/
| * Enable readlink_realpath_* tests on WindowsChristoph M. Becker2020-07-029-15/+374
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-0217-115/+61
|\ \ | |/
| * Enable most lstat_stat_* tests on WindowsChristoph M. Becker2020-07-0217-115/+61
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-025-28/+14
|\ \ | |/
| * Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-025-28/+14
* | Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-022-29/+37
* | Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-57/+61
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-301-0/+15
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-301-0/+15
| |\
| | * Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-301-0/+15
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-2914-12/+12
* | | Drop non-well formed numeric strings from math function testsGeorge Peter Banyard2020-06-2817-180/+12
* | | Drop non-well formed numeric strings in array function testsGeorge Peter Banyard2020-06-282-14/+3
* | | Drop non-well formed numeric strings in strings function testsGeorge Peter Banyard2020-06-282-11/+1
* | | Make sorting stableNikita Popov2020-06-258-4/+108
* | | Fix typos in test cases for crypt_sha{256,512}Alex Dowad2020-06-242-4/+4
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241776-10206/+417
* | | Remove deprecated DES fallback in crypt()Nikita Popov2020-06-241-6/+3
* | | Enforce min/max rounds in sha256/sha512 cryptNikita Popov2020-06-242-7/+17
* | | Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-102-0/+4
* | | Fix new test case for masterChristoph M. Becker2020-06-091-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-081-0/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-081-0/+26
| |\ \ | | |/
| | * Fix #74267: segfault with streams and invalid dataChristoph M. Becker2020-06-081-0/+26
* | | update node-fetch urlMoni2020-05-312-2/+2
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-284-10/+0
* | | Make Exception::$previous a typed propertyNikita Popov2020-05-281-7/+4
* | | Make Exception::$trace typed array propertyNikita Popov2020-05-282-24/+9
* | | Add support for * width and precision in printf()Nikita Popov2020-05-271-0/+98
* | | Add support for %h and %H in printf()Nikita Popov2020-05-271-0/+19
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-2652-103/+103
* | | Fix ZPP of v*printf()Máté Kocsis2020-05-253-51/+45
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-141-1/+1
|\ \ \ | |/ /
| * | Canonicalize bison error during ini parsingNikita Popov2020-05-141-1/+1
* | | Further refactoring of proc_open.cAlex Dowad2020-05-141-1/+1
* | | Don't leak memory if wrong resource type is passed to proc_openAlex Dowad2020-05-141-0/+14
* | | Add PTY support to proc_open (again after 16 long years)Alex Dowad2020-05-141-10/+24