Dshafik\MySQL\Tests\MySqlShimTest::mysql_fetch_no_rows_dataProvider PHP Method

mysql_fetch_no_rows_dataProvider() public method

    public function mysql_fetch_no_rows_dataProvider()
    {
        return [['function' => 'mysql_fetch_array'], ['function' => 'mysql_fetch_assoc'], ['function' => 'mysql_fetch_row'], ['function' => 'mysql_fetch_object']];
    }
MySqlShimTest