mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
fix test
This commit is contained in:
parent
567a4785b3
commit
6d040bf67a
@ -23,6 +23,6 @@ $test = new Test();
|
||||
$test2 = $test->__copy();
|
||||
var_dump($test2);
|
||||
?>
|
||||
--EXPECT--
|
||||
object(Test)#2 (0) {
|
||||
--EXPECTF--
|
||||
object(Test)#%d (0) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user