1<?php
2
3function is_executable() {
4  return true;
5}
6
7?>