Home
last modified time | relevance | path

Searched refs:pgsqlGetNotify (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt21 var_dump($db->pgsqlGetNotify());
25 var_dump($db->pgsqlGetNotify());
30 $notify = $db->pgsqlGetNotify();
38 $notify = $db->pgsqlGetNotify();
45 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
52 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
59 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
67 var_dump($db->pgsqlGetNotify());
72 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 1000);
80 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 5000);
H A Dbug68199.phpt2 Bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
27 var_dump($db->pgsqlGetNotify());
31 var_dump($db->pgsqlGetNotify());
36 $notify = $db->pgsqlGetNotify();
45 $notify = $db->pgsqlGetNotify();
53 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
61 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
69 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
79 var_dump($db->pgsqlGetNotify());
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver_arginfo.h56 ZEND_METHOD(PDO_PGSql_Ext, pgsqlGetNotify);
68 ZEND_ME(PDO_PGSql_Ext, pgsqlGetNotify, arginfo_class_PDO_PGSql_Ext_pgsqlGetNotify, ZEND_ACC_PUBLIC)
H A Dpgsql_driver.stub.php29 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_USE_DEFAULT, int $timeoutMilliseconds =… function in PDO_PGSql_Ext
H A Dpgsql_driver.c1082 PHP_METHOD(PDO_PGSql_Ext, pgsqlGetNotify) in PHP_METHOD() argument

Completed in 11 milliseconds