update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

View File

@@ -515,7 +515,7 @@ yaml: |
php: |
array(
'canonical' => 12345,
'decimal' => 12345,
'decimal' => 12345.0,
'octal' => 014,
'hexadecimal' => 0xC
)
@@ -1538,7 +1538,7 @@ yaml: |
php: |
array(
'canonical' => 12345,
'decimal' => 12345,
'decimal' => 12345.0,
'octal' => 12,
'hexadecimal' => 12
)

View File

@@ -182,8 +182,8 @@ php: |
array(
'zero' => 0,
'simple' => 12,
'one-thousand' => 1000,
'negative one-thousand' => -1000
'one-thousand' => 1000.0,
'negative one-thousand' => -1000.0
)
---
test: Integers as Map Keys