Skip to content

Instantly share code, notes, and snippets.

@Freeaqingme
Created January 31, 2013 11:38
Show Gist options
  • Save Freeaqingme/4682284 to your computer and use it in GitHub Desktop.
Save Freeaqingme/4682284 to your computer and use it in GitHub Desktop.
dolf@dolf-ThinkPad-T530:~/Projects/WegenerApi$ php5 test.php
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
PHP Notice: Undefined variable: php_errormsg in /home/dolf/Projects/WegenerApi/test.php on line 5
PHP Stack trace:
PHP 1. {main}() /home/dolf/Projects/WegenerApi/test.php:0
NULL
string(32) "Undefined variable: php_errormsg"
dolf@dolf-ThinkPad-T530:~/Projects/WegenerApi$ cat test.php
<?php
ini_set('track_errors',1);
error_reporting(-1);
var_dump($php_errormsg);
var_dump($php_errormsg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment