001- Cannot add element to the array as the next element is already occupied 002- array(2) { 003- [1]=> 004- string(3) "one" 005- [2]=> 006- int(1) 007- } 008- array(2) { 009- [0]=> 010- string(4) "zero" 011- [1]=> 012- int(1) 013- } 014- array(1) { 015- [%d]=> 016- string(4) "zero" 017- } 001+ Usage: php 002+ php -[b|c|n|h|i|q|s|v|?] [] [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 | Bind Path for external LSAPI Server mode 007+ -c | 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.