[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/balanced-php/example/ -> test-phar.php (source)

   1  <?php
   2  
   3  // run this file to test your phar install of Balanced
   4  
   5  include(__DIR__ . '/httpful.phar');
   6  include(__DIR__ . '/restful.phar');
   7  include(__DIR__ . '/balanced.phar');
   8  
   9  echo "[ OK ]\n";
  10  echo "balanced version -- " . \Balanced\Settings::VERSION . " \n";
  11  echo "restful version -- " . \RESTful\Settings::VERSION . " \n";
  12  echo "httpful version -- " . \Httpful\Httpful::VERSION . " \n";


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1