![]() ![]() | ![]() |
1.1 misho 1: --TEST-- 2: errmsg: __clone() cannot accept any arguments 3: --FILE-- 4: <?php 5: 6: class test { 7: function __clone($var) { 8: } 9: } 10: 11: echo "Done\n"; 12: ?> 13: --EXPECTF-- 14: Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d