--TEST-- error messages when trying to retrieve past the end of a result set and when no result set exists. --SKIPIF-- --FILE-- --EXPECT-- Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -28 [code] => -28 [2] => The active result for the query contains no fields. [message] => The active result for the query contains no fields. ) ) 1 12.0 testtestte 2 13.0 testtestte Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -22 [code] => -22 [2] => There are no more rows in the active result set. Since this result set is not scrollable, no more data may be retrieved. [message] => There are no more rows in the active result set. Since this result set is not scrollable, no more data may be retrieved. ) ) Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -26 [code] => -26 [2] => There are no more results returned by the query. [message] => There are no more results returned by the query. ) )