/PHP-8.2/ext/oci8/tests/ |
H A D | lob_null.phpt | 45 $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 D | bug70700.phpt | 50 $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 D | xmltype_02.phpt | 57 $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 D | lob_037.phpt | 30 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 D | null_byte_1.phpt | 24 $lob = oci_new_descriptor($c, OCI_D_LOB); 26 $lob->saveFile("/tmp/abc\0def"); 34 $lob->export("/tmp/abc\0def");
|
H A D | bug36010.phpt | 2 Bug #36010 (Crash when executing SQL statement with lob parameter twice) 17 $sql = "begin :p_clob := 'lob string'; end;";
|
H A D | xmltype_01.phpt | 65 $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 D | lob_temp2.phpt | 2 Writing temporary lob before binding
|
H A D | bug44008.phpt | 34 // Incorrectly closing the lob doesn't cause a crash.
|
H A D | lob_013.phpt | 2 lob buffering
|
H A D | lob_034.phpt | 2 lob buffering - 2
|
H A D | lob_022.phpt | 2 fetching the same lob several times
|
H A D | lob_042.phpt | 59 Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
|
H A D | lob_018.phpt | 2 fetching the same lob several times
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | gh9411.phpt | 21 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 D | large_objects.phpt | 39 $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.2/ext/oci8/ |
H A D | oci8.stub.php | 428 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 D | oci8_lob.c | 399 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 D | oci8_arginfo.h | 33 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.2/ext/pgsql/ |
H A D | pgsql.stub.php | 690 function pg_lo_close(PgSql\Lob $lob): bool {} argument 696 function pg_loclose(PgSql\Lob $lob): bool {} argument 699 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument 705 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument 707 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument 713 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument 715 function pg_lo_read_all(PgSql\Lob $lob): int {} argument 721 function pg_loreadall(PgSql\Lob $lob): int {} argument 756 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument 758 function pg_lo_tell(PgSql\Lob $lob): int {} argument [all …]
|
H A D | pgsql_arginfo.h | 228 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.2/ext/pdo_oci/ |
H A D | oci_statement.c | 52 #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.2/ext/pgsql/tests/ |
H A D | gh10672.phpt | 30 $lob = pg_lo_open($db, $oid, 'w');
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2.phpt | 76 // 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 D | bug57702.phpt | 110 // 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
|