mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
& => &
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40353 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d23a6ad87b
commit
c92462ed49
1 changed files with 2 additions and 2 deletions
|
@ -81,10 +81,10 @@
|
|||
style warnings that are categorized by the symbolic constant
|
||||
<literal>E_NOTICE</literal>. Then you'll put the following into
|
||||
your <filename>php.ini</filename>: <literal>error_reporting =
|
||||
E_ALL & ~ ( E_NOTICE )</literal>. If you want to suppress
|
||||
E_ALL & ~ ( E_NOTICE )</literal>. If you want to suppress
|
||||
warnings too you add up the appropriate constant within the
|
||||
braces using the binary or operator '|':
|
||||
<literal>error_reporting= E_ALL & ~ ( E_NOTICE | E_WARNING
|
||||
<literal>error_reporting= E_ALL & ~ ( E_NOTICE | E_WARNING
|
||||
)</literal>.
|
||||
</para>
|
||||
<warning>
|
||||
|
|
Loading…
Reference in a new issue