ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- tests/uuid_create.phpt000064400000000761152343314730011105 0ustar00--TEST-- uuid_create() function --SKIPIF-- --FILE-- --EXPECT-- basic format ok tests/uuid_compare.phpt000064400000001663152343314730011272 0ustar00--TEST-- uuid_compare() function --SKIPIF-- --FILE-- $uuid1) { foreach ($uuids as $key2 => $uuid2) { echo "uuid$key1"; switch (uuid_compare($uuid1, $uuid2)) { case -1: echo " < "; break; case 0: echo " = "; break; case 1: echo " > "; break; } echo "uuid$key2\n"; } echo "\n"; } ?> --EXPECT-- uuid0 = uuid0 uuid0 < uuid1 uuid0 < uuid2 uuid1 > uuid0 uuid1 = uuid1 uuid1 < uuid2 uuid2 > uuid0 uuid2 > uuid1 uuid2 = uuid2 tests/uuid_time.phpt000064400000000426152343314730010576 0ustar00--TEST-- uuid_time() function --SKIPIF-- --FILE-- --EXPECT-- int(1080374815) bool(false) tests/uuid_parse.phpt000064400000000335152343314730010751 0ustar00--TEST-- uuid_parse() function --SKIPIF-- --FILE-- --EXPECT-- string(16) "aaaaaaaaaaaaaaaa" tests/uuid_unparse.phpt000064400000000341152343314730011311 0ustar00--TEST-- uuid_unparse() function --SKIPIF-- --FILE-- --EXPECT-- string(36) "61616161-6161-6161-6161-616161616161" tests/uuid_is_null.phpt000064400000000546152343314730011310 0ustar00--TEST-- uuid_is_null() function --SKIPIF-- --FILE-- --EXPECT-- bool(true) bool(false) bool(false) tests/uuid_mac.phpt000064400000000435152343314730010400 0ustar00--TEST-- uuid_mac() function --SKIPIF-- --FILE-- --EXPECT-- string(12) "00065b896488" bool(false) tests/uuid_is_valid.phpt000064400000000627152343314730011435 0ustar00--TEST-- uuid_is_valid() function --SKIPIF-- --FILE-- --EXPECT-- bool(true) bool(true) bool(true) bool(false) tests/uuid_type.phpt000064400000001003152343314730010611 0ustar00--TEST-- uuid_type() function --SKIPIF-- --FILE-- --EXPECT-- OK OK OK tests/uuid_variant.phpt000064400000000641152343314730011303 0ustar00--TEST-- uuid_variant() function --SKIPIF-- --FILE-- --EXPECT-- 1 1 -1