1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/zend_test
Niels Dossche 5344bcca97 Fix GH-17408: Assertion failure Zend/zend_exceptions.c
`zend_test_create_throwing_resource` sets the exception in the `test`
call frame and unwinds to `main`. It then throws for the `resource`
variable and verifies that the exception opline is set. However, it
wasn't set in `main`, it was set at the `test` call frame and rethrown later.
The assertion is too conservative, but the end result is right, so drop
the assertion.

Closes GH-17533.

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>
2025-01-21 08:20:38 +01:00
..
2023-09-05 10:36:16 +01:00
2023-09-05 10:36:16 +01:00
2024-10-14 14:05:13 +02:00
2023-09-05 10:23:22 +01:00
2023-09-05 10:23:22 +01:00
2024-10-22 14:51:58 +02:00
2022-07-30 15:57:08 +00:00
2023-11-25 00:59:26 +01:00