/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
fileinfo
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/fileinfo/tests/clone_serialize.phpt
--TEST-- Cloning and serializing finfo is not supported --FILE-- <?php $finfo = new finfo; var_dump($finfo->buffer("Test string")); try { $finfo2 = clone $finfo; var_dump($finfo2->buffer("Test string")); } catch (Error $e) { echo $e->getMessage(), "\n"; } try { $finfo3 = unserialize(serialize($finfo)); var_dump($finfo3->buffer("Test string")); } catch (Exception $e) { echo $e->getMessage(), "\n"; } ?> --EXPECTF-- string(%d) "%s" Trying to clone an uncloneable object of class finfo Serialization of 'finfo' is not allowed
Copyright ©2k19 -
Hexid
|
Tex7ure