Home
last modified time | relevance | path

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

/PHP-7.4/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'));
44 var_dump(oci_result($stmt, 'STRING'));
71 Warning: oci_result(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Dbug36096.phpt2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)
15 var_dump(oci_result($stmt, 1));
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.phpt54 echo "The value of DRIVER_NAME is ".trim(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 Dbug43497.phpt22 return oci_result($stmt, 1);
37 $val = oci_result($stmt, 1);
H A Dreflection1.phpt34 reflection::export(new reflectionfunction('oci_result'));
331 Function [ <internal%s> function oci_result ] {
/PHP-7.4/ext/oci8/
H A Doci8.c671 PHP_FUNCTION(oci_result);
747 PHP_FE(oci_result, arginfo_oci_result)
821 PHP_FALIAS(ociresult, oci_result, arginfo_oci_result)
H A Doci8_interface.c2176 PHP_FUNCTION(oci_result) in PHP_FUNCTION() argument

Completed in 45 milliseconds