Page MenuHomeWickedGov Phorge

NoDynamicProperties.php
No OneTemporary

Size
475 B
Referenced Files
None
Subscribers
None

NoDynamicProperties.php

<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Polyfill\Php82;
/**
* @internal
*/
trait NoDynamicProperties
{
public function __set(string $name, $value): void
{
throw new \Error('Cannot create dynamic property '.self::class.'::$'.$name);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 18:26 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
81/6d/60c7c18eae12d38f480cae830137
Default Alt Text
NoDynamicProperties.php (475 B)

Event Timeline