Home
last modified time | relevance | path

Searched refs:JsonDecoder (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DJsonDecoderTest.php20 $jsonDecoder = new JsonDecoder();
27 $jsonDecoder = new JsonDecoder();
/PHP-Parser/
H A Dphpstan-baseline.neon69 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) has parameter \\$array with no …
71 path: lib/PhpParser/JsonDecoder.php
74 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) return type has no value type s…
76 path: lib/PhpParser/JsonDecoder.php
79 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeComment\\(\\) has parameter \\$value with n…
81 path: lib/PhpParser/JsonDecoder.php
84 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeNode\\(\\) has parameter \\$value with no v…
86 path: lib/PhpParser/JsonDecoder.php
H A DCHANGELOG.md775 * Added `JsonDecoder`. This allows conversion JSON back into an AST.
/PHP-Parser/doc/component/
H A DJSON_representation.markdown122 The JSON representation may be converted back into an AST using the `JsonDecoder`:
127 $jsonDecoder = new PhpParser\JsonDecoder();
/PHP-Parser/lib/PhpParser/
H A DJsonDecoder.php5 class JsonDecoder { class

Completed in 16 milliseconds