1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
Nikita Popov 5a076e670a Return error_zval form get_property_ptr_ptr on exception
This goes in the reverse direction of 4463acb951.
After looking around a bit, it seems that we already check for
Z_ISERROR_P() on the get_property_ptr_ptr return value in other places.
So do this in zend_fetch_property_address() as well, and also make
sure that EG(error_zval) is indeed returned on exception in
get_property_ptr_ptr.

In particular, this fixes the duplicate exceptions that we used to
get because first get_property_ptr_ptr threw one and then
read_property throws the same exception again.
2019-10-10 15:14:04 +02:00
..
2016-07-14 23:22:09 +02:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2017-02-03 18:52:57 +01:00
2018-09-21 23:21:14 +02:00
2007-11-19 08:19:31 +00:00
2018-08-12 16:15:45 +02:00
2018-08-12 16:15:45 +02:00
2019-02-12 18:02:16 +01:00
2014-07-26 18:38:54 +02:00
2019-02-12 11:42:33 +01:00
2019-02-12 11:42:33 +01:00
2018-10-14 19:46:15 +02:00