<?php /** * Custom global functions */ function user_func(): string { return 'hello'; }
info at phpclasses dot org