|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-03-22 11:18 UTC] rquadling@php.net
[2010-03-22 11:57 UTC] bjori@php.net
-Status: Open
+Status: Verified
[2010-03-22 11:57 UTC] bjori@php.net
[2010-03-24 16:21 UTC] degeberg@php.net
[2010-03-24 16:21 UTC] degeberg@php.net
-Status: Verified
+Status: Closed
-Assigned To:
+Assigned To: degeberg
[2010-03-24 16:21 UTC] degeberg@php.net
[2010-03-24 21:50 UTC] degeberg@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
Description: ------------ The documentation contains things like "<type>string</type>s" and "<type>float</type>s" a lot of places. In the generated output, this results in markup like "<a href="foo">string"</a> s" ("string s"). Actually, it forces whitespace after <type>, so it gives problems with punctuation as well. See http://php.net/string for examples. It didn't use to that with older versions of PhD.