mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
this tests looks mysqlnd only
This commit is contained in:
parent
93b1c17364
commit
cbbf6bda4c
@ -5,6 +5,7 @@ Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is us
|
||||
require_once('skipif.inc');
|
||||
require_once('skipifconnectfailure.inc');
|
||||
require_once("connect.inc");
|
||||
if(!$IS_MYSQLND) die("skip This bug is for mysqlnd only");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
@ -38,4 +39,4 @@ Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s
|
||||
int(0)
|
||||
NULL
|
||||
int(1)
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user