1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
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
..
2024-01-31 11:20:44 +01:00
2024-11-26 20:37:51 +01:00
2025-01-17 11:53:10 +00:00
2024-10-13 21:12:46 +02:00
2024-12-18 11:38:44 +00:00
2024-11-27 19:54:06 +00:00
2024-11-10 20:16:33 +00:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2025-01-10 18:24:25 +01:00
2024-10-03 21:11:25 +02:00
2024-11-06 20:31:30 +09:00
2024-06-28 20:14:20 +02:00
2024-10-13 02:29:22 +02:00