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