Home
last modified time | relevance | path

Searched refs:bindColumn (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/ext/pdo/tests/
H A Dpdo_016.phpt40 $stmt2->bindColumn('idx', $idx);
41 $stmt2->bindColumn('txt', $txt);
62 /* portability-wise, you may only bindColumn()s
64 $stmt3->bindColumn('txt', $col1);
71 /* portability-wise, you may only bindColumn()s
73 $stmt4->bindColumn('idx', $col2);
82 $stmt4->bindColumn('idx', $col1);
99 $stmt2->bindColumn('idx', $col1);
100 $stmt2->bindColumn('txt', $col1);
H A Dpdo_016a.phpt40 $stmt2->bindColumn('idx', $idx);
41 $stmt2->bindColumn('txt', $txt);
62 /* portability-wise, you may only bindColumn()s
64 $stmt3->bindColumn('txt', $col1);
71 /* portability-wise, you may only bindColumn()s
73 $stmt4->bindColumn('idx', $col2);
82 $stmt4->bindColumn('idx', $col1);
99 $stmt2->bindColumn('idx', $col1);
100 $stmt2->bindColumn('txt', $col1);
H A Dpdo_019.phpt34 $stmt->bindColumn('idx', $idx);
35 $stmt->bindColumn('txt', $txt);
H A Dpdo_018.phpt97 $stmt->bindColumn('id', $ctype);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt32 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
36 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
54 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
58 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
78 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
107 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
137 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
172 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
194 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
218 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
[all …]
H A Dpdo_mysql_stmt_bindcolumn.phpt2 MySQL PDOStatement->bindColumn()
25 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
29 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
65 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
69 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
H A Dpdo_mysql_attr_max_buffer_size.phpt42 $stmt->bindColumn(1, $id);
43 $stmt->bindColumn(2, $val);
H A Dpdo_mysql_stmt_closecursor_empty.phpt34 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
38 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
H A Dpdo_mysql_stmt_bindparam.phpt28 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
32 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
67 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
71 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
H A Dpdo_mysql_stmt_blobs.phpt42 $stmt->bindColumn(1, $id, PDO::PARAM_INT);
43 $stmt->bindColumn(2, $label, PDO::PARAM_LOB);
H A Dpdo_mysql_stmt_bindparam_types.phpt43 if (!$stmt->bindColumn(1, $id)) {
48 if (!$stmt->bindColumn(2, $label)) {
H A Dpdo_mysql_stmt_closecursor.phpt88 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
92 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_47415.phpt2 Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
22 $stmt->bindColumn('idx', $idx);
23 $stmt->bindColumn('txt', $txt);
H A Dexecute.phpt28 $s->bindColumn("TEXT",$var);
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt37 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
49 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
60 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
/PHP-5.5/ext/pdo/
H A Dpdo.php50 $stmt->bindColumn('VALUE', $value);
H A Dpdo_stmt.c1661 static PHP_METHOD(PDOStatement, bindColumn) in PHP_METHOD() argument
2207 PHP_ME(PDOStatement, bindColumn, arginfo_pdostatement_bindcolumn, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt77 $stmt->bindColumn('d3_1' , $clob1, PDO::PARAM_LOB);
78 $stmt->bindColumn('d3_2' , $clob2, PDO::PARAM_LOB);
/PHP-5.5/
H A DNEWS3934 . Fixed bug #47415 (PDO_Firebird segfaults when passing lowercased column name to bindColumn).
4231 . Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE

Completed in 51 milliseconds