optslib/tests/parse_test.php

4 lines
169 B
PHP
Raw Normal View History

<?php
$parse = \OptsLib\Parse::parseArgument('test --foo=bar --baz=qux --quux --corge --grault=garply --waldo --fred --plugh --xyzzy --thud');
var_dump($parse);