<?php
	preg_split('/[\\s\'\"\\\\\`()\\]\\[?:!\\.\\{\\};,\\#+*<>\\/]+/', '');
	echo "test passed";
?>