001- ====test1====
002- test1 Object
003- (
004- )
005- Object of class test1 could not be converted to string
006- object(test1)#1 (0) {
007- }
008- ====test2====
009- test2 Object
010- (
011- )
012- test2::__toString()
013- Converted
014- object(test2)#3 (0) {
015- }
016- ====test3====
017- test2::__toString()
018- Converted
019- ====test4====
020- test2::__toString()
021- string:Converted
022- ====test5====
023- test2::__toString()
024- 1Converted
025- 1test2::__toString()
026- Converted
027- ====test6====
028- test2::__toString()
029- test2::__toString()
030- Converted
031- Converted
032- test2::__toString()
033- Converted
034- test2::__toString()
035- Converted
036- ====test7====
037- test2::__toString()
038- Cannot access offset of type test2 on array
039- ====test8====
040- test2::__toString()
041- string(9) "Converted"
042- test2::__toString()
043- string(9) "Converted"
044- ====test9====
045- test2::__toString()
046- Converted
047- ====test10====
048- object(test3)#2 (0) {
049- }
050- test3::__toString()
051- test3::__toString(): Return value must be of type string, array returned
052- ====DONE====
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.
