summaryrefslogtreecommitdiff
path: root/ext/zend_test
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* Add string or object ZPP macrosMáté Kocsis2020-07-063-1/+111
* Implement Attribute Amendments.Martin Schröder2020-06-291-2/+6
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-053-4/+15
* Add AttributesBenjamin Eberlei2020-06-041-0/+15
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-252-3/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-292-0/+9
|\
| * Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-292-0/+9
* | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-113-19/+25
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
* | Improve gen_stub.phpMáté Kocsis2020-04-043-13/+27
* | Fix stub for zend_terminate_string()Nikita Popov2020-04-032-2/+2
* | Verify that all stubs have a return typeNikita Popov2020-04-032-2/+2
* | Stubs: Store information per-classNikita Popov2020-04-031-9/+9
* | Add missing zend_test stubsNikita Popov2020-02-253-3/+22
* | Add stubs for zend_testNikita Popov2020-02-133-23/+49
* | Add support for deprecating constantsNikita Popov2020-01-171-0/+2
* | Use zend_type inside type listsNikita Popov2020-01-171-2/+2
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-142-0/+16
|\ \ | |/
| * Fix #79096: FFI Struct SegfaultChristoph M. Becker2020-01-142-0/+16
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-4/+4
* | Remove ezmlm_hash() functionMáté Kocsis2019-12-051-0/+12
* | Implement union typesNikita Popov2019-11-081-0/+15
* | Make zend_type a 2-field structNikita Popov2019-11-081-3/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-251-15/+25
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-251-12/+26
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-251-12/+26
| | |\
| | | * Fixed bug #78747Nikita Popov2019-10-251-12/+26
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | | Fix and undeprecate ReflectionType::__toString()Nikita Popov2019-10-221-2/+12
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-4/+3
|\ \ \ \ | |/ / /
| * | | Revert "Fix zend_test interned strings loaded via dl()"Nikita Popov2019-04-181-4/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-3/+4
|\ \ \ \ | |/ / /
| * | | Fix zend_test interned strings loaded via dl()Nikita Popov2019-04-181-3/+4
* | | | Fix incompatible pointer warning in zend_testNikita Popov2019-04-111-2/+2
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-2/+4
|\ \ \ \ | |/ / /
| * | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-17/+26
|/ / /
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Implement typed propertiesNikita Popov2019-01-111-0/+31
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Add test for void return type on internal functionNikita Popov2018-06-301-0/+9
* | Add test for issue #1400Xinchen Hui2018-06-271-0/+6