|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-06-24 04:36 UTC] bbldzr at gmail dot com
Description: ------------ --- From manual page: http://www.php.net/language.oop5.paamayim-nekudotayim --- Fore excample, title "Scope Resolution Operator (::)" renders as ")" in the right menu. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 11:00:01 2025 UTC |
Here is part of HTML of left menu: --- <ul class="child-menu-list"> ... <li class=""> <a href="language.oop5.inheritance.php" title="Object Inheritance"> Object Inheritance </a> </li> <li class="current"> <a href="language.oop5.paamayim-nekudotayim.php" title=")"> ) <!-- Wrong title --> </a> </li> <li class=""> <a href="language.oop5.static.php" title="Static Keyword"> Static Keyword </a> </li> ... </ul> ---