1--TEST-- 2Wrong assertion 3--EXTENSIONS-- 4opcache 5--FILE-- 6<?php 7function foo($transitions) { 8 foreach ($transitions as $transition) { 9 if (isEmpty()) { 10 continue; 11 } 12 } 13} 14?> 15OK 16--EXPECT-- 17OK 18