key 50 frontend/node_modules/flatted/php/flatted.php $known->key = array(); key 70 frontend/node_modules/flatted/php/flatted.php $known->key[] = &$value; key 85 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) { key 86 frontend/node_modules/flatted/php/flatted.php $value = $obj ? $output->$key : $output[$key]; key 88 frontend/node_modules/flatted/php/flatted.php Flatted::ref($obj, $key, $input[$value->value], $input, $set, $output); key 95 frontend/node_modules/flatted/php/flatted.php $key = array_search($value, $known->key, true); key 96 frontend/node_modules/flatted/php/flatted.php if ($key !== false) key 97 frontend/node_modules/flatted/php/flatted.php return $known->value[$key]; key 103 frontend/node_modules/flatted/php/flatted.php private static function ref($obj, &$key, &$value, &$input, &$set, &$output) { key 113 frontend/node_modules/flatted/php/flatted.php $output->$key = &$value; key 116 frontend/node_modules/flatted/php/flatted.php $output[$key] = &$value; key 132 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) key 133 frontend/node_modules/flatted/php/flatted.php $object->$key = Flatted::relate($known, $input, $value->$key); key 148 frontend/node_modules/flatted/php/flatted.php foreach ($keys as $key) { key 149 frontend/node_modules/flatted/php/flatted.php $value->$key = self::wrap($value->$key);