Home
last modified time | relevance | path

Searched refs:oci_result (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/oci8/tests/
H A Ddefine4.phpt33 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 Dbug36096.phpt2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)
15 var_dump(oci_result($stmt, 1));
H A Dfetch.phpt33 $row = oci_result($s, 1);
34 $row1 = oci_result($s, 2);
H A Ddefine5.phpt29 var_dump(oci_result($stmt, 'STRING'));
46 var_dump(oci_result($stmt, 'STRING'));
H A Dimp_res_4.phpt41 var_dump(oci_result($s, 1));
49 var_dump(oci_result($s, 1));
H A Ddrcp_functions.inc44 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 Dconn_attr.inc59 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 Ddriver_name_11gR2.phpt51 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
H A Ddriver_name.phpt54 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
H A Dbug43497.phpt22 return oci_result($stmt, 1);
37 $val = oci_result($stmt, 1);
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h606 ZEND_FUNCTION(oci_result);
722 ZEND_FE(oci_result, arginfo_oci_result)
723 ZEND_DEP_FALIAS(ociresult, oci_result, arginfo_ociresult)
H A Doci8.stub.php430 function oci_result($statement, string|int $column): mixed {} function
H A Doci8_interface.c1958 PHP_FUNCTION(oci_result) in PHP_FUNCTION() argument

Completed in 24 milliseconds