001- Access public static function OK 002- Access public static function with different case OK 003- Access public static function with colon scheme OK 004- Access public instance method of object OK 005- Access public instance method of parent object through parent:: OK 006- Function that exists OK 007- Function that exists with different spelling OK 008- Closure is already a closure OK 009- Class with public invocable OK 010- Instance return private method as callable OK 011- Instance return private static method as callable OK 012- Instance return protected static method as callable OK 013- Subclass closure over parent class protected method OK 014- Subclass closure over parent class static protected method OK 015- Access public instance method of parent object through "parent::" 016- Deprecated: Use of "parent" in callables is deprecated in %s on line %d 017- OK 018- Access public instance method of self object through "self::" 019- Deprecated: Use of "self" in callables is deprecated in %s on line %d 020- OK 021- Access public instance method of parent object through "self::" to parent method 022- Deprecated: Use of "self" in callables is deprecated in %s on line %d 023- OK 024- Access protected instance method of parent object through "self::" to parent method 025- Deprecated: Use of "self" in callables is deprecated in %s on line %d 026- OK 027- MagicCall __call instance method __call,nonExistentMethod, OK 028- MagicCall __callStatic static method __callStatic,nonExistentMethod, OK 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.