Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php function callAPI($engine,$function = 'API_call', ...$params){ $funcName = $engine. '_' . $function; if(!function_exists($funcName)){ require_once($engine . '.php'); } $funcName(...$params); } callAPI('blahEngine', 'API_call', 10,22);
<?php function blahEngine_API_call(...$params){ var_dump($params); };
Editor Settings
Theme
Key bindings
Full width
Lines