Searched refs:oci_result (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/ext/oci8/tests/ |
H A D | define4.phpt | 33 var_dump(oci_result($stmt, 'VALUE')); 35 var_dump(oci_result($stmt, 'STRING')); 37 var_dump(oci_result($stmt, 'VALUE')); 38 var_dump(oci_result($stmt, 'STRING')); 44 var_dump(oci_result($stmt, 'STRING')); 71 Warning: oci_result(): %d is not a valid oci8 statement resource in %s on line %d
|
H A D | bug36096.phpt | 2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed) 15 var_dump(oci_result($stmt, 1));
|
H A D | define5.phpt | 29 var_dump(oci_result($stmt, 'STRING')); 46 var_dump(oci_result($stmt, 'STRING'));
|
H A D | drcp_functions.inc | 44 echo "The value of DEPT for id 105 is ".oci_result($s2,1)."\n"; 55 echo " The value of the package variable is ".oci_result($s2,1)."\n";
|
H A D | conn_attr.inc | 61 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n"; 125 echo "The value of current EDITION is ".oci_result($s2,1)."\n"; 136 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n";
|
H A D | driver_name.phpt | 48 echo "The value of DRIVER_NAME is ".oci_result($s2,1)."\n";
|
H A D | bug43497.phpt | 25 return oci_result($stmt, 1); 40 $val = oci_result($stmt, 1);
|
H A D | bug43497_92.phpt | 29 return oci_result($stmt, 1); 44 $val = oci_result($stmt, 1);
|
H A D | reflection1.phpt | 34 reflection::export(new reflectionfunction('oci_result')); 330 Function [ <internal%s> function oci_result ] {
|
/PHP-5.4/ext/oci8/ |
H A D | oci8.c | 790 PHP_FUNCTION(oci_result); 866 PHP_FE(oci_result, arginfo_oci_result) 936 PHP_FALIAS(ociresult, oci_result, arginfo_oci_result)
|
H A D | oci8_interface.c | 1991 PHP_FUNCTION(oci_result) argument
|
/PHP-5.4/ |
H A D | NEWS | 7639 - Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed).
|
Completed in 47 milliseconds