Skip to content

Instantly share code, notes, and snippets.

@Veve2
Created June 1, 2017 13:07
Show Gist options
  • Save Veve2/d74249269a9d03d9cf590ae4256daa00 to your computer and use it in GitHub Desktop.
Save Veve2/d74249269a9d03d9cf590ae4256daa00 to your computer and use it in GitHub Desktop.
Real __FILE__
<?php
$stack = debug_backtrace();
$firstFrame = $stack[count($stack) - 1];
$initialFile = $firstFrame['file'];
@Veve2
Copy link
Author

Veve2 commented Jun 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment