Jurkea Del Mar MILK PUK3, ANAL FISTING, ass stretched to the LIMITS, pissed into huge gape, FARTS the recycled Piss Spew and drinks & PVKES it againfeaturing Jureka Del Mar, Paul Stalker
2025-06-17
103:59
2,143
Studio: Stalker Prodz
Tags:
Description:
WET VERSION
MORE LIKE THIS
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>

![[BLACK FRIDAY!] Baby Kxtten vs Sweetie Plum CRAZY ORGY Piss in mouth, Whipped cream & Milk in ass then in other girl's mouth [PART 1 + PART 2]](https://cdn77-image.gtflixtv.com/LxDMWXTFypBzz4lJy39VVg==,1989961200/3402eb464edef86bab50a29694b7c81bd647d3a1/1/6439/1432/3/289.jpg?c=1&method=resize&f=jpg&w=420&height=236)





![Helen Star vs Yessica Bunny vs Daniela Ortiz Mini reverse GB, Pissed in mouth, Lesbian Anal dildo play, Squirting [WET]](https://cdn77-image.gtflixtv.com/CutzMDznbaRlcdTCVORHuQ==,1989961200/d59c57352030a33f9b2e9f082b3051a4fc15829f/1/6210/971/3/493.jpg?c=1&method=resize&f=jpg&w=420&height=236)

![[BLACK FRIDAY!] Elen Million vs Vitoria Vonteese Pissed in mouth & ass, Farting whipped cream in Ass, DP, ATM, ATOGM, Cum in mouth & swap PART 1 + PART 2]](https://cdn77-image.gtflixtv.com/tkesdkpn7YAFtD10b7u2LQ==,1989961200/31af83adbac53465c0a34f9534b7671f21e18588/1/6441/1272/3/650.jpg?c=1&method=resize&f=jpg&w=420&height=236)
![[RETROSPECTIVE 2024 #15] Yessica Bunny vs Helen Star vs Daniela Ortiz 3 Latina's DP & piss, Melania Dark 2on1 DP & piss, Leila Botwin 2on1 DP & piss](https://cdn77-image.gtflixtv.com/UEt-hWF_hbBz852aruRX4w==,1989961200/106ce2850b9026c471f737e5ba688d8d544cd759/1/6915/1767/3/602.jpg?c=1&method=resize&f=jpg&w=420&height=236)




![[RETROSPECTIVE 2024 #7] 3 girls in one Nelly Kent, Leya Desantis, Megan Love [WET]](https://cdn77-image.gtflixtv.com/RLPdlQEmaS2iQOs7ImMxWQ==,1989961200/e18a2cee120d4fd24f11d21c4231e69d7a633554/1/6500/109/3/315.jpg?c=1&method=resize&f=jpg&w=420&height=236)
![[RETROSPECTIVE 2024 #8] Vanessa Hillz, Maya Rose, Sunny Herrera](https://cdn77-image.gtflixtv.com/bDBrF9TqxUgD0zPn-vStVQ==,1989961200/c6a444e63b3b93fb0d497ae038e86612309a8f02/1/6502/342/3/277.jpg?c=1&method=resize&f=jpg&w=420&height=236)