php-src/ext/zend_test
Bob Weinand ac31e2e611 Fix memory_leak in zend_test
Properly use globals init/shutdown to allocate the observer_observe_function_names hashtable instead of attempting to do everything in the ini changed handler
2022-07-30 15:57:08 +00:00
..
tests Add an API to manipulate observers at runtime 2022-07-29 13:48:05 +02:00
config.m4 Reorganize zend_test and add custom fiber implementation tests (#7137) 2021-06-11 12:25:47 -05:00
config.w32 Reorganize zend_test and add custom fiber implementation tests (#7137) 2021-06-11 12:25:47 -05:00
fiber.c Flexible fiber bailout handling (#7163) 2021-06-18 11:01:10 -05:00
fiber.h Flexible fiber bailout handling (#7163) 2021-06-18 11:01:10 -05:00
fiber.stub.php Add test for leaking prior context with symmetric coroutines 2021-06-12 00:10:17 -05:00
fiber_arginfo.h Add test for leaking prior context with symmetric coroutines 2021-06-12 00:10:17 -05:00
observer.c Fix memory_leak in zend_test 2022-07-30 15:57:08 +00:00
observer.h Fix memory_leak in zend_test 2022-07-30 15:57:08 +00:00
php_test.h Deprecate zend_atol() / add zend_ini_parse_quantity() (#7951) 2022-06-17 14:12:53 +02:00
test.c Fix memory_leak in zend_test 2022-07-30 15:57:08 +00:00
test.stub.php Declare the TestInterface::DUMMY constant in stub 2022-07-30 15:03:48 +02:00
test_arginfo.h Declare the TestInterface::DUMMY constant in stub 2022-07-30 15:03:48 +02:00