| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 1 | -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 errors | Gabriel Caruso | 2018-02-04 | 1 | -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 tests | Gabriel Caruso | 2018-02-04 | 1 | -5/+5 |
| | | |||||
| * | Added PCRE_JIT_SUPPORT flag | Xinchen Hui | 2017-11-14 | 1 | -1/+5 |
| | | |||||
| * | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -1/+3 |
| | | | | | RFC https://wiki.php.net/rfc/pcre2-migration | ||||
| * | missing fix for another test | Remi Collet | 2017-05-29 | 1 | -1/+2 |
| | | |||||
| * | Fixed bug #70863 Incorect logic to increment_function for proxy objects | Anatol Belski | 2015-11-06 | 1 | -1/+1 |
| | | |||||
| * | fixed broken test | Christoph M. Becker | 2015-07-26 | 1 | -1/+2 |
| | | |||||
| * | fix test | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed test | Xinchen Hui | 2015-03-21 | 1 | -1/+1 |
| | | |||||
| * | Implement preg_replace_callback_array function | Wei Dai | 2015-03-13 | 1 | -0/+9 |
| | | |||||
| * | Enable PCRE JIT compiler | Dmitry Stogov | 2014-04-25 | 1 | -0/+3 |
| | | |||||
| * | Fixed test sapi/cli/tests/006.phpt | Anatoliy Belsky | 2012-11-14 | 1 | -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 DOUCET | 2012-02-25 | 1 | -1/+1 |
| | | | | | requirements | ||||
| * | Fixed test | Ilia Alshanetsky | 2009-09-13 | 1 | -2/+2 |
| | | |||||
| * | MFH: Fix skipif | Arnaud Le Blanc | 2009-05-20 | 1 | -1/+1 |
| | | |||||
| * | - MFH Fix test | Marcus Boerger | 2008-08-30 | 1 | -0/+10 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-06-06 | 1 | -18/+43 |
| | | |||||
| * | Fix test (new constant was added in PREG) | Felipe Pena | 2008-03-08 | 1 | -1/+2 |
| | | |||||
| * | MFH | Antony Dovgal | 2008-02-28 | 1 | -306/+47 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-01-29 | 1 | -1/+6 |
| | | | | | | Derick, you're adding new methods too fast =) | ||||
| * | Fix test | Hannes Magnusson | 2008-01-27 | 1 | -1/+13 |
| | | |||||
| * | Fixed test | Ilia Alshanetsky | 2008-01-13 | 1 | -1/+12 |
| | | |||||
| * | fix test | Antony Dovgal | 2007-12-15 | 1 | -1/+6 |
| | | |||||
| * | fix test (second try) | Antony Dovgal | 2007-05-30 | 1 | -1/+3 |
| | | |||||
| * | fix test | Antony Dovgal | 2007-05-30 | 1 | -2/+2 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-05-30 | 1 | -50/+50 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-04-13 | 1 | -34/+34 |
| | | |||||
| * | fix tests | Antony Dovgal | 2007-03-17 | 1 | -1/+6 |
| | | |||||
| * | use getenv() | Antony Dovgal | 2007-01-20 | 1 | -1/+1 |
| | | |||||
| * | fix tests | Antony Dovgal | 2006-12-04 | 1 | -2/+2 |
| | | |||||
| * | add tests for CLI | Antony Dovgal | 2006-11-24 | 1 | -0/+323 |
