--TEST-- Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- read(5)); var_dump($d->read(4)); $s1 = oci_parse($c, "drop table test_nclob"); @oci_execute($s1); echo "Done\n"; ?> --EXPECTF-- array(1) { ["NC"]=> object(OCI-Lob)#%d (1) { ["descriptor"]=> resource(%d) of type (oci8 descriptor) } } string(%d) "%s5" string(%d) "%sa" Done