3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(FILTER_FLAG_NO_ENCODE_QUOTES, FILTER_FLAG_STRIP_LOW, FILTER_FLAG_STRIP_HIGH, FILTER_FLAG_ENCODE_LOW, FILTER_FLAG_ENCODE_HIGH, FILTER_FLAG_ENCODE_AMP); var_dump(filter_var('\\%éde_DE;ö#!\n', FILTER_SANITIZE_STRING));
Output for git.master, git.master_jit, rfc.property-hooks
int(128) int(4) int(8) int(16) int(32) int(64) Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /in/SGseZ on line 4 string(16) "\%éde_DE;ö#!\n"

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:
56.07 ms | 401 KiB | 8 Q