input              31 frontend/node_modules/flatted/php/flatted.php     $input = array_map(
input              38 frontend/node_modules/flatted/php/flatted.php     $value = &$input[0];
input              42 frontend/node_modules/flatted/php/flatted.php       return Flatted::loop(false, array_keys($value), $input, $set, $value);
input              44 frontend/node_modules/flatted/php/flatted.php       return Flatted::loop(true, Flatted::keys($value), $input, $set, $value);
input              52 frontend/node_modules/flatted/php/flatted.php     $input = array();
input              54 frontend/node_modules/flatted/php/flatted.php     $i = intval(Flatted::index($known, $input, $value));
input              55 frontend/node_modules/flatted/php/flatted.php     while ($i < count($input)) {
input              56 frontend/node_modules/flatted/php/flatted.php       $output[$i] = Flatted::transform($known, $input, $input[$i]);
input              67 frontend/node_modules/flatted/php/flatted.php   private static function index(&$known, &$input, &$value) {
input              68 frontend/node_modules/flatted/php/flatted.php     $input[] = &$value;
input              69 frontend/node_modules/flatted/php/flatted.php     $index = strval(count($input) - 1);
input              84 frontend/node_modules/flatted/php/flatted.php   private static function loop($obj, $keys, &$input, &$set, &$output) {
input              88 frontend/node_modules/flatted/php/flatted.php         Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output);
input              93 frontend/node_modules/flatted/php/flatted.php   private static function relate(&$known, &$input, &$value) {
input              98 frontend/node_modules/flatted/php/flatted.php       return Flatted::index($known, $input, $value);
input             103 frontend/node_modules/flatted/php/flatted.php   private static function ref($obj, &$key, &$value, &$input, &$set, &$output) {
input             106 frontend/node_modules/flatted/php/flatted.php       $value = Flatted::loop(false, array_keys($value), $input, $set, $value);
input             110 frontend/node_modules/flatted/php/flatted.php       $value = Flatted::loop(true, Flatted::keys($value), $input, $set, $value);
input             120 frontend/node_modules/flatted/php/flatted.php   private static function transform(&$known, &$input, &$value) {
input             123 frontend/node_modules/flatted/php/flatted.php         function ($value) use(&$known, &$input) {
input             124 frontend/node_modules/flatted/php/flatted.php           return Flatted::relate($known, $input, $value);
input             133 frontend/node_modules/flatted/php/flatted.php         $object->$key = Flatted::relate($known, $input, $value->$key);