I use "heredoc" syntax often and lately have been looking for a way to process a variable that may or may not be "set" inside the output. By using 'create_function' you can alias a function and get this functionality.
$error = array();
$error['email'] = 'Bad';
$listError =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.