Fix #76432: Incorrect documentation of Phar constants

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345111 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-06-09 20:59:26 +00:00
parent 6f653eff39
commit a00e5d589d

View file

@ -61,14 +61,6 @@
</row>
</thead>
<tbody>
<row xml:id="phar.constants.same">
<entry>
<constant>Phar::SAME</constant>
(<type>integer</type>)
</entry>
<entry>0</entry>
<entry>retain the same file format</entry>
</row>
<row xml:id="phar.constants.phar">
<entry>
<constant>Phar::PHAR</constant>
@ -167,7 +159,7 @@
<constant>Phar::PHP</constant>
(<type>integer</type>)
</entry>
<entry>1</entry>
<entry>0</entry>
<entry>used to instruct the mimeoverrides parameter
of <function>Phar::webPhar</function> that the extension should be
parsed as a PHP file</entry>
@ -177,7 +169,7 @@
<constant>Phar::PHPS</constant>
(<type>integer</type>)
</entry>
<entry>2</entry>
<entry>1</entry>
<entry>used to instruct the mimeoverrides parameter
of <function>Phar::webPhar</function> that the extension should be
parsed as a PHP source file through <function>highlight_file</function></entry>