mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
6f653eff39
commit
a00e5d589d
1 changed files with 2 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue