Home
last modified time | relevance | path

Searched refs:ignore_notices (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/pgsql/
H A Dphp_pgsql.h317 int ignore_notices,log_notices; variable
H A Dpgsql.c981 if (! PGG(ignore_notices)) { in _php_pgsql_notice_handler()
1023 int orig = PGG(ignore_notices); in _rollback_transactions()
1024 PGG(ignore_notices) = 1; in _rollback_transactions()
1033 PGG(ignore_notices) = orig; in _rollback_transactions()
1091 …( "pgsql.ignore_notice", "0", PHP_INI_ALL, OnUpdateBool, ignore_notices, zend_p…
1515 if (! PGG(ignore_notices) && Z_TYPE_P(return_value) == IS_RESOURCE) {

Completed in 28 milliseconds