How do I display PHP file contents on front end of WordPress?

Apparently single quotes are a thing in this scenario, this now returns the results.php file contents:

<?php
echo include('skiddle-php-sdk-master/demo/result.php');
?>