3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_internal_encoding("UTF-8"); echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978)); echo "\n"; $locale = setlocale(LC_ALL, 'nl_NL', "nl"); echo $locale . " is locale\n"; echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978)); echo "\n"; echo mb_strtoupper("i i ı ğ Ğ Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός"); echo "\n"; echo mb_strtoupper("i i ı ğ Ğ Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός"); echo "\n"; echo "İ " . mb_strtolower("İ") . " " . mb_strtoupper(mb_strtolower("İ")); echo "\n"; echo strtoupper("i ı ğ Ğ Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός"); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/GKbFY on line 3 Friday 22 December 1978 nl_NL is locale Deprecated: Function strftime() is deprecated in /in/GKbFY on line 7 vrijdag 22 december 1978 I I I Ğ Ğ ΤΆΧΙΣΤΗ ΑΛΏΠΗΞ ΒΑΦΉΣ ΨΗΜΈΝΗ ΓΗ, ΔΡΑΣΚΕΛΊΖΕΙ ΥΠΈΡ ΝΩΘΡΟΎ ΚΥΝΌΣ I I I Ğ Ğ ΤΆΧΙΣΤΗ ΑΛΏΠΗΞ ΒΑΦΉΣ ΨΗΜΈΝΗ ΓΗ, ΔΡΑΣΚΕΛΊΖΕΙ ΥΠΈΡ ΝΩΘΡΟΎ ΚΥΝΌΣ İ i̇ İ I ı ğ Ğ Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός

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:
44.13 ms | 402 KiB | 8 Q