Interactive PHP

Mar 07, 2008 17:26

Оказывается у PHP тоже есть интерактивный шелл. Теперь дебажить парсеры стало намного проще.

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

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

php, web, work

Leave a comment

Comments 1

stassats March 7 2008, 16:19:55 UTC
stas@laptop: ~% php -a
Interactive shell

php > die();
stas@laptop: ~%

Reply


Leave a comment

Up