[PHP] Re: setlocale and pt_BR problem on debian

2005-03-26 Thread Christian Stadler
c... > > > but don't work, i just get in english. Is pt_BR being listed, when you execute locale -a on the commandline? system('locale -a'); should do the trick, if you don't have shell access. Regards, Christian Stadler -BEGIN PGP SIGNATURE- Versi

[PHP] Re: is_a() against instanceof

2005-03-20 Thread Christian Stadler
"var_dump(class_exists('foobar') AND $a instanceof foobar);" nor php -r "var_dump(class_exists('foobar') AND ($a instanceof foobar));" triggered an error on the commandline. So I guess, both && and AND should work. Regards, Christian Stadler

[PHP] Re: is_a() against instanceof

2005-03-15 Thread Christian Stadler
... } Regards, Christian Stadler -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCN5d09250Hcbf/3IRAjACAJ4nuKWyohEgv74Ycj/oXYn/7vWW7gCaAqm3 FV6CJd6Sz3+K4Ur4WlKRlcM= =K8j5 -END PGP SIGNATURE- -- PHP General Ma