phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
175 stars 43 forks source link

Use preg_replace_callback instead of preg_replace #36

Closed usox closed 9 years ago

usox commented 9 years ago

Use preg_replace_callback instead of just suppressing the preg_replace \e modifier deprecation warning

Ocramius commented 9 years ago

@usox thanks!