Home
last modified time | relevance | path

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

/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt23 var_dump($db->pgsqlGetNotify());
27 var_dump($db->pgsqlGetNotify());
32 $notify = $db->pgsqlGetNotify();
40 $notify = $db->pgsqlGetNotify();
47 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
54 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
61 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
69 var_dump($db->pgsqlGetNotify());
74 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 1000);
82 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 5000);
H A Dbug68199.phpt2 Bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
29 var_dump($db->pgsqlGetNotify());
33 var_dump($db->pgsqlGetNotify());
38 $notify = $db->pgsqlGetNotify();
47 $notify = $db->pgsqlGetNotify();
55 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
63 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
71 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
81 var_dump($db->pgsqlGetNotify());
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver_arginfo.h60 ZEND_METHOD(PDO_PGSql_Ext, pgsqlGetNotify);
72 ZEND_ME(PDO_PGSql_Ext, pgsqlGetNotify, arginfo_class_PDO_PGSql_Ext_pgsqlGetNotify, ZEND_ACC_PUBLIC)
H A Dpgsql_driver.stub.php32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):… function in PDO_PGSql_Ext
H A Dpgsql_driver.c1217 PHP_METHOD(PDO_PGSql_Ext, pgsqlGetNotify) in PHP_METHOD() argument

Completed in 14 milliseconds