/public/index.php

https://bitbucket.org/furyfire/phir · PHP · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · a7932358ed0065e694d64bdb19259ee4 MD5 · raw file

  1. <?php
  2. include '../Phir/Autoload.php';
  3. Phir_Autoload::register();
  4. Phir_Debug::Info('Bootstrapping complete');
  5. $parser = Phir_File_Yaml::load('../tests/test.yml');
  6. echo 'Finished parsing';
  7. Phir_Debug::Dump($parser);
  8. Phir_Debug::printLog();