Searched refs:mysqli (Results 101 – 125 of 244) sorted by relevance
12345678910
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_sqlstate.phpt | 48 Warning: mysqli_sqlstate(): Couldn't fetch mysqli in %s on line %d
|
H A D | mysqli_embedded_connect.phpt | 31 Warning: mysqli_embedded_connect() expects parameter 1 to be mysqli, null given in %s on line %d
|
H A D | mysqli_stat.phpt | 39 Warning: mysqli_stat(): Couldn't fetch mysqli in %s on line %d
|
H A D | 009.phpt | 2 mysqli fetch bigint values (ok to fail with 4.1.x) 52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
|
H A D | mysqli_thread_id.phpt | 43 Warning: mysqli_thread_id(): Couldn't fetch mysqli in %s on line %d
|
H A D | bug62046.phpt | 2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
|
H A D | mysqli_class_mysqli_result_interface.phpt | 14 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket); 15 $mysqli_result = $mysqli->query('SELECT * FROM test'); 192 Warning: mysqli_result::__construct() expects parameter 1 to be mysqli, %unicode_string_optional% g…
|
H A D | mysqli_ping.phpt | 46 Warning: mysqli_ping(): Couldn't fetch mysqli in %s on line %d
|
H A D | mysqli_disable_reads_from_master.phpt | 46 Warning: mysqli_disable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
|
H A D | mysqli_enable_reads_from_master.phpt | 42 Warning: mysqli_enable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
|
H A D | mysqli_dump_debug_info.phpt | 43 Warning: mysqli_dump_debug_info(): Couldn't fetch mysqli in %s on line %d
|
H A D | 022.phpt | 2 mysqli bind_param/bind_result char/text long
|
H A D | bug35759.phpt | 14 $mysql = new mysqli($host, $user, $passwd, $db, $port, $socket);
|
H A D | mysqli_errno.phpt | 50 Warning: mysqli_errno(): Couldn't fetch mysqli in %s on line %d
|
/PHP-5.5/travis/ |
H A D | compile.sh | 21 --with-mysqli=mysqlnd \
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_get_proto_info.phpt | 34 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_fetch_assoc.phpt | 66 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in … 92 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_get_host_info.phpt | 44 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_get_server_info.phpt | 39 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_fetch_lengths.phpt | 42 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_fetch_row.phpt | 44 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_real_escape_string.phpt | 36 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
H A D | mysql_thread_id.phpt | 38 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_client_version.phpt | 20 // with mysqli. Return type check is already performed in the generic test.
|
/PHP-5.5/ |
H A D | .travis.yml | 45 - . ./travis/ext/mysqli/setup.sh
|
Completed in 49 milliseconds
12345678910