Last Month codepad.viper-7.com was down and a lot of stackoverflow answers with code pasted there became broken include some of mine. When it was back all scripts where lost.
Am looking for a free anonymous alternative to codepad.viper-7.com where i can test php
scripts with minimal restriction (fopen
, curl
, mb_strlen
etc); on different versions.
There so many of them recommended here but its difficult to find suitable replacement to codepad.viper-7.com
Simple Testing Script
<?php
echo strlen(file_get_contents("http://google.com"));
?>
Output
- codepad.viper-7.com = 43736
- sandbox.onlinephpfunctions.com = disabled
- writecodeonline.com = disabled
- exorithm.com = 43736 but non-anonymous func, print_r etc disabled
- codepad.org = failed
- ideone.com = disabled
- coderun.com = 43736 but Only PHP Version 5.3.1 supported
- codeanywhere.net = Registration Required
- eval.in = Forbidden syscall socketcall
- 3v4l.org = failed
Question:
Is there any anonymous alternative with minimal restrictions ?