Lines Matching refs:s2
58 $s2 = oci_parse($conn,$sel_stmt);
59 oci_execute($s2,OCI_DEFAULT);
60 while (oci_fetch($s2)) {
61 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n";
122 $s2 = oci_parse($conn,$sel_stmt);
123 oci_execute($s2,OCI_DEFAULT);
124 while (oci_fetch($s2)) {
125 echo "The value of current EDITION is ".oci_result($s2,1)."\n";
133 $s2 = oci_parse($conn,$sel_stmt);
134 oci_execute($s2,OCI_DEFAULT);
135 while (oci_fetch($s2)) {
136 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n";