PATH:
home
/
centosnipponia
/
public_html
/
appnip-old
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
<?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); } }
[+]
..
[-] DeepCopy.php
[edit]
[+]
Exception
[+]
Filter
[+]
Matcher
[+]
Reflection
[+]
TypeFilter
[+]
TypeMatcher
[-] deep_copy.php
[edit]
[-] .htaccess.disabled
[edit]