|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-05-10 20:17 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 01:00:01 2025 UTC |
Description: ------------ See below. Reproduce code: --------------- <?php $x = new NumberFormatter('en_US', NumberFormatter::DECIMAL); var_dump($x->format('')); Expected result: ---------------- string(1) "0" Actual result: -------------- string(1) "0" [Sun May 10 17:04:45 2009] Script: '../test.php' /home/felipe/dev/php5/Zend/zend_vm_execute.h(1721) : Freeing 0x09920A4C (1 bytes), script=../test.php /home/felipe/dev/php5/Zend/zend_variables.c(120) : Actual location (location was relayed) === Total 1 memory leaks detected ===