1
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2024-11-23 11:16:20 +00:00
ext-encoding/tests
Dylan K. Taylor 56673dd789
Split Types class into several new classes
the main benefit of this is the increased difficulty of accidentally
using the wrong byte order due to auto complete - now choosing byte
order is decided by the first character typed.

however, it also reduces the verbosity of the API, though I'm not sure
about the 'LE' and 'BE' class names.
2024-04-10 16:34:24 +01:00
..
buffer-clone.phpt Fix tests 2024-01-30 16:26:17 +00:00
buffer-serialize-unserialize.phpt Fix tests 2024-01-30 16:26:17 +00:00
buffer-to-string.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
buffer-var-dump.phpt Fix tests 2024-01-30 16:26:17 +00:00
byte-buffer-new.phpt Separate read and write offsets 2024-01-30 14:25:44 +00:00
fixed-size-types.inc Split Types class into several new classes 2024-04-10 16:34:24 +01:00
negative-input-unsigned-varint.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
not-enough-bytes-fixed-size.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
not-enough-bytes-varint.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
pack-unpack-parity.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
read-byte-array.phpt Separate read and write offsets 2024-01-30 14:25:44 +00:00
read-reserved-memory.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
read-triad.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
reserve.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
set-write-offset.phpt Separate read and write offsets 2024-01-30 14:25:44 +00:00
too-many-bytes-varint.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
trim.phpt Fixed test 2024-01-30 12:47:42 +00:00
update-offset-fixed-size.phpt Pull simple type encoders out into a separate class 2024-04-10 15:07:05 +01:00
update-offset-varint.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00
write-byte-array.phpt Separate read and write offsets 2024-01-30 14:25:44 +00:00
write-triad.phpt Split Types class into several new classes 2024-04-10 16:34:24 +01:00