3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array('A', ' B', ' C '); var_export($test); echo "\n---\n"; $test = array_filter($test, 'trim'); var_export($test);

preferences:
30.32 ms | 405 KiB | 5 Q