// TODO: add option to capture output, suppress "No syntax error"?
// --no-php-ini is a faster way to parse since php doesn't need to load multiple extensions. Assumes none of the extensions change the way php is parsed.
// The client doesn't require that the file exists if the daemon isn't running, but we do require that the folder exists.
$msg=sprintf('Configured to connect to Unix socket server at socket %s, but folder %s does not exist',json_encode($value)?:'invalid',json_encode($socket_dirname)?:'invalid');
return" (This option is probably missing the required value. Or this option may not apply to a regular Phan analysis, and/or it may be unintentionally unhandled in \Phan\CLI::__construct())";
}else{
return" (This option may not apply to a regular Phan analysis, and/or it may be unintentionally unhandled in \Phan\CLI::__construct())";