File manager - Edit - /home/autoph/public_html/projects/vendor/spatie/backtrace/src/Arguments/ReducedArgument/ReducedArgument.php
Back
<?php namespace Spatie\Backtrace\Arguments\ReducedArgument; class ReducedArgument implements ReducedArgumentContract { /** @var mixed */ public $value; /** @var string */ public $originalType; /** * @param mixed $value */ public function __construct( $value, string $originalType ) { $this->originalType = $originalType; $this->value = $value; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings