Home
last modified time | relevance | path

Searched refs:mysqli_stmt_bind_result (Results 51 – 63 of 63) sorted by relevance

123

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_close.phpt69 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A Dmysqli_stmt_data_seek.phpt38 if (!mysqli_stmt_bind_result($stmt, $id))
H A Dmysqli_stmt_reset.phpt47 if (!mysqli_stmt_bind_result($stmt, $id))
H A Dmysqli_stmt_fetch_geom.phpt54 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
H A Dmysqli_fetch_array_large.phpt66 if (!mysqli_stmt_bind_result($stmt, $id, $label)) {
H A Dmysqli_prepare.phpt97 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_bind_result($stmt, $id, $testvar))
H A Dmysqli_stmt_execute.phpt83 if (!mysqli_stmt_bind_result($stmt, $id) || !mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_bind_param.phpt13 the mysqli_stmt_bind_result test in large parts. There is only
17 in this file and we test mysqli_stmt_bind_result() in the other
H A Dmysqli_get_client_stats.phpt368 if (!mysqli_stmt_bind_result($stmt, $id, $label))
409 if (!mysqli_stmt_bind_result($stmt, $id, $label))
457 if (!mysqli_stmt_bind_result($stmt, $id, $label))
494 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A Dmysqli_report.phpt100 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c462 PHP_FE(mysqli_stmt_bind_result, arginfo_mysqli_stmt_bind_result)
604 PHP_FALIAS(bind_result,mysqli_stmt_bind_result, arginfo_class_mysqli_stmt_bind_result)
H A Dmysqli_api.c590 PHP_FUNCTION(mysqli_stmt_bind_result) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7148 - Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion). (Andrey)
8917 - Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when

Completed in 57 milliseconds

123