--TEST-- mysql_unbuffered_query() --SKIPIF-- --FILE-- --EXPECTF-- array(1) { ["valid"]=> string(30) "this is sql but with semicolon" } bool(true) resource(%d) of type (mysql result) int(0) Notice: mysql_close(): Function called without first fetching all rows from a previous unbuffered query in %s on line %d Warning: mysql_unbuffered_query(): %d is not a valid MySQL-Link resource in %s on line %d done! --UEXPECTF-- array(1) { [u"valid"]=> unicode(30) "this is sql but with semicolon" } bool(true) resource(%d) of type (mysql result) int(0) Notice: mysql_close(): Function called without first fetching all rows from a previous unbuffered query in %s on line %d Warning: mysql_unbuffered_query(): %d is not a valid MySQL-Link resource in %s on line %d done!