|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesphp_error_docref-strip-leading-dashes (last revision 2012-01-12 17:22 UTC by vrana@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-01-12 17:22 UTC] vrana@php.net
[2013-06-25 19:26 UTC] felipe@php.net
[2013-06-25 19:26 UTC] felipe@php.net
-Status: Open
+Status: Closed
[2014-10-07 23:18 UTC] stas@php.net
[2014-10-07 23:29 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
Description: ------------ Links to PHP Manual generated in case of an error are wrong if the function or method begins by __. Test script: --------------- try { new DateTimeZone("x"); } catch (Exception $e) { echo $e->getMessage(); } Expected result: ---------------- DateTimeZone::__construct() [datetimezone.construct.php]: Unknown or bad timezone (x) Actual result: -------------- DateTimeZone::__construct() [datetimezone.--construct.php]: Unknown or bad timezone (x)