3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $arr = array('a','b','c'); array_walk_recursive($arr, function(&$arr){ $arr = htmlspecialchars(strip_tags($arr)); });

preferences:
38.78 ms | 402 KiB | 5 Q