3v4l.org

run code in 300+ PHP versions simultaneously
<?php $request = array( 'first_name' => 'test', 'last_name' => 'tester' ); $query = escapeshellarg(json_encode($request)); $python = 'C:\\Python27\\python.exe'; $script = 'C:\\script\\script.py'; $command = "$python $script $query" ; var_dump($command);

preferences:
44.44 ms | 402 KiB | 5 Q