3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Palindrome { public static function isPalindrome($str) { $s = toLower(preg_replace('/[^A-Za-z]/', '', $str)); echo $s; throw new Exception('Not implemented'); } } // For testing purposes (do not submit uncommented): echo Palindrome::isPalindrome('Noel sees Leon.');
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function toLower() in /in/qei9f:6 Stack trace: #0 /in/qei9f(13): Palindrome::isPalindrome('Noel sees Leon.') #1 {main} thrown in /in/qei9f on line 6
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
27.66 ms | 401 KiB | 8 Q