Skip to content

Instantly share code, notes, and snippets.

@jbenesch
Created November 25, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbenesch/bc0c03e7544e89ab2e932b187e9d1e59 to your computer and use it in GitHub Desktop.
Save jbenesch/bc0c03e7544e89ab2e932b187e9d1e59 to your computer and use it in GitHub Desktop.
Evaluate a string of javascript in php
<?php
echo shell_exec("/usr/local/bin/node ./test.js " . json_encode(array('foo' => 'bar')));
console.log(process.argv);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment