001- $i=f(): good
002- $$x=f(): good
003- ${'i'}=f(): good
004- $i[0]=f(): good
005- $i[0][0]=f(): good
006- $i->p=f(): good
007- $i->p->q=f(): good
008- $i->p[0]=f(): good
009- $i->p[0]->p=f(): good
010- C::$p=f(): good
011- C::$p[0]=f(): good
012- C::$p->q=f(): good
001+ Usage: php
002+       php -[b|c|n|h|i|q|s|v|?] [<file>] [args...]
003+   Run in LSAPI mode, only '-b', '-s' and '-c' are effective
004+   Run in Command Line Interpreter mode when parameters are specified
005+ 
006+   -b <address:port>|<port> Bind Path for external LSAPI Server mode
007+   -c <path>|<file> Look for php.ini file in this directory
008+   -n    No php.ini file will be used
009+   -h    This help
010+   -i    PHP information
011+   -l    Syntax check
012+   -q    Quiet-mode.  Suppress HTTP Header output.
013+   -s    Display colour syntax highlighted source.
014+   -v    Version number
015+   -?    This help
016+ 
017+   args...    Arguments passed to script.
