芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/test/Var_Dump/bug3396.phpt
--TEST-- Bug #3396 : toString() sets object variables. --SKIPIF-- --FILE-- 'Text')); class foo { protected $bar = "value"; } echo $vd->toString(new foo()); ?> --EXPECTREGEX-- object\(foo\)(#[0-9]+ )?\(1\) { bar:protected => string\(5\) value }