G.19 Executable

The <executable> selector selects only files that are executable.

<fileset dir="${src}" includes="**/*.php">
  <executable>
</fileset>