[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  <?php
   2  
   3  // run this file to test your source install of Balanced
   4  
   5  require(__DIR__ . "/httpful/bootstrap.php");
   6  require(__DIR__ . "/restful/bootstrap.php");
   7  require(__DIR__ . "/balanced/bootstrap.php");
   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