summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+1
| | | | Closes GH-6691
* Review parameter names in ext/pcreMáté Kocsis2020-10-021-9/+9
| | | | Closes GH-6259
* Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-151-5/+2
| | | | Apparently this "feature" was completely untested...
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-1/+9
| | | | Closes GH-5955
* Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-20/+5
|
* Use ZPP callable check for preg_replace_callback() $callback argumentGeorge Peter Banyard2020-06-221-3/+1
|
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5352
* Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+2
| | | | | | | | Provides the last PCRE error as a human-readable message, similar to functionality existing in other extensions, such as json_last_error_msg(). Closes GH-5185.
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-4/+18
| | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-18/+4
|
* Add union return types for function stubsMáté Kocsis2019-11-111-22/+9
|
* Use TypeError for preg_replace type checkNikita Popov2019-08-111-2/+2
| | | | | This is a type violation warning, and as such should use TypeError in PHP 8.
* Add stubs for PCRE extensionStephen Reay2019-08-111-0/+52
Closes GH-4501.