Couldn't handle include path

Sample code:

$x = array("x.php", "y.php", "z.php");
foreach ($x as $r)
    require($r);                   // Couldn't handle include path

Codenizer can't handle complicated constructions for inclusion. Use simpler constructs.