summaryrefslogtreecommitdiff
path: root/ext/zend_test/test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Dmitry Stogov2021-03-171-0/+14
|\
| * Fixed bug #80847 (CData structs with fields of type struct can't be passed as...Dmitry Stogov2021-03-171-0/+14
| * Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-061-0/+6
* | Add support for generating properties with union type of multiple classesMáté Kocsis2021-02-161-15/+0
* | Improve class entry generationMáté Kocsis2021-02-161-0/+7
* | Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-061-0/+10
* | Add support for generating class entries from stubsMáté Kocsis2021-01-261-52/+6
* | Rename zend-test to zend_testNikita Popov2021-01-191-2/+2
|/
* Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-301-0/+13
* Provide unused retvals to observersSammy Kaye Powers2020-11-171-1/+8
* [Observer] Save opline before calling begin/end handlersDmitry Stogov2020-11-111-0/+13
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-301-0/+6
|\
| * Fix bug79177.phpt wrt. JITChristoph M. Becker2020-10-301-0/+6
* | Avoid namespaced class symbol clashes in gen_stubNikita Popov2020-10-071-0/+8
* | Support "static" type in gen_stubNikita Popov2020-10-071-6/+11
* | Support specifying linkage for generate-function-entriesNikita Popov2020-10-021-17/+17
* | Pass zend_execute_data instead of zend_function to fcall initSammy Kaye Powers2020-09-251-2/+28
* | Cleanup observer API and add JIT supportDmitry Stogov2020-09-181-6/+6
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-8/+8
* | Add Z_PARAM_ITERABLE and coLevi Morrison2020-09-031-0/+12
* | Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-1/+1
* | Add zend_observer APILevi Morrison2020-09-011-4/+147
* | Implement Shorter Attribute SyntaxTheodore Brown2020-07-281-1/+1
* | Tweak zend_test arginfo/zppNikita Popov2020-07-211-6/+2
* | Parse parameters in zend_test_void_return()Nikita Popov2020-07-171-0/+1
* | Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* | Add string or object ZPP macrosMáté Kocsis2020-07-061-0/+76
* | Implement Attribute Amendments.Martin Schröder2020-06-291-2/+6
* | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-2/+2
* | Add AttributesBenjamin Eberlei2020-06-041-0/+15
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-291-0/+8
|\ \ | |/
| * Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-291-0/+8
* | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-16/+5
* | Improve gen_stub.phpMáté Kocsis2020-04-041-13/+1
* | Add missing zend_test stubsNikita Popov2020-02-251-3/+3
* | Add stubs for zend_testNikita Popov2020-02-131-23/+3
* | 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-141-0/+9
|\ \ | |/
| * Fix #79096: FFI Struct SegfaultChristoph M. Becker2020-01-141-0/+9
* | 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-141-1/+0