Home
last modified time | relevance | path

Searched refs:PARAM_LOB (Results 1 – 17 of 17) sorted by relevance

/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug46274.phpt33 $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 Dbug46274_2.phpt33 $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 Dlarge_objects.phpt33 $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 Dbug70861.phpt38 $stmt->bindparam(':foo', $f, PDO::PARAM_LOB);
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug46274.phpt37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
47 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
H A Dbug46274_2.phpt37 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
47 $stmt->bindparam(':foo', $blob, PDO::PARAM_LOB);
H A Dbug57702.phpt33 $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 Dpdo_oci_stream_2.phpt32 $stmt->bindParam(':blob1', $blob1, PDO::PARAM_LOB);
33 $stmt->bindParam(':blob2', $blob2, PDO::PARAM_LOB);
H A Dpdo_oci_stmt_getcolumnmeta.phpt226 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.3/ext/pdo_sqlite/tests/
H A Dbug70862.phpt28 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
/PHP-8.3/ext/pdo_odbc/tests/
H A Dbug80783.phpt20 $stmt->bindColumn(1, $data, PDO::PARAM_LOB);
H A Dgh9372.phpt37 $stmt->bindvalue(1, $stream, PDO::PARAM_LOB);
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug70862.phpt33 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
H A Dpdo_mysql_stmt_blobs.phpt44 $stmt->bindColumn(2, $label, PDO::PARAM_LOB);
H A Dpdo_mysql_stmt_blobfromsteam.phpt74 if (true !== ($tmp = $stmt->bindParam(2, $fp, PDO::PARAM_LOB))) {
/PHP-8.3/ext/pdo/tests/
H A Dbug_34630.phpt41 $insert->bindValue(':blob', $fp, PDO::PARAM_LOB);
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.stub.php32 public const PARAM_LOB = 3; define in PDO

Completed in 17 milliseconds