Last active
October 28, 2016 20:05
-
-
Save raank/68c6cea3eab90bec21d1e9be19302ff0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$at = 'teste'; | |
$this->body = sprintf("[%s] %s in %s line %d\n\n%s\n\n%s", $at, $classname, $filename, $line, $message, $trace); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment