summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre_arginfo.h
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+2
* Review parameter names in ext/pcreMáté Kocsis2020-10-021-9/+9
* Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-151-2/+2
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-1/+1
* Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-6/+6
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Use ZPP callable check for preg_replace_callback() $callback argumentGeorge Peter Banyard2020-06-221-1/+1
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-18/+18
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+29
* Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+3
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-6/+6
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-6/+6
* Add union return types for function stubsMáté Kocsis2019-11-111-7/+13
* Add stubs for PCRE extensionStephen Reay2019-08-111-0/+59