add missing constant

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210395 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2006-03-30 11:25:34 +00:00
parent ba0d8a116d
commit 10218f4402

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-report">
<refnamediv>
<refname>mysqli_report</refname>
@ -35,6 +35,10 @@
<entry><literal>MYSQLI_REPORT_ERROR</literal></entry>
<entry>Report errors from mysqli function calls</entry>
</row>
<row>
<entry><literal>MYSQLI_REPORT_STRICT</literal></entry>
<entry>Report warnings from mysqli function calls</entry>
</row>
<row>
<entry><literal>MYSQLI_REPORT_INDEX</literal></entry>
<entry>Report if no index or bad index was used in a query</entry>