Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/oci8/tests/
H A Dlob_null.phpt45 $lob->writeTemporary(null);
52 $lob->close();
59 $lob->writeTemporary('');
66 $lob->close();
80 $lob->close();
96 $lob->close();
103 $lob->writeTemporary('');
110 $lob->close();
124 $lob->close();
134 $lob->save(null);
[all …]
H A Dbug70700.phpt50 $lob = $row['DATA'];
52 while (! $lob->eof()) {
56 $lob->free();
81 $lob = $row['DATA'];
83 while (! $lob->eof()) {
87 $lob->free();
112 $lob = $row['DATA'];
114 while (! $lob->eof()) {
118 $lob->free();
143 $lob = $row['DATA'];
[all …]
H A Dxmltype_02.phpt57 $lob = oci_new_descriptor($c, OCI_D_LOB);
58 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
59 $lob->writeTemporary($xml);
61 $lob->close();
88 $lob = oci_new_descriptor($c, OCI_D_LOB);
89 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
90 $lob->writeTemporary($sx->asXml());
92 $lob->close();
H A Dlob_037.phpt30 var_dump($blob->write("first lob data"));
47 var_dump($blob->write("second lob data"));
71 string(14) "first lob data"
72 string(15) "second lob data"
H A Dnull_byte_1.phpt24 $lob = oci_new_descriptor($c, OCI_D_LOB);
26 $lob->saveFile("/tmp/abc\0def");
34 $lob->export("/tmp/abc\0def");
H A Dbug36010.phpt2 Bug #36010 (Crash when executing SQL statement with lob parameter twice)
17 $sql = "begin :p_clob := 'lob string'; end;";
H A Dxmltype_01.phpt65 $lob = oci_new_descriptor($c, OCI_D_LOB);
66 oci_bind_by_name($s, ':clob', $lob, -1, OCI_B_CLOB);
67 $lob->writeTemporary($sx->asXml());
69 $lob->close();
H A Dlob_temp2.phpt2 Writing temporary lob before binding
H A Dbug44008.phpt34 // Incorrectly closing the lob doesn't cause a crash.
H A Dlob_013.phpt2 lob buffering
H A Dlob_034.phpt2 lob buffering - 2
H A Dlob_022.phpt2 fetching the same lob several times
H A Dlob_042.phpt59 Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
H A Dlob_018.phpt2 fetching the same lob several times
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dgh9411.phpt19 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
20 fwrite($lob, 'test');
22 var_dump($lob);
26 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
27 fwrite($lob, 'test');
29 var_dump($lob);
32 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
33 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.1/ext/oci8/
H A Doci8.stub.php31 function oci_free_descriptor(OCILob $lob): bool {} argument
37 function ocifreedesc(OCILob $lob): bool {} argument
55 function oci_lob_load(OCILob $lob): string|false {} argument
61 function ociloadlob(OCILob $lob): string|false {} argument
65 function oci_lob_eof(OCILob $lob): bool {} argument
67 function oci_lob_tell(OCILob $lob): int|false {} argument
69 function oci_lob_rewind(OCILob $lob): bool {} argument
73 function oci_lob_size(OCILob $lob): int|false {} argument
83 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {} argument
85 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.1/ext/pgsql/
H A Dpgsql.stub.php309 function pg_lo_close(PgSql\Lob $lob): bool {} argument
315 function pg_loclose(PgSql\Lob $lob): bool {} argument
318 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument
324 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument
326 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
332 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
334 function pg_lo_read_all(PgSql\Lob $lob): int {} argument
340 function pg_loreadall(PgSql\Lob $lob): int {} argument
375 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
377 function pg_lo_tell(PgSql\Lob $lob): int {} argument
[all …]
H A Dpgsql_arginfo.h228 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
234 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
241 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
249 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
271 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
279 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
/PHP-8.1/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.1/ext/pgsql/tests/
H A Dgh10672.phpt30 $lob = pg_lo_open($db, $oid, 'w');
/PHP-8.1/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 57 milliseconds

12