Home
last modified time | relevance | path

Searched refs:lob (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.3/ext/oci8/tests/
H A Dlob_null.phpt46 $lob->writeTemporary(null);
53 $lob->close();
60 $lob->writeTemporary('');
67 $lob->close();
81 $lob->close();
97 $lob->close();
104 $lob->writeTemporary('');
111 $lob->close();
125 $lob->close();
135 $lob->save(null);
[all …]
H A Dbug70700.phpt51 $lob = $row['DATA'];
53 while (! $lob->eof()) {
57 $lob->free();
82 $lob = $row['DATA'];
84 while (! $lob->eof()) {
88 $lob->free();
113 $lob = $row['DATA'];
115 while (! $lob->eof()) {
119 $lob->free();
144 $lob = $row['DATA'];
[all …]
H A Dxmltype_02.phpt58 $lob = oci_new_descriptor($c, OCI_D_LOB);
59 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
60 $lob->writeTemporary($xml);
62 $lob->close();
89 $lob = oci_new_descriptor($c, OCI_D_LOB);
90 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
91 $lob->writeTemporary($sx->asXml());
93 $lob->close();
H A Dlob_037.phpt31 var_dump($blob->write("first lob data"));
48 var_dump($blob->write("second lob data"));
72 string(14) "first lob data"
73 string(15) "second lob data"
H A Dnull_byte_1.phpt25 $lob = oci_new_descriptor($c, OCI_D_LOB);
27 $lob->saveFile("/tmp/abc\0def");
35 $lob->export("/tmp/abc\0def");
H A Dbug36010.phpt2 Bug #36010 (Crash when executing SQL statement with lob parameter twice)
18 $sql = "begin :p_clob := 'lob string'; end;";
H A Dxmltype_01.phpt66 $lob = oci_new_descriptor($c, OCI_D_LOB);
67 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
68 $lob->writeTemporary($sx->asXml());
70 $lob->close();
H A Dlob_temp2.phpt2 Writing temporary lob before binding
H A Dlob_013.phpt2 lob buffering
H A Dbug44008.phpt35 // Incorrectly closing the lob doesn't cause a crash.
H A Dlob_034.phpt2 lob buffering - 2
H A Dlob_042.phpt60 Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
H A Dlob_022.phpt2 fetching the same lob several times
H A Dlob_018.phpt2 fetching the same lob several times
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dgh9411.phpt21 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
22 fwrite($lob, 'test');
24 var_dump($lob);
28 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
29 fwrite($lob, 'test');
31 var_dump($lob);
34 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
35 var_dump(fgets($lob));
H A Dlarge_objects.phpt39 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
44 var_dump(stream_get_contents($lob));
51 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
62 $stmt->bindColumn('bloboid', $lob, PDO::PARAM_LOB);
/PHP-8.3/ext/oci8/
H A Doci8.stub.php428 function oci_free_descriptor(OCILob $lob): bool {} argument
434 function ocifreedesc(OCILob $lob): bool {} argument
452 function oci_lob_load(OCILob $lob): string|false {} argument
458 function ociloadlob(OCILob $lob): string|false {} argument
462 function oci_lob_eof(OCILob $lob): bool {} argument
464 function oci_lob_tell(OCILob $lob): int|false {} argument
466 function oci_lob_rewind(OCILob $lob): bool {} argument
470 function oci_lob_size(OCILob $lob): int|false {} argument
480 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {} argument
482 function ocisetbufferinglob(OCILob $lob, bool $mode): bool {} argument
[all …]
H A Doci8_lob.c399 OCILobLocator *lob = (OCILobLocator *) descriptor->descriptor; in php_oci_lob_write() local
421 lob, in php_oci_lob_write()
613 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_flush() local
617 if (!lob) { in php_oci_lob_flush()
707 OCILobLocator *lob = (OCILobLocator *)descriptor->descriptor; in php_oci_lob_import() local
728 lob, in php_oci_lob_import()
796 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_truncate() local
838 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_erase() local
896 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_write_tmp() local
919 lob, in php_oci_lob_write_tmp()
[all …]
H A Doci8_arginfo.h33 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
39 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
47 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
54 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
60 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
67 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
73 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
81 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
92 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
97 ZEND_ARG_OBJ_INFO(0, lob, OCILob, 0)
[all …]
/PHP-8.3/ext/pgsql/
H A Dpgsql.stub.php735 function pg_lo_close(PgSql\Lob $lob): bool {} argument
741 function pg_loclose(PgSql\Lob $lob): bool {} argument
744 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument
750 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument
752 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
758 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
760 function pg_lo_read_all(PgSql\Lob $lob): int {} argument
766 function pg_loreadall(PgSql\Lob $lob): int {} argument
801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
803 function pg_lo_tell(PgSql\Lob $lob): int {} argument
[all …]
H A Dpgsql_arginfo.h231 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
237 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
244 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
252 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
274 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
282 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c52 #define OCI_TEMPLOB_CLOSE(envhp, svchp, errhp, lob) \ argument
56 OCILobIsTemporary(envhp, errhp, lob, &isTempLOB); \
58 OCILobFreeTemporary(svchp, errhp, lob); \
616 OCILobLocator *lob; member
629 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write()
649 sword r = OCILobRead2(self->E->svc, self->E->err, self->lob, in oci_blob_read()
655 sword r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read()
683 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close()
697 OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0); in oci_blob_flush()
731 self->lob = lob; in oci_create_lob_stream()
[all …]
/PHP-8.3/ext/pgsql/tests/
H A Dgh10672.phpt30 $lob = pg_lo_open($db, $oid, 'w');
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt76 // Since each column only has one lob descriptor, the last row is
77 // shown twice because the lob descriptor for each column is reused in
H A Dbug57702.phpt110 // Since each column only has one lob descriptor, the last row is
111 // shown twice because the lob descriptor for each column is reused in

Completed in 71 milliseconds

12