<?php $input = "'a'"; $output = addslashes($input); echo $output; ?>
<?php $input = "'a'"; $output = trim($input); echo $output; ?>