Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created February 18, 2012 11:02
Show Gist options
  • Select an option

  • Save robertbasic/1858783 to your computer and use it in GitHub Desktop.

Select an option

Save robertbasic/1858783 to your computer and use it in GitHub Desktop.
$ php -v
PHP 5.3.10 (cli) (built: Feb 2 2012 22:12:16)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.0-dev, Copyright (c) 2002-2012, by Derick Rethans
$ php -i | grep -A 2 xdebug | grep Version
Version => 2.2.0-dev
$ php -r 'var_dump("Testing");'
string(7) "Testing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment