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:
Mark Wiesemann 2003-06-01 17:17:43 +00:00
parent 0a4b054a74
commit 5185e79822

View file

@ -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>