Lines Matching refs:tokens
2 Test token_get_all() function : usage variations - with control structure tokens
6 * Description: splits the given source into an array of PHP languange tokens
22 echo "*** Testing token_get_all() : for control structure tokens ***\n";
25 echo "-- with if..elseif..else..tokens --\n";
41 echo "-- with while..., do..while, switch & continue tokens --\n";
54 echo "-- with for..foreach( as ) tokens --\n";
66 echo "-- with switch...case tokens --\n";
77 *** Testing token_get_all() : for control structure tokens ***
78 -- with if..elseif..else..tokens --
440 -- with while..., do..while, switch & continue tokens --
662 -- with for..foreach( as ) tokens --
977 -- with switch...case tokens --