Home
last modified time | relevance | path

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

/php-src/ext/pdo/tests/
H A Dpdo_016.phpt41 $stmt2->bindColumn('idx', $idx);
42 $stmt2->bindColumn('txt', $txt);
63 /* portability-wise, you may only bindColumn()s
65 $stmt3->bindColumn('txt', $col1);
72 /* portability-wise, you may only bindColumn()s
74 $stmt4->bindColumn('idx', $col2);
83 $stmt4->bindColumn('idx', $col1);
100 $stmt2->bindColumn('idx', $col1);
101 $stmt2->bindColumn('txt', $col1);
H A Dpdo_016a.phpt41 $stmt2->bindColumn('idx', $idx);
42 $stmt2->bindColumn('txt', $txt);
63 /* portability-wise, you may only bindColumn()s
65 $stmt3->bindColumn('txt', $col1);
72 /* portability-wise, you may only bindColumn()s
74 $stmt4->bindColumn('idx', $col2);
83 $stmt4->bindColumn('idx', $col1);
100 $stmt2->bindColumn('idx', $col1);
101 $stmt2->bindColumn('txt', $col1);
H A Dpdo_019.phpt35 $stmt->bindColumn('idx', $idx);
36 $stmt->bindColumn('txt', $txt);
H A Dpdo_018.phpt108 $stmt->bindColumn('id', $ctype);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt34 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
38 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
56 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
60 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
80 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
109 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
139 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
174 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
196 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
220 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
[all …]
H A Dpdo_mysql_stmt_bindcolumn.phpt2 MySQL PDOStatement->bindColumn()
27 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
31 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_attr_max_buffer_size.phpt34 $stmt->bindColumn(1, $id);
35 $stmt->bindColumn(2, $val);
H A Dpdo_mysql_stmt_closecursor_empty.phpt35 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
39 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
H A Dpdo_mysql_stmt_bindparam.phpt31 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
35 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
70 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
74 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
H A Dpdo_mysql_stmt_blobs.phpt43 $stmt->bindColumn(1, $id, PDO::PARAM_INT);
44 $stmt->bindColumn(2, $label, PDO::PARAM_LOB);
H A Dpdo_mysql_stmt_bindparam_types.phpt40 if (!$stmt->bindColumn(1, $id)) {
45 if (!$stmt->bindColumn(2, $label)) {
H A Dpdo_mysql_stmt_closecursor.phpt91 if (!$stmt->bindColumn(1, $id, PDO::PARAM_INT))
95 if (!$stmt->bindColumn(2, $label, PDO::PARAM_STR))
/php-src/ext/pdo_firebird/tests/
H A Dbug_47415.phpt2 Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
23 $stmt->bindColumn('idx', $idx);
24 $stmt->bindColumn('txt', $txt);
H A Dexecute.phpt29 $s->bindColumn("TEXT",$var);
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt38 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
50 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
61 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
/php-src/ext/pdo_odbc/tests/
H A Dbug80783.phpt20 $stmt->bindColumn(1, $data, PDO::PARAM_LOB);
H A Dbug80783a.phpt26 $stmt->bindColumn(1, $data, PDO::PARAM_STR);
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php11 …public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLe… function in PDOStatement
H A Dpdo_stmt_arginfo.h90 ZEND_METHOD(PDOStatement, bindColumn);
112 ZEND_ME(PDOStatement, bindColumn, arginfo_class_PDOStatement_bindColumn, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1500 PHP_METHOD(PDOStatement, bindColumn) in PHP_METHOD() argument

Completed in 48 milliseconds