notice 964 ext/pgsql/pgsql.c php_pgsql_notice *notice; notice 967 ext/pgsql/pgsql.c notice = (php_pgsql_notice *)emalloc(sizeof(php_pgsql_notice)); notice 968 ext/pgsql/pgsql.c notice->message = _php_pgsql_trim_message(message, ¬ice->len); notice 970 ext/pgsql/pgsql.c php_error_docref(NULL, E_NOTICE, "%s", notice->message); notice 972 ext/pgsql/pgsql.c zend_hash_index_update_ptr(&PGG(notices), (zend_ulong)resource_id, notice); notice 983 ext/pgsql/pgsql.c php_pgsql_notice *notice = (php_pgsql_notice *)Z_PTR_P(el); notice 984 ext/pgsql/pgsql.c if (notice) { notice 985 ext/pgsql/pgsql.c efree(notice->message); notice 986 ext/pgsql/pgsql.c efree(notice); notice 2315 ext/pgsql/pgsql.c php_pgsql_notice *notice; notice 2326 ext/pgsql/pgsql.c if ((notice = zend_hash_index_find_ptr(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link))) == NULL) { notice 2329 ext/pgsql/pgsql.c RETURN_STRINGL(notice->message, notice->len);