Searched refs:oci_lob_read (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/oci8/tests/ |
H A D | lob_025.phpt | 2 oci_lob_read() tests 37 var_dump(oci_lob_read($row[0], 2)); 38 var_dump(oci_lob_read($row[0])); 39 var_dump(oci_lob_read()); 44 var_dump(oci_lob_read($row[0],1)); 70 Warning: oci_lob_read() expects exactly 2 parameters, 1 given in %s on line %d 73 Warning: oci_lob_read() expects exactly 2 parameters, 0 given in %s on line %d 80 Warning: oci_lob_read(): Unable to find descriptor property in %s on line %d
|
H A D | lob_026.phpt | 46 var_dump(oci_lob_read(10000)); 47 var_dump(oci_lob_read($row[0], 10000)); 57 var_dump(oci_lob_read($row[0], 10000)); 99 Warning: oci_lob_read() expects exactly 2 parameters, 1 given in %s on line %d
|
H A D | lob_aliases.phpt | 21 var_dump(oci_lob_read()); 67 Warning: oci_lob_read() expects exactly 2 parameters, 0 given in %s on line %d
|
H A D | lob_003.phpt | 2 oci_lob_read() and friends
|
H A D | reflection1.phpt | 48 reflection::export(new reflectionfunction('oci_lob_read')); 444 Function [ <internal%s> function oci_lob_read ] {
|
/PHP-5.3/ext/oci8/ |
H A D | oci8.c | 817 PHP_FUNCTION(oci_lob_read); 881 PHP_FE(oci_lob_read, arginfo_oci_lob_read) 984 PHP_FALIAS(read, oci_lob_read, arginfo_oci_lob_read_method)
|
H A D | oci8_interface.c | 312 PHP_FUNCTION(oci_lob_read) argument
|
Completed in 22 milliseconds