-', ': |-', ': |+'), array(': >', ': |', ': |'), $input)); } function yaml_parse_file(string $filename) { return yaml_parse(\file_get_contents($filename)); } } if (RAINLOOP_INCLUDE_AS_API_DEF) { if (!\defined('APP_API_STARTED')) { \define('APP_API_STARTED', true); \RainLoop\Api::Handle(); } } else if (!\defined('APP_STARTED')) { \define('APP_STARTED', true); \RainLoop\Api::Handle(); \RainLoop\Service::Handle(); \RainLoop\Api::ExitOnEnd(); } } else if (\function_exists('rainLoopSplAutoloadRegisterFunction')) { \spl_autoload_unregister('rainLoopSplAutoloadRegisterFunction'); }