cleanup testargs
This commit is contained in:
parent
34ce3c97e7
commit
8d9ee6fff3
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
|
||||
if(($argc > 1) && isset($argv[1]))
|
||||
if((argc() > 1) && isset(argv(1)))
|
||||
echo $argv[1];
|
||||
else
|
||||
echo '';
|
||||
|
Reference in New Issue
Block a user