Home
last modified time | relevance | path

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

/PHP-5.5/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(): %d 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 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.inc61 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 Ddriver_name.phpt48 echo "The value of DRIVER_NAME is ".oci_result($s2,1)."\n";
H A Dbug43497.phpt25 return oci_result($stmt, 1);
40 $val = oci_result($stmt, 1);
H A Dbug43497_92.phpt29 return oci_result($stmt, 1);
44 $val = oci_result($stmt, 1);
H A Dreflection1.phpt34 reflection::export(new reflectionfunction('oci_result'));
330 Function [ <internal%s> function oci_result ] {
/PHP-5.5/ext/oci8/
H A Doci8.c790 PHP_FUNCTION(oci_result);
866 PHP_FE(oci_result, arginfo_oci_result)
936 PHP_FALIAS(ociresult, oci_result, arginfo_oci_result)
H A Doci8_interface.c1991 PHP_FUNCTION(oci_result) argument
/PHP-5.5/
H A DNEWS8828 - Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed).

Completed in 73 milliseconds