Home
last modified time | relevance | path

Searched refs:bind_result (Results 1 – 25 of 41) sorted by path

12

/PHP-5.5/
H A DNEWS1280 . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed)
9653 - Fixed bug #32013 (ext/mysqli bind_result causes fatal error: memory limit).
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c604 PHP_FALIAS(bind_result,mysqli_stmt_bind_result, arginfo_class_mysqli_stmt_bind_result)
/PHP-5.5/ext/mysqli/tests/
H A D002.phpt2 mysqli bind_result 1
H A D019.phpt2 mysqli fetch (bind_param + bind_result)
H A D020.phpt2 mysqli bind_param/bind_result date
H A D021.phpt2 mysqli bind_param+bind_result char/text
H A D022.phpt2 mysqli bind_param/bind_result char/text long
H A D024.phpt2 mysqli bind_param/bind_result short values
H A D025.phpt2 mysqli bind_param/bind_result tinyint values
H A D026.phpt2 mysqli bind_param/bind_result with send_long_data
H A D048.phpt2 mysqli bind_result (OO-Style)
29 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
H A D063.phpt16 $stmt->bind_result($foo);
H A D064.phpt16 $stmt->bind_result($foo);
H A D067.phpt49 $stmt[$i]->bind_result($a[$i]);
H A Dbug32405.phpt24 $stmt->bind_result($col1, $col2);
H A Dbug33263.phpt25 $stmt->bind_result($database);
H A Dbug34785.phpt33 $stmt->bind_result($var);
H A Dbug35103.phpt27 $stmt->bind_result($v);
40 $stmt->bind_result($v2);
H A Dbug35517.phpt18 $stmt->bind_result($id);
H A Dbug35759.phpt43 call_user_func_array(array($stmt, "bind_result"), $params);
H A Dbug38710.phpt16 $qry->bind_result($text);
H A Dbug42378.phpt2 Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format)
H A Dbug44897.phpt40 if (!$stmt->bind_result($out_new_label) || !$stmt->fetch())
61 if (!$stmt2->bind_result($out_new_label) || !$stmt2->fetch())
H A Dbug45019.phpt31 if (!$stmt->bind_result($column1) || !$stmt->execute())
H A Dbug55653.phpt24 !($stmt->bind_result($in_and_out)))

Completed in 60 milliseconds

12