<?php
if (!function_exists('test')) {
 echo 'test fonksiyonu yok';
}
?>