summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Export zend_is_callable_at_frameNikita Popov2020-11-191-0/+3
* Use assertion for null-termination stringNikita Popov2020-09-211-4/+1
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-5/+72
* Add Z_PARAM_OBJ_OF_CLASS ZPP macroMáté Kocsis2020-09-141-0/+37
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-46/+46
* Make null byte error a ValueErrorNikita Popov2020-09-081-2/+2
* Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-041-2/+2
* Add the Z_PARAM_ARRAY_HT_OR_NULL and Z_PARAM_OBJ macrosMáté Kocsis2020-09-041-0/+34
* Release call trampolines in zpp fccNikita Popov2020-09-041-0/+4
* Add Z_PARAM_ITERABLE and coLevi Morrison2020-09-031-0/+31
* Add more precise type info for stubsMáté Kocsis2020-09-011-0/+3
* Rehash function table after disabling functionsNikita Popov2020-08-281-1/+1
* Don't mark variadic functions as ZEND_FASTCALLNikita Popov2020-08-281-3/+3
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-106/+106
* Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-0/+3
* Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-9/+9
* Accept zend_object* in zend_unset_propertyNikita Popov2020-08-071-1/+1
* Accept zend_object in zend_read_propertyNikita Popov2020-08-071-2/+2
* Implement named parametersNikita Popov2020-07-311-5/+35
* Fix STR_OR_OBJ_OF_TYPE stringable handlingNikita Popov2020-07-291-15/+6
* Support class+mask union for internal argumentNikita Popov2020-07-241-0/+2
* Add the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL() macrosMáté Kocsis2020-07-241-0/+6
* Change type of max_num_args to uint32_ttwosee2020-07-231-3/+2
* Add common code for magic method assignmentNikita Popov2020-07-201-0/+1
* Drop unused param in zend_parse_arg_class_name_or_obj()George Peter Banyard2020-07-171-2/+2
* Use consistent typesGeorge Peter Banyard2020-07-131-23/+23
* Add zend_wrong_parameter_error to reduce the size of ZPP macrotwosee2020-07-101-13/+2
* Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-091-44/+44
* Remove no_separation flagNikita Popov2020-07-071-5/+2
* Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-2/+2
* Add string or object ZPP macrosMáté Kocsis2020-07-061-7/+75
* Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-0/+41
* Cache __unserialize() instead of unserialize()Nikita Popov2020-06-261-2/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-0/+2
* Use unused attribute for _dummyNikita Popov2020-06-121-2/+1
* Add zend_call_known_function() API familyNikita Popov2020-06-091-0/+31
* Add helper APIs for maybe-interned string creationtwosee2020-06-081-24/+44
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Add AttributesBenjamin Eberlei2020-06-041-2/+2
* Refactor ZPP API to use uint32_t as everywhere elseGeorge Peter Banyard2020-05-221-5/+5
* Allow null callback to array_filter()Nikita Popov2020-05-131-0/+3
* Rename zend_zval_get_type() APINikita Popov2020-05-131-1/+1
* Fix [-Wundef] warning in Zend folderGeorge Peter Banyard2020-05-121-1/+1
* Remove old ARG_COUNT() macroGeorge Peter Banyard2020-05-111-1/+0
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-0/+6
* Add Fast ZPP string|int type checkGeorge Peter Banyard2020-05-021-0/+36
* Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-021-0/+3
* Completely remove disabled functions from function tableNikita Popov2020-04-301-2/+0
* Pass existing lcname to check_magic_method_implementationNikita Popov2020-04-271-1/+2
* Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-0/+1