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.phpt22 var_dump($db->pgsqlGetNotify());
26 var_dump($db->pgsqlGetNotify());
31 $notify = $db->pgsqlGetNotify();
39 $notify = $db->pgsqlGetNotify();
46 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
53 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
60 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
68 var_dump($db->pgsqlGetNotify());
73 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 1000);
81 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 5000);
H A Dbug68199.phpt2 Bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
28 var_dump($db->pgsqlGetNotify());
32 var_dump($db->pgsqlGetNotify());
37 $notify = $db->pgsqlGetNotify();
46 $notify = $db->pgsqlGetNotify();
54 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);
62 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);
70 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
80 var_dump($db->pgsqlGetNotify());
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver_arginfo.h56 ZEND_METHOD(PDO_PGSql_Ext, pgsqlGetNotify);
67 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.c1258 PHP_METHOD(PDO_PGSql_Ext, pgsqlGetNotify) in PHP_METHOD() argument

Completed in 9 milliseconds