Updated test files
This commit is contained in:
parent
0742fc843c
commit
5d7b1029cf
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
require 'ncc';
|
||||||
|
import('net.nosial.optslib', 'latest');
|
||||||
|
|
||||||
$parse = \OptsLib\Parse::getArguments();
|
$parse = \OptsLib\Parse::getArguments();
|
||||||
var_dump($parse);
|
var_dump($parse);
|
|
@ -1,4 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
require 'ncc';
|
||||||
|
import('net.nosial.optslib', 'latest');
|
||||||
|
|
||||||
$parse = \OptsLib\Parse::parseArgument('test --foo=bar --baz=qux --quux --corge --grault=garply --waldo --fred --plugh --xyzzy --thud');
|
$parse = \OptsLib\Parse::parseArgument('test --foo=bar --baz=qux --quux --corge --grault=garply --waldo --fred --plugh --xyzzy --thud');
|
||||||
var_dump($parse);
|
var_dump($parse);
|
Loading…
Add table
Reference in a new issue