mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
entity correction
reformated further explanation as note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89466 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
27e74f7b1a
commit
37f4826021
1 changed files with 9 additions and 7 deletions
|
@ -1,13 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="errorfunc.constants">
|
||||
&reftitle.constants;
|
||||
<simpara>
|
||||
These constants are part of the PHP core and always available.
|
||||
You may use these constant names in &php.ini; but not outside
|
||||
of PHP, like in <filename>httpd.conf</filename>, where you'd
|
||||
use the bitmask values instead.
|
||||
</simpara>
|
||||
&extension.constants.core;
|
||||
<note>
|
||||
<simpara>
|
||||
You may use these constant names in &php.ini; but not outside
|
||||
of PHP, like in <filename>httpd.conf</filename>, where you'd
|
||||
use the bitmask values instead.
|
||||
</simpara>
|
||||
</note>
|
||||
<table>
|
||||
<title>Errors and Logging</title>
|
||||
<tgroup cols="3">
|
||||
|
|
Loading…
Reference in a new issue