File manager - Edit - /var/www/ratemypay_dev/vendor/thecodingmachine/safe/generated/8.1/var.php
Back
<?php namespace Safe; use Safe\Exceptions\VarException; /** * @param mixed $var * @param string $type * @throws VarException * */ function settype(&$var, string $type): void { error_clear_last(); $safeResult = \settype($var, $type); if ($safeResult === false) { throw VarException::createFromPhpError(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings