Yes, and:

PHP Code:
echo 'string'
will be faster than

PHP Code:
echo "string"
But this is only apparent when you're doing large scale echo statements.