404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.157.93: ~ $
<?php

namespace DeepCopy;

use function function_exists;

if (false === function_exists('DeepCopy\deep_copy')) {
    /**
     * Deep copies the given value.
     *
     * @param mixed $value
     * @param bool  $useCloneMethod
     *
     * @return mixed
     */
    function deep_copy($value, $useCloneMethod = false)
    {
        return (new DeepCopy($useCloneMethod))->copy($value);
    }
}

Filemanager

Name Type Size Permission Actions
Exception Folder 0755
Filter Folder 0755
Matcher Folder 0755
Reflection Folder 0755
TypeFilter Folder 0755
TypeMatcher Folder 0755
DeepCopy.php File 7.98 KB 0644
deep_copy.php File 396 B 0644