hi marek,
thanx for your suggestion.
i have tried out the tokenizer but
1. i think its not realy final and can change in the future
2. the tokenizer can only find real php code but i need to find my
simplified php code without an ; on the end of an statement for example.
so the tokenizer doesn't
Forget regexp and try this function:
http://sk.php.net/manual/en/function.token-get-all.php
Jaaboo wrote:
I give an wrong example. Here is a better one
$txt = "func1($par1," 100 (euro)", func2($par2,"(c) by nobody"))";
if (preg_match_all('
/
([a-zA-Z]\w*?)
\s*
(
\(
(
(?>.*?)|
.*?(?R)*
2 matches
Mail list logo