summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-1/+3
* Fixed error messageDmitry Stogov2021-02-241-0/+14
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-26/+70
* Added Inheritance Cache.Dmitry Stogov2021-02-091-16/+143
* Accept zend_string in zend_prepare_string_for_scanningNikita Popov2021-01-211-1/+1
* Replace zend_bool uses with boolNikita Popov2021-01-151-31/+31
* Merge branch 'PHP-8.0'Nikita Popov2021-01-121-3/+33
|\
| * Add support for union types for internal functionsNikita Popov2021-01-121-3/+33
* | Flesh out HashTable insertion APIsSara Golemon2020-12-011-0/+111
|/
* Export zend_is_callable_at_frameNikita Popov2020-11-191-2/+2
* Make constexpr compilation robust against multiple compilationNikita Popov2020-09-271-2/+2
* Initialize attributes for internal functionsNikita Popov2020-09-211-0/+1
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-3/+29
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-6/+6
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-33/+30
* Make null byte error a ValueErrorNikita Popov2020-09-081-13/+27
* Release call trampolines in zpp fccNikita Popov2020-09-041-1/+5
* Merge branch 'PHP-7.4'twosee2020-08-301-12/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4twosee2020-08-301-41/+4
| |\
| | * Improve error_handing replacement functionstwosee2020-08-301-41/+4
* | | Rehash function table after disabling functionsNikita Popov2020-08-281-2/+36
* | | Don't mark variadic functions as ZEND_FASTCALLNikita Popov2020-08-281-3/+3
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-86/+87
* | | Remove useless same_zval functiontwosee2020-08-251-31/+2
* | | Check variadic parameter for type and duplicate nameNikita Popov2020-08-241-6/+10
* | | Fix bug #78770Nikita Popov2020-08-141-26/+33
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-11/+11
* | | Accept zend_object* in zend_unset_propertyNikita Popov2020-08-071-2/+2
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-3/+3
* | | Fix bug #79925Nikita Popov2020-08-031-4/+13
* | | Enforce __set_state() parameter typeNikita Popov2020-08-031-0/+1
* | | Ensure correct signatures for magic methodsGabriel Caruso2020-08-021-1/+52
* | | Implement named parametersNikita Popov2020-07-311-1/+27
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-3/+3
* | | Preserve original ce_flags when registering classNikita Popov2020-07-201-1/+1
* | | Add common code for magic method assignmentNikita Popov2020-07-201-41/+41
* | | Directly assign magic methodsNikita Popov2020-07-201-30/+14
* | | Remove unused lc_class_name variableNikita Popov2020-07-201-21/+0
* | | Report magic method names as writtenNikita Popov2020-07-201-57/+58
* | | Unify magic method visibility checkNikita Popov2020-07-201-6/+23
* | | Unify magic method return type checksNikita Popov2020-07-201-11/+12
* | | Unify static/non-static check for magic methodsNikita Popov2020-07-201-57/+35
* | | Add missing arg num check for __set_stateNikita Popov2020-07-201-0/+2
* | | Clean up zend_check_magic_method_implementationNikita Popov2020-07-201-42/+44
* | | Use consistent typesGeorge Peter Banyard2020-07-131-45/+27
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-18/+18
* | | Add zend_wrong_parameter_error to reduce the size of ZPP macrotwosee2020-07-101-0/+27
* | | Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-091-93/+62
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Add string or object ZPP macrosMáté Kocsis2020-07-061-0/+20