I have to check alot of code chunks of php so I am looking for online php testing tool which works using ajax.
I know there are several tools online for php testing but they are not using ajax, refresh page each time, some has captcha and that’s all time taking, not easy when doing testing again and again.
Is there any online php testing tool using AJAX to show output ?
html file using jquery:
test.php file
it will run cli version of php with lint option on filename passed through AJAX from input field and print the output to textarea.