summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/006.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
| | | | | | | | | | PHP requires boolean typehints to be written "bool" and disallows "boolean" as an alias. This changes the error messages to match the actual type name and avoids confusing messages like "must be of type boolean, boolean given". This a followup to ce1d69a1f6dcf15d43029301059c25e5bc09a577, which implements the same change for integer->int.
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-17/+17
| | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given".
* Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-5/+5
|
* Added PCRE_JIT_SUPPORT flagXinchen Hui2017-11-141-1/+5
|
* Patch core for PCRE2 supportAnatol Belski2017-11-131-1/+3
| | | | RFC https://wiki.php.net/rfc/pcre2-migration
* missing fix for another testRemi Collet2017-05-291-1/+2
|
* Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-061-1/+1
|
* fixed broken testChristoph M. Becker2015-07-261-1/+2
|
* fix testAnatol Belski2015-03-231-1/+1
|
* Fixed testXinchen Hui2015-03-211-1/+1
|
* Implement preg_replace_callback_array functionWei Dai2015-03-131-0/+9
|
* Enable PCRE JIT compilerDmitry Stogov2014-04-251-0/+3
|
* Fixed test sapi/cli/tests/006.phptAnatoliy Belsky2012-11-141-1/+1
| | | | Third param in preg_match_all() is optional for a while )
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | requirements
* Fixed testIlia Alshanetsky2009-09-131-2/+2
|
* MFH: Fix skipifArnaud Le Blanc2009-05-201-1/+1
|
* - MFH Fix testMarcus Boerger2008-08-301-0/+10
|
* fix testAntony Dovgal2008-06-061-18/+43
|
* Fix test (new constant was added in PREG)Felipe Pena2008-03-081-1/+2
|
* MFHAntony Dovgal2008-02-281-306/+47
|
* fix testAntony Dovgal2008-01-291-1/+6
| | | | | Derick, you're adding new methods too fast =)
* Fix testHannes Magnusson2008-01-271-1/+13
|
* Fixed testIlia Alshanetsky2008-01-131-1/+12
|
* fix testAntony Dovgal2007-12-151-1/+6
|
* fix test (second try)Antony Dovgal2007-05-301-1/+3
|
* fix testAntony Dovgal2007-05-301-2/+2
|
* fix testsAntony Dovgal2007-05-301-50/+50
|
* fix testsAntony Dovgal2007-04-131-34/+34
|
* fix testsAntony Dovgal2007-03-171-1/+6
|
* use getenv()Antony Dovgal2007-01-201-1/+1
|
* fix testsAntony Dovgal2006-12-041-2/+2
|
* add tests for CLIAntony Dovgal2006-11-241-0/+323