--TEST-- Backed enums serialize as their case value --SKIPIF-- --FILE-- MyIntBackedEnum::A, 'y' => MyStringBackedEnum::A, ]; echo toCanonicalExtendedJSON(fromPHP($document)), "\n"; ?> ===DONE=== --EXPECTF-- { "x" : { "$numberInt" : "1" }, "y" : "a" } ===DONE===