function prueba() { return "funciona"; } function test($function) { echo $function(); } test('prueba');