Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt49 if (!mysqli_stmt_bind_result($stmt, $ver_out) || !mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_reset.phpt41 if (!mysqli_stmt_bind_result($stmt, $id))
H A Dmysqli_prepare.phpt88 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_bind_result($stmt, $id, $testvar))
H A Dmysqli_stmt_fetch_geom.phpt54 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
H A Dmysqli_stmt_execute.phpt80 if (!mysqli_stmt_bind_result($stmt, $id) || !mysqli_stmt_fetch($stmt))
H A Dmysqli_fetch_array_large.phpt70 if (!mysqli_stmt_bind_result($stmt, $id, $label)) {
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.phpt364 if (!mysqli_stmt_bind_result($stmt, $id, $label))
405 if (!mysqli_stmt_bind_result($stmt, $id, $label))
453 if (!mysqli_stmt_bind_result($stmt, $id, $label))
490 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A Dmysqli_report.phpt128 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h805 ZEND_FUNCTION(mysqli_stmt_bind_result);
933 ZEND_FE(mysqli_stmt_bind_result, arginfo_mysqli_stmt_bind_result)
1058 …ZEND_ME_MAPPING(bind_result, mysqli_stmt_bind_result, arginfo_class_mysqli_stmt_bind_result, ZEND_…
H A Dmysqli.stub.php986 function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars): bool {} function
H A Dmysqli_api.c542 PHP_FUNCTION(mysqli_stmt_bind_result) in PHP_FUNCTION() argument

Completed in 44 milliseconds

123