<?php;
$link="http://slamdunk.ru";
$response = exec('phantomjs.exe test.js $link');
$link="slamdunk.ru";
$response = exec("phantomjs.exe test.js $link");// нужно использовать двойные кавички ""
// или так $response = exec('phantomjs.exe test.js '.$link);