Split tests.
authorRemi Collet <remi@php.net>
Thu, 5 Mar 2015 13:41:37 +0000 (14:41 +0100)
committerRemi Collet <remi@php.net>
Thu, 5 Mar 2015 13:41:37 +0000 (14:41 +0100)
commitb14bbb2fd8b3d37dbc59b38b87642422f9e2632b
tree1edcde4f3d4bf2190bd6013ef35f2e643bdf6a76
parent3964b8f0cd83ef3ba5de9d0b2e5e395f95404a8c
Split tests.

001: most types, return as array
002: bigint return as float member of an objet (32 bits only)
003: bigint return as string member of an objet (32 bits only)
004: bigint return as integer member of an objet (64 bits only)

The bigint value used is >32bits but <64bits which doesn't exists
in real world (to avoid issue with jsonc used in free distro)
.gitignore
package.xml
tests/001.phpt
tests/002.phpt
tests/003.phpt [new file with mode: 0644]
tests/004.phpt [new file with mode: 0644]