3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strings = [ '"test"', 'test', '\'te\'st"\'', '\'test\'', '\'"test"\'', '\'"te"st"\'', 'This is a test"""""".', 'test\'\'\'\'\'""""""""', 'test\'\'\'\'\'""""""""', '\'\'\'\'"""\'\'\'test\'\'"""\'\'\'', '\'\'\'\'\'""""\'\'' ]; foreach ($strings as $string) { echo trim($string, "'\"").PHP_EOL; }

preferences:
29.3 ms | 404 KiB | 5 Q