mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS fix and "typo"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129757 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a4b054a74
commit
5185e79822
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<chapter id="language.constants">
|
||||
<title>Constants</title>
|
||||
|
||||
|
@ -178,9 +178,9 @@ echo Constant; // outputs "Constant" and issues a notice.
|
|||
</row>
|
||||
<row>
|
||||
<entry><constant>__METHOD__</constant></entry>
|
||||
<entry>
|
||||
The class method name. (This was added in PHP 5.0.0)
|
||||
</entry>
|
||||
<entry>
|
||||
The class method name. (This was added in PHP 5.0.0)
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue