3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regular_string = "Esta está una piña feliz."; $ascii_string = normalizer_normalize('UTF-8', 'ASCII//TRANSLIT', $regular_string); var_dump($ascii_string);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: normalizer_normalize() expects at most 2 arguments, 3 given in /in/SC6Sd:3 Stack trace: #0 /in/SC6Sd(3): normalizer_normalize('UTF-8', 'ASCII//TRANSLIT', 'Esta est\xC3\xA1 una ...') #1 {main} thrown in /in/SC6Sd on line 3
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:
37.21 ms | 401 KiB | 8 Q