就像我们可以从命令行解释器在命令行中使用python以测试小代码片段是否正常一样,我怎么能用PHP(或者我可以)做同样的事情?
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> print "abc"
abc
>>>
C:\wamp\bin\php\php5.3.4>php -a
Interactive mode enabled
没有给我php提示
有人可以展示一个关于如何在php中使用交互式shell的示例。