📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 08:33:27
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcached_3.2.0-2.el8
/
tests
✏️
Editing: clone.phpt
--TEST-- Test cloning --SKIPIF-- <?php include "skipif.inc";?> --FILE-- <?php $s = new stdClass(); $m = new Memcached(); $s = clone $s; $m = clone $m; echo "GOT HERE"; --EXPECTF-- Fatal error: Uncaught Error: Trying to clone an uncloneable object of class Memcached in %s:6 Stack trace: #0 {main} thrown in %s on line 6
💾 Save Changes
❌ Cancel