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

test_mysql_escape_string_notice() public method

    public function test_mysql_escape_string_notice()
    {
        mysql_escape_string("'\r\n\"\\");
    }
MySqlShimTest