--TEST-- GH-14712: segfault on PDORow --EXTENSIONS-- pdo_sqlite --CREDITS-- YuanchengJiang --FILE-- query("select 1 as queryStringxx")->fetch(PDO::FETCH_LAZY)->documentElement->firstChild->nextElementSibling->textContent = "é"; } catch (Error $e) { echo $e->getMessage(); } ?> --EXPECT-- Attempt to modify property "firstChild" on null