unread
hi all,
to check syntax of pieces of code and to avoid wild regular expressions, i
wrote this:
proto bool php_check_syntax_string(string string [, &$error_message])
like php_check_syntax but on string
it will be useful for applications who have to store valid code like smarty,
...
is it possible to add it?
regards
fred