3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xxx = "'Free', 'Include', 'Offer', 'Provide'"; $xxx_array = array_map( function( $el) { return trim( $el, "'"); }, explode(',', $xxx)); print_r( $xxx_array);

preferences:
44.24 ms | 402 KiB | 5 Q