Hywan / atoum-instrumentation

The atoum\instrumentation library. Instrumentation for PHP (moles, code coverage…)
7 stars 2 forks source link

`markJoin` is missing with `T_IF` only #11

Open Hywan opened 10 years ago

Hywan commented 10 years ago

If a T_IF is not followed by a T_ELSE or equivalent, the markJoin marker is missing (the if::block::end hook is not fired).