summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions_arginfo.h
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-1/+8
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-1/+16
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Generate zend class entries based on stubsMáté Kocsis2021-02-141-1/+2
* Remove some incorrect mixed parameter typesMáté Kocsis2020-11-211-3/+3
* Zend parameter renames amendmentMáté Kocsis2020-09-291-5/+5
* Use C zpp for get_class_vars()Nikita Popov2020-09-221-2/+2
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-2/+2
* Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-211-32/+35
* Use ZPP callable check in zend built in functionsGeorge Peter Banyard2020-07-081-3/+3
* Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-021-3/+3
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-1/+1
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-1/+1
* Add get_resource_id() functionNikita Popov2020-05-111-0/+6
* Completely remove disabled functions from function tableNikita Popov2020-04-301-1/+1
* Generate zend_builtin_functions FEs from stubsNikita Popov2020-04-211-0/+121
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-15/+19
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-311-15/+17
* Make get_defined_vars() always return an arrayMáté Kocsis2019-12-201-2/+1
* Add union return types for function stubsMáté Kocsis2019-11-111-7/+8
* Fix required number of arguments in stubsNikita Popov2019-10-071-1/+1
* Generate arginfo from PHP stub filesNikita Popov2019-08-091-0/+198