get_class's output is case sensitive.

Fix for bug #49385 

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287804 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-08-27 12:23:30 +00:00
parent 2504a991f3
commit bb2d79ed0c

View file

@ -70,9 +70,9 @@ B::bar();
&example.outputs;
<screen>
<![CDATA[
$this is defined (a)
$this is defined (A)
$this is not defined.
$this is defined (b)
$this is defined (B)
$this is not defined.
]]>
</screen>