pgsql_handle 6668 ext/pgsql/pgsql.c pgsql_result_handle *pgsql_handle; pgsql_handle 6721 ext/pgsql/pgsql.c pgsql_handle = (pgsql_result_handle *) emalloc(sizeof(pgsql_result_handle)); pgsql_handle 6722 ext/pgsql/pgsql.c pgsql_handle->conn = pg_link; pgsql_handle 6723 ext/pgsql/pgsql.c pgsql_handle->result = pg_result; pgsql_handle 6724 ext/pgsql/pgsql.c pgsql_handle->row = 0; pgsql_handle 6725 ext/pgsql/pgsql.c RETURN_RES(zend_register_resource(pgsql_handle, le_result));