3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strlen("à"); echo "\n"; echo strlen(Normalizer::normalize("à", Normalizer::FORM_D)); $chars = Normalizer::normalize("à", Normalizer::FORM_D); $char = mb_substr($x, 1, 1); $charCodepoint = IntlChar::ord($char); var_dump(IntlChar::hasBinaryProperty($charCodepoint, IntlChar::LB_COMBINING_MARK));
Output for git.master, git.master_jit, rfc.property-hooks
2 3 Warning: Undefined variable $x in /in/DK4Al on line 9 Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/DK4Al on line 9 Deprecated: IntlChar::hasBinaryProperty(): Passing null to parameter #1 ($codepoint) of type string|int is deprecated in /in/DK4Al on line 11 bool(false)

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