(
/*string /*use type hint if you can removing initial comment*/
$hlist,
/*boolean /*use type hint if you can removing initial comment*/
$assoc = false,
/*int /
| 35 | } |
| 36 | |
| 37 | public static function parse( |
| 38 | /*string /*use type hint if you can removing initial comment*/ |
| 39 | $hlist, |
| 40 | /*boolean /*use type hint if you can removing initial comment*/ |
| 41 | $assoc = false, |
| 42 | /*int /*use type hint if you can removing initial comment*/ |
| 43 | $depth = 512, |
| 44 | /*int /*use type hint if you can removing initial comment*/ |
| 45 | $options = 0 |
| 46 | ) { |
| 47 | return self::unpack(json_decode($hlist, $assoc), $assoc, $depth, $options); |
| 48 | } |
| 49 | |
| 50 | public static function stringify( |
| 51 | /*array /*use type hint if you can removing initial comment*/ |
no test coverage detected