Lines Matching refs:tokens
2 Test token_get_all() function : usage variations - with control structure tokens
8 * Description: splits the given source into an array of PHP languange tokens
24 echo "*** Testing token_get_all() : for control structure tokens ***\n";
27 echo "-- with if..elseif..else..tokens --\n";
43 echo "-- with while..., do..while, switch & continue tokens --\n";
56 echo "-- with for..foreach( as ) tokens --\n";
68 echo "-- with switch...case tokens --\n";
79 *** Testing token_get_all() : for control structure tokens ***
80 -- with if..elseif..else..tokens --
442 -- with while..., do..while, switch & continue tokens --
664 -- with for..foreach( as ) tokens --
979 -- with switch...case tokens --