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 :
Order.php
<?php namespace JMS\Serializer\Tests\Fixtures; use JMS\Serializer\Annotation\Type; use JMS\Serializer\Annotation\XmlRoot; /** @XmlRoot("order") */ class Order { /** @Type("JMS\Serializer\Tests\Fixtures\Price") */ private $cost; public function __construct(Price $price = null) { $this->cost = $price ?: new Price(5); } }
Copyright © 2026 - UnknownSec