Update example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296745 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christopher Jones 2010-03-24 20:19:32 +00:00
parent 7df1c871ff
commit 2097f64a0c

View file

@ -158,7 +158,7 @@ if (!$stid) {
and the position of the problem of an execution error</title>
<programlisting role="php">
<![CDATA[
$stid = oci_parse($conn, "select does_not_exist from dual");
$r = oci_execute($stid);
if (!$r) {
$e = oci_error($stid); // For oci_execute errors pass the statement handle