summaryrefslogtreecommitdiff
path: root/ext/zend_test
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
| * Add missing classes to stubsMáté Kocsis2021-02-092-1/+29
| * Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-063-3/+19
* | Add support for generating properties with union type of multiple classesMáté Kocsis2021-02-163-18/+16
* | Improve class entry generationMáté Kocsis2021-02-162-9/+15
* | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-063-3/+46
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-011-0/+2
|\ \ | |/
| * XFAIL observer_error_05.phpt testNikita Popov2021-02-011-0/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-282-1/+33
|\ \ | |/
| * Observe fake closuresSammy Kaye Powers2021-01-281-0/+32
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-261-0/+35
|\ \ | |/
| * Skip dummy frames allocated on CPU stack of zend_call_function().Dmitry Stogov2021-01-261-0/+35
* | Add support for generating class entries from stubsMáté Kocsis2021-01-263-55/+157
* | Disable jit in observer opline testNikita Popov2021-01-251-0/+1
* | Rename zend-test to zend_testNikita Popov2021-01-1941-42/+42
|/
* Fix observer tests on WindowsNikita Popov2021-01-1938-140/+140
* Disable opcache optimizations during some observer testsNikita Popov2021-01-194-16/+18
* Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-301-0/+13
* Provide unused retvals to observersSammy Kaye Powers2020-11-1713-1/+455
* Fire open observer end handlers after a zend_bailoutSammy Kaye Powers2020-11-164-0/+142
* [Observer] Save opline before calling begin/end handlersDmitry Stogov2020-11-112-0/+66
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-302-6/+13
|\
| * Fix bug79177.phpt wrt. JITChristoph M. Becker2020-10-302-2/+19
* | Add missing observer testsSammy Kaye Powers2020-10-266-0/+239
* | Avoid namespaced class symbol clashes in gen_stubNikita Popov2020-10-073-1/+47
* | Support "static" type in gen_stubNikita Popov2020-10-073-7/+19
* | Support specifying linkage for generate-function-entriesNikita Popov2020-10-023-35/+35
* | Pass zend_execute_data instead of zend_function to fcall initSammy Kaye Powers2020-09-252-2/+134
* | Run tidyNikita Popov2020-09-181-1/+1
* | Cleanup observer API and add JIT supportDmitry Stogov2020-09-182-31/+6
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-8/+8
* | Add Z_PARAM_ITERABLE and coLevi Morrison2020-09-033-1/+22
* | Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-1/+1
* | Add zend_observer APILevi Morrison2020-09-0117-4/+818
* | Add a few missing parameter types in stubsMáté Kocsis2020-07-302-3/+3
* | Implement Shorter Attribute SyntaxTheodore Brown2020-07-281-1/+1
* | Tweak zend_test arginfo/zppNikita Popov2020-07-213-9/+7
* | 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-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