|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-03-24 07:34 UTC] aharvey@php.net
-Status: Open
+Status: Feedback
[2011-03-24 07:34 UTC] aharvey@php.net
[2011-03-24 09:30 UTC] bart at burgov dot nl
-Status: Feedback
+Status: Closed
-PHP Version: 5.3.6
+PHP Version: 5.3.5
[2011-03-24 09:30 UTC] bart at burgov dot nl
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 23:00:02 2025 UTC |
Description: ------------ The script below crashes on the ->setAttribute() command. Setting the attribute on $nf works fine. Test script: --------------- <?php $nf = new NumberFormatter('nl-NL', NumberFormatter::TYPE_DEFAULT); $cnf = clone $nf; $cnf->setAttribute(NumberFormatter::MIN_FRACTION_DIGITS, 1); Expected result: ---------------- I expect it not to crash Actual result: -------------- It crashes ("CLI has stopped working")