Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h316 int ignore_notices,log_notices; variable
H A Dpgsql.c975 if (! PGG(ignore_notices)) { in _php_pgsql_notice_handler()
1017 int orig = PGG(ignore_notices); in _rollback_transactions()
1018 PGG(ignore_notices) = 1; in _rollback_transactions()
1027 PGG(ignore_notices) = orig; in _rollback_transactions()
1085 …( "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 25 milliseconds