Searched refs:PGSQL_NOTICE_CLEAR (Results 1 – 4 of 4) sorted by relevance
42 var_dump(pg_last_notice($db, PGSQL_NOTICE_CLEAR));78 …ce(): Argument #2 ($mode) must be one of PGSQL_NOTICE_LAST, PGSQL_NOTICE_ALL, or PGSQL_NOTICE_CLEAR
67 const PGSQL_NOTICE_CLEAR = UNKNOWN; define
756 REGISTER_LONG_CONSTANT("PGSQL_NOTICE_CLEAR", PGSQL_NOTICE_CLEAR, CONST_PERSISTENT); in register_pgsql_symbols()
56 #define PGSQL_NOTICE_CLEAR 3 /* Remove notices */ macro1611 case PGSQL_NOTICE_CLEAR: in PHP_FUNCTION()
Completed in 33 milliseconds