mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
The has_property handler only checked whether a respective column name exists, but neither whether the column value is set, nor whether it is empty, respectively. We fix that to match the behavior of POD:FETCH_OBJ in particular and PHP in general.