output 53 frontend/node_modules/flatted/php/flatted.php $output = array(); output 56 frontend/node_modules/flatted/php/flatted.php $output[$i] = Flatted::transform($known, $input, $input[$i]); output 59 frontend/node_modules/flatted/php/flatted.php return json_encode($output, $options, $depth); output 84 frontend/node_modules/flatted/php/flatted.php private static function loop($obj, $keys, &$input, &$set, &$output) { output 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key]; output 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output); output 90 frontend/node_modules/flatted/php/flatted.php return $output; output 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) { output 113 frontend/node_modules/flatted/php/flatted.php $output->$key = &$value; output 116 frontend/node_modules/flatted/php/flatted.php $output[$key] = &$value;