summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+5
* Avoid repeatable work when error_reporting() is called with the same argument...Dmitry Stogov2021-03-111-1/+1
* Switch few functions useful in Symphony apps to new ZPP API.Dmitry Stogov2021-02-241-15/+17
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-4/+1
* Use IS_ALIAS_PTR to make distinct between aliasses and real classesDmitry Stogov2021-02-101-30/+10
* Added Inheritance Cache.Dmitry Stogov2021-02-091-2/+3
* Replace zend_bool uses with boolNikita Popov2021-01-151-15/+15
* Remove some INDIRECT handling in VMNikita Popov2021-01-061-2/+2
* Use Z_PARAM_OBJ macros when zval isn't neededTyson Andre2021-01-021-8/+6
* Skip unnecessary unknown() framesNikita Popov2020-09-241-18/+25
* Use C zpp for get_class_vars()Nikita Popov2020-09-221-15/+10
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-2/+2
* Release call trampolines in zpp fccNikita Popov2020-09-041-2/+0
* Fixed bug #80045Nikita Popov2020-09-031-0/+2
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-7/+7
* Implement named parametersNikita Popov2020-07-311-1/+17
* Fix bug #79108Nikita Popov2020-07-241-16/+12
* Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-211-31/+27
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* Use ZPP callable check in zend built in functionsGeorge Peter Banyard2020-07-081-26/+12
* Remove proto comments from C filesMax Semenik2020-07-061-107/+54
* Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-021-14/+3
* Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-16/+5
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Fix php_get_args function info return type and add arg checkIlija Tovilo2020-05-311-0/+2
* Add get_resource_id() functionNikita Popov2020-05-111-0/+14
* Fix miscellaneous typos in code comments/var namesTyson Andre2020-05-011-1/+1
* Completely remove disabled functions from function tableNikita Popov2020-04-301-20/+10
* Generate zend_builtin_functions FEs from stubsNikita Popov2020-04-211-122/+1
* Remove return value from llist apply functionsNikita Popov2020-04-151-3/+2
* Fix #79462: method_exists and property_exists incoherent behaviorChristoph M. Becker2020-04-091-1/+2
* Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-311-34/+37
* Make cast_object handler requiredNikita Popov2020-03-311-5/+3
* Clarify that return throwsNikita Popov2020-03-301-2/+1
* Remove unnecessary NULL checkNikita Popov2020-03-301-4/+0
* Store aliased name of trait methodNikita Popov2020-03-031-26/+6
* Change argument error message formatMáté Kocsis2020-02-261-2/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-02-251-5/+5
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-251-5/+5
| |\
| | * Fix #63206: Fully support error/exception_handler stacking, even with null or...Mark Plomer2020-02-251-5/+5
| | * Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Make type error messages more consistentMáté Kocsis2020-02-171-4/+2
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-031-39/+13
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-32/+32
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-241-3/+3
|\ \ \ | |/ /
| * | Similar problem (#79022) also exists in InterfacesXinchen Hui2019-12-241-2/+2
| * | Fixed bug #79022 (class_exists returns True for classes that are not ready to...Xinchen Hui2019-12-241-1/+1
* | | Make get_defined_vars() always return an arrayMáté Kocsis2019-12-201-1/+1
* | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-041-1/+5
|\ \ \ | |/ /