PHP Classes

File: Library/vendor/phpunit/phpunit/tests/TextUI/phpt-args.phpt

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit/tests/TextUI/phpt-args.phpt   Download  
File: Library/vendor/phpunit/phpunit/tests/TextUI/phpt-args.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 149 bytes
 

Contents

Class file image Download
--TEST-- PHPT runner supports ARGS section --ARGS-- help --FILE-- <?php if ($argc > 0 && $argv[1] == 'help') { echo 'Help'; } ?> --EXPECT-- Help