php-src/ext/zend_test
Christoph M. Becker a3eb1fd86d
Fix GH-16388: UB when freeing a cloned _ZendTestFiber
Since there is no need to clone instances of this test class, we
prevent cloning in the first place.

Closes GH-16400.
2024-10-12 22:48:11 +02:00
..
tests Fix GH-16388: UB when freeing a cloned _ZendTestFiber 2024-10-12 22:48:11 +02:00
config.m4 adds failing test case for #12060 2023-09-05 10:23:22 +01:00
config.w32 adds failing test case for #12060 2023-09-05 10:23:22 +01:00
fiber.c Fix GH-16388: UB when freeing a cloned _ZendTestFiber 2024-10-12 22:48:11 +02:00
fiber.h Flexible fiber bailout handling (#7163) 2021-06-18 11:01:10 -05:00
fiber.stub.php Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
fiber_arginfo.h Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
iterators.c adds failing test case for #12060 2023-09-05 10:23:22 +01:00
iterators.h adds failing test case for #12060 2023-09-05 10:23:22 +01:00
iterators.stub.php adds failing test case for #12060 2023-09-05 10:23:22 +01:00
iterators_arginfo.h adds failing test case for #12060 2023-09-05 10:23:22 +01:00
observer.c Always load EX(opline) into the current frame in JIT when observers are enabled 2024-04-08 15:09:14 +02:00
observer.h Fix memory_leak in zend_test 2022-07-30 15:57:08 +00:00
php_test.h Merge branch 'PHP-8.1' into PHP-8.2 2023-11-25 00:59:26 +01:00
test.c Fixed GH-16233: Observer segfault when calling user function in internal function via trampoline 2024-10-07 17:16:43 +02:00
test.h Add support for generating namespaced constant 2023-02-23 10:05:30 +01:00
test.stub.php Fixed GH-16233: Observer segfault when calling user function in internal function via trampoline 2024-10-07 17:16:43 +02:00
test_arginfo.h Fixed GH-16233: Observer segfault when calling user function in internal function via trampoline 2024-10-07 17:16:43 +02:00