1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00
Files
archived-php-src/ext/pdo/tests
Christoph M. Becker 7938ebf6c1 Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns false
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.
2016-08-13 01:11:13 +02:00
..
2011-09-02 22:19:03 +00:00
2011-09-02 22:19:03 +00:00
2016-03-21 15:04:11 +01:00
2015-10-18 17:06:54 -07:00
2011-09-02 22:19:03 +00:00
2012-10-10 10:44:34 +08:00
2011-09-06 06:50:56 +00:00