summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+1
* Review parameter names in ext/pcreMáté Kocsis2020-10-021-9/+9
* Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-151-5/+2
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-1/+9
* 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
* Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+2
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-4/+18
* 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
* Add stubs for PCRE extensionStephen Reay2019-08-111-0/+52