001- Implicit foreach:
002- int(1)
003- #0 %s(%d): gen()
004- int(2)
005- #0 %s(%d): from(2)
006- #1 %s(%d): gen()
007- int(3)
008- #0 %s(%d): gen()
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
     
010- Explicit iterator:
011- int(1)
012- #0 [internal function]: gen()
013- #1 %s(%d): Generator->next()
014- int(2)
015- #0 %s(%d): from(2)
016- #1 [internal function]: gen()
017- #2 %s(%d): Generator->next()
018- int(3)
019- #0 [internal function]: gen()
020- #1 %s(%d): Generator->next()
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.
