March 7th, 2008

Arbeit adelt

  • Mar. 7th, 2008 at 1:14 PM
"They must learn to respect each other and be respected again – the intellectual must respect the manual labourer and vice versa.
Neither can exist without the other"
- Adolf Hitler - 1924

Tags:

Interactive PHP

  • Mar. 7th, 2008 at 5:26 PM
Оказывается у PHP тоже есть интерактивный шелл. Теперь дебажить парсеры стало намного проще.

[stalwart@localhost ~]$ php -a
Interactive shell

php > print $_ENV['DESKTOP_SESSION'];
kde
php > print phpversion();
5.2.5

Tags: