News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Testing PHP with the interactive shell
May 12, 2008 @ 07:57:34

Akash Mehta shares a helpful hint in this new post to the Developer Tutorials Blog today - testing out PHP code via the command line PHP binary.

Thankfully, PHP provides the interactive shell, allowing you to test out PHP interactively with immediate feedback. Here's how to take advantage of this mature feature of PHP.

With the help of the "-a" flag on the command line, the PHP binary will hand you an environment where you can code PHP and instantly see the results. He does mention a few quirks that make it different than working with PHP through a web server, namely moving in and out of code blocks and remembering to finish out with a semi-colon when the line is done.

0 comments voice your opinion now!
test interactive shell binary tutorial commandline


blog comments powered by Disqus

Similar Posts

Sameer's Blog: Simple Pagination in PHP tutorial

Content with Style: Remove nodes in SimpleXMLElement

DevShed: Using Code Igniter to Enable Comments in a Blog Application

Josh Adell's Blog: Neo4j for PHP

Christopher Bledsoe's Blog: PHP Dependency Injection (Inversion of Control)


Community Events











Don't see your event here?
Let us know!


introduction code tool language interview podcast example application zendframework2 opinion phpunit series object testing framework unittest development community functional release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework