UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_bc4e8120f366
/
vendor
/
jms
/
serializer
/
tests
/
Fixtures
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Input.php
<?php namespace JMS\Serializer\Tests\Fixtures; use JMS\Serializer\Annotation as Serializer; /** * @Serializer\XmlRoot("input") */ class Input { /** * @Serializer\XmlAttributeMap */ private $attributes; public function __construct($attributes = null) { $this->attributes = $attributes ?: array( 'type' => 'text', 'name' => 'firstname', 'value' => 'Adrien', ); } }
Copyright © 2026 - UnknownSec