From: Pierre Joye Date: Wed, 27 Jul 2011 00:18:35 +0000 (+0000) Subject: - upgrading entry for binary number format X-Git-Tag: php-5.4.0alpha3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741abeb20f4091fcc9d1d7072a8c1d4ce4fac4ee;p=php - upgrading entry for binary number format --- diff --git a/UPGRADING b/UPGRADING index cc7e9bad95..9cb926f6db 100755 --- a/UPGRADING +++ b/UPGRADING @@ -474,3 +474,5 @@ UPGRADE NOTES - PHP X.Y $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4]; $a = ['one' => 1, 2, 'three' => 3, 4]; + - Binary number format + 0b00100 0b010101