|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-28 04:01 UTC] arnaud@php.net
[2003-06-30 05:10 UTC] cox@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 19:00:01 2025 UTC |
Using PEAR::Console_Getopt, 0 is not seen as an argument. For example: "./test.php --opt=0" gives: error: Console_Getopt: option --opt requires an argument The expected result would be: Array ( [0] => Array ( [0] => Array ( [0] => --opt [1] => 0 ) ) [1] => Array ( ) ) Regards Lars Munch