Open jubianchi opened 10 years ago
It would be handy to be able to write rules using tokens' string value and/or ID:
$rules[] = array( array(T_RETURN, $…, ';'), array('mark_line(__LINE__)', ';', 'return ', '\2', ';'), $matching::SHIFT_REPLACEMENT_END );
This could be used to fix the behavior described in #4
Hello,
Yup, I think we should do that.
It would be handy to be able to write rules using tokens' string value and/or ID:
This could be used to fix the behavior described in #4