--TEST-- Pdo\Pgsql::setNoticeCallback catches Postgres "raise notice". --SKIPIF-- --FILE-- setNoticeCallback('disp'.$prefix); } require dirname(__FILE__) . '/issue78621.inc'; ?> --EXPECT-- NOTICE: I tampered your data, did you know? ReNOTICE: I tampered your data, did you know? array(1) { [0]=> array(1) { ["a"]=> string(2) "oh" } } Done