I looking for interactive PHP application like LINQPad for C# where I can test code snippets.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you have PHP’s CLI installed, just do
php -aat the command line (preferably on an OS with a decent shell). This launches an interactive mode. Start with<?phpand you’re good to go.