mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
ba0d8a116d
commit
10218f4402
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue