|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-12-06 23:41 UTC] nikic@php.net
-Type: Bug
+Type: Documentation Problem
[2018-12-06 23:41 UTC] nikic@php.net
[2018-12-06 23:42 UTC] requinix@php.net
-Status: Open
+Status: Not a bug
-Type: Documentation Problem
+Type: Bug
[2018-12-06 23:42 UTC] requinix@php.net
[2018-12-06 23:43 UTC] requinix@php.net
-Type: Bug
+Type: Documentation Problem
[2018-12-06 23:43 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
Description: ------------ preq_quote() started to quote '#' since 7.3 even though it's not listed in documentation Test script: --------------- echo preq_quote('#'); // results \# on 7.3+ echo preq_quote('#'); // results # on any other