From: Zoe Slattery Date: Thu, 14 Feb 2008 10:15:44 +0000 (+0000) Subject: Fixing typo arg->arglist at line 195. Thanks Chris J! X-Git-Tag: RELEASE_1_3_1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f13364729da85e8b6f66b49a7b1fb4cdbe5ef2a;p=php Fixing typo arg->arglist at line 195. Thanks Chris J! --- diff --git a/scripts/dev/generate_phpt.php b/scripts/dev/generate_phpt.php index c43a911d57..5280f1d8e7 100644 --- a/scripts/dev/generate_phpt.php +++ b/scripts/dev/generate_phpt.php @@ -912,7 +912,7 @@ function parse_args ($arglist, $opt) break; default: - echo "Command line option $arg[$j] not recognised\n"; + echo "Command line option $arglist[$j] not recognised\n"; print_opts(); }