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.5.0alpha1~1698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=011e29a9567b38bd6b176dcc256dffcb106e3e3a;p=php - upgrading entry for binary number format --- diff --git a/UPGRADING b/UPGRADING index dca9d20f29..6b2f6488c1 100755 --- a/UPGRADING +++ b/UPGRADING @@ -462,3 +462,6 @@ UPGRADE NOTES - PHP X.Y $a = [1, 2, 3, 4]; $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4]; $a = ['one' => 1, 2, 'three' => 3, 4]; + + - Binary number format + 0b00100 0b010101