mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296745 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7df1c871ff
commit
2097f64a0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue