Test: /tests/Console_Getopt/tests/001-getopt.phpt - Version 7.4.26    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Warning: require_once(Console/Getopt.php): failed to open stream: No such file or directory in %s/001-getopt.php on line 2 001- options: a=, b=, c= 002- params: 003+ Fatal error: require_once(): Failed opening required 'Console/Getopt.php' (include_path='.:') in %s/001-getopt.php on line 2 004- options: a=, b=, c= 005- params: foo 006- 007- options: a=, b=, c=foo 008- params: 009- 010- options: a=, b=, c= 011- params: foo, bar, gazonk 012- 013- options: a=, b=, c=foo 014- params: bar, gazonk 015- 016- options: a=, b=, c= 017- params: 018- 019- Console_Getopt: option requires an argument --c 020- 021- options: a=, b=c 022- params: 023- 024- options: a=, b=, c= 025- params: foo, -bar, gazonk