Searched refs:PARAM_LOB (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug46274.phpt | 33 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 45 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 49 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
|
H A D | bug46274_2.phpt | 33 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 45 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 49 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
|
H A D | large_objects.phpt | 33 $stmt->bindParam(2, $stm, PDO::PARAM_LOB); 39 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB); 51 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB); 62 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
|
H A D | bug70861.phpt | 39 $stmt->bindparam(':foo', $f, PDO::PARAM_LOB);
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | bug46274.phpt | 37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 47 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
|
H A D | bug46274_2.phpt | 37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB); 47 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
|
H A D | bug57702.phpt | 33 $stmt->bindParam(':blob1', $blob1, PDO::PARAM_LOB); 34 $stmt->bindParam(':blob2', $blob2, PDO::PARAM_LOB); 79 $stmt->bindColumn('d3_1' , $clob1, PDO::PARAM_LOB); 80 $stmt->bindColumn('d3_2' , $clob2, PDO::PARAM_LOB);
|
H A D | pdo_oci_stream_2.phpt | 32 $stmt->bindParam(':blob1', $blob1, PDO::PARAM_LOB); 33 $stmt->bindParam(':blob2', $blob2, PDO::PARAM_LOB);
|
H A D | pdo_oci_stmt_getcolumnmeta.phpt | 226 test_meta($db, 320, 'CLOB' , str_repeat('b', 255) , 'CLOB' , PDO::PARAM_LOB); 227 test_meta($db, 330, 'BLOB' , str_repeat('b', 256) , 'BLOB' , PDO::PARAM_LOB); 228 test_meta($db, 340, 'NCLOB' , str_repeat('b', 255) , 'NCLOB' , PDO::PARAM_LOB);
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | bug70862.phpt | 28 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
|
/PHP-8.2/ext/pdo_odbc/tests/ |
H A D | bug80783.phpt | 20 $stmt->bindColumn(1, $data, PDO::PARAM_LOB);
|
H A D | gh9372.phpt | 37 $stmt->bindvalue(1, $stream, PDO::PARAM_LOB);
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | bug70862.phpt | 33 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
|
H A D | pdo_mysql_stmt_blobs.phpt | 44 $stmt->bindColumn(2, $label, PDO::PARAM_LOB);
|
H A D | pdo_mysql_stmt_blobfromsteam.phpt | 74 if (true !== ($tmp = $stmt->bindParam(2, $fp, PDO::PARAM_LOB))) {
|
/PHP-8.2/ext/pdo/tests/ |
H A D | bug_34630.phpt | 41 $insert->bindValue(':blob', $fp, PDO::PARAM_LOB);
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_dbh.stub.php | 32 public const PARAM_LOB = 3; define in PDO
|
Completed in 12 milliseconds