Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. include("includes/y.php");
  2.  
  3. include_once(dirname(__ FILE __).'/includes/y.php');
  4. // Warning: include_once(C:wampwwwjclient/includes/y.php)
  5. // : failed to open stream: No such file or directory
  6.  
  7. var_dump(get_include_path());
  8. // string '.;C:phppear' (length=13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement