Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. set_include_path(dirname(__FILE__).DIRECTORY_SEPARATOR);
  4.  
  5. spl_autoload_extensions('.php');
  6. spl_autoload_register();
  7.  
  8. $baz = new baz\bam;
Add Comment
Please, Sign In to add comment