Searched refs:oci_result (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/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')); 46 var_dump(oci_result($stmt, 'STRING')); 74 string(%d) "oci_result(): supplied resource is not a valid oci8 statement resource"
|
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 | fetch.phpt | 33 $row = oci_result($s, 1); 34 $row1 = oci_result($s, 2);
|
H A D | define5.phpt | 29 var_dump(oci_result($stmt, 'STRING')); 46 var_dump(oci_result($stmt, 'STRING'));
|
H A D | imp_res_4.phpt | 41 var_dump(oci_result($s, 1)); 49 var_dump(oci_result($s, 1));
|
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 | 59 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n"; 123 echo "The value of current EDITION is ".oci_result($s2,1)."\n"; 134 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n";
|
H A D | driver_name_11gR2.phpt | 51 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
|
H A D | driver_name.phpt | 54 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
|
H A D | bug43497.phpt | 22 return oci_result($stmt, 1); 37 $val = oci_result($stmt, 1);
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_arginfo.h | 606 ZEND_FUNCTION(oci_result); 722 ZEND_FE(oci_result, arginfo_oci_result) 723 ZEND_DEP_FALIAS(ociresult, oci_result, arginfo_ociresult)
|
H A D | oci8.stub.php | 430 function oci_result($statement, string|int $column): mixed {} function
|
H A D | oci8_interface.c | 1958 PHP_FUNCTION(oci_result) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds