notices 972 ext/pgsql/pgsql.c zend_hash_index_update_ptr(&PGG(notices), (zend_ulong)resource_id, notice); notices 1099 ext/pgsql/pgsql.c zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); notices 1211 ext/pgsql/pgsql.c zend_hash_destroy(&PGG(notices)); notices 1232 ext/pgsql/pgsql.c zend_hash_clean(&PGG(notices)); notices 2326 ext/pgsql/pgsql.c if ((notice = zend_hash_index_find_ptr(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link))) == NULL) { notices 321 ext/pgsql/php_pgsql.h HashTable notices; /* notice message for each connection */