Searched refs:JsonDecoder (Results 1 – 5 of 5) sorted by relevance
20 $jsonDecoder = new JsonDecoder();27 $jsonDecoder = new JsonDecoder();
69 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) has parameter \\$array with no …71 path: lib/PhpParser/JsonDecoder.php74 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeArray\\(\\) return type has no value type s…76 path: lib/PhpParser/JsonDecoder.php79 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeComment\\(\\) has parameter \\$value with n…81 path: lib/PhpParser/JsonDecoder.php84 …message: "#^Method PhpParser\\\\JsonDecoder\\:\\:decodeNode\\(\\) has parameter \\$value with no v…86 path: lib/PhpParser/JsonDecoder.php
782 * Added `JsonDecoder`. This allows conversion JSON back into an AST.
122 The JSON representation may be converted back into an AST using the `JsonDecoder`:127 $jsonDecoder = new PhpParser\JsonDecoder();
5 class JsonDecoder { class
Completed in 11 milliseconds