--TEST-- Disable functions check on `ret`. --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/disabled_functions_ret.ini memory_limit=-1 --FILE-- a() . ".\n"; echo("We're at the end of the execution.\n"); ?> --EXPECTF-- We're in function `a`. `a` returned: 1. We're at the end of the execution.