Home
last modified time | relevance | path

Searched refs:bind_result (Results 26 – 49 of 49) sorted by relevance

12

/PHP-8.3/ext/mysqli/tests/
H A D022.phpt2 mysqli bind_param/bind_result char/text long
H A Dbug35517.phpt19 $stmt->bind_result($id);
H A Dbug35759.phpt44 call_user_func_array(array($stmt, "bind_result"), $params);
H A Dbug45019.phpt31 if (!$stmt->bind_result($column1) || !$stmt->execute())
H A Dbug32405.phpt25 $stmt->bind_result($col1, $col2);
H A D024.phpt2 mysqli bind_param/bind_result short values
H A D026.phpt2 mysqli bind_param/bind_result with send_long_data
H A D020.phpt2 mysqli bind_param/bind_result date
H A Dbug72489.phpt37 if (!$stmt->bind_result($subRow['id'], $subRow['code']) || !$stmt->execute()) {
H A D025.phpt2 mysqli bind_param/bind_result tinyint values
H A D002.phpt2 mysqli bind_result 1
H A D067.phpt47 $stmt[$i]->bind_result($a[$i]);
H A D019.phpt2 mysqli fetch (bind_param + bind_result)
H A Dmysqli_stmt_datatype_change.phpt29 var_dump($s1->execute(), $s1->bind_result($col1));
H A Dbug_mysql_49406.phpt82 if (!$stmt->bind_result($row_stmt) || !$stmt->fetch())
H A Dmysqli_class_mysqli_stmt_interface.phpt27 'bind_result' => true,
H A Dbug42378.phpt2 Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format)
H A Dmysqli_get_client_stats.phpt365 printf("[%03d] bind_result failed, [%d] %s\n",
406 printf("[%03d] bind_result failed, [%d] %s\n",
454 printf("[%03d] bind_result failed, [%d] %s\n",
491 printf("[%03d] bind_result failed, [%d] %s\n",
H A Dmysqli_stmt_bind_result_format.phpt308 if (!$stmt->bind_result($trend, $targetport, $format)) {
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h229 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind))
H A Dmysqlnd_ps.c1258 MYSQLND_METHOD(mysqlnd_stmt, bind_result)(MYSQLND_STMT * const s, in MYSQLND_METHOD() argument
1948 MYSQLND_METHOD(mysqlnd_stmt, bind_result),
H A Dmysqlnd_structs.h801 func_mysqlnd_stmt__bind_result bind_result; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php1240 public function bind_result(mixed &...$vars): bool {}
H A Dmysqli_arginfo.h1014 …ZEND_ME_MAPPING(bind_result, mysqli_stmt_bind_result, arginfo_class_mysqli_stmt_bind_result, ZEND_…

Completed in 50 milliseconds

12