Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any compiler/interpreter to execute code for php 5.3?

Tags:

php-5.3

Is there any online complier/interpreter to execute code for php 5.3?

like there is one for php http://codepad.org/

But it does not support php 5.3 features.

Can any one help, in this?

like image 971
Poonam Bhatt Avatar asked Oct 14 '22 19:10

Poonam Bhatt


2 Answers

The updated answer as of today is http://codepad.viper-7.com/

like image 153
jfoucher Avatar answered Dec 06 '22 06:12

jfoucher


It would be easy to make one yourself, simply make a form and get it to eval() the input. You will need a server with PHP 5.3 on it, also make sure you secure the form so people don't wreck your server.

like image 29
Cobby Avatar answered Dec 06 '22 05:12

Cobby