Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. maciej@debian:~$ php -v
  2. PHP 5.3.3-7+squeeze3 with Suhosin-Patch (cli) (built: Jun 28 2011 08:24:40)
  3. Copyright (c) 1997-2009 The PHP Group
  4. Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
  5. with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
  6. with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
  7.  
  8. maciej@debian:~$ php -r 'namespace foo; const bar = 123; namespace boo; const bar = 234; echo \foo\bar . PHP_EOL; echo \boo\bar . PHP_EOL;'
  9. 123
  10. 234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement