<?php function set_time_limit(int $time_limit) { error_log('Tried to use set_time_limit which is a disabled function, this is not allowed.'); } ?>