X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=tests%2F001.phpt;h=d085758332b6fa5b39fe070ac73fa7345fbcfc56;hp=45b07dbe59e1080c0ef263acb5c068d01f08b41f;hb=55c3639a82f5e3dad0bb2e913e55ba929c624e34;hpb=c38dee009b9bdeb017274e06efca1795a4da5c8c diff --git a/tests/001.phpt b/tests/001.phpt index 45b07db..d085758 100644 --- a/tests/001.phpt +++ b/tests/001.phpt @@ -22,7 +22,9 @@ $a = $c->anon; var_dump($c); +echo "set\n"; $a = 123; +echo "get\n"; echo $a,"\n"; $p["foo"] = 123; @@ -40,6 +42,8 @@ object(c)#%d (2) { ["anon":"c":private]=> NULL } +set +get 123 object(c)#%d (2) { ["prop":"c":private]=>