就像我们可以从它的命令行解释器在命令行中使用 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。