webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
jsonp.php File Reference

Variables

 $callback = $_REQUEST['callback']
 
if(! $callback$json = $_REQUEST['json']
 
if($jsonelse
 

Variable Documentation

◆ $callback

$callback = $_REQUEST['callback']

◆ $json

if (! $callback) $json = $_REQUEST['json']

◆ else

if ( $json) else
Initial value:
{
echo $callback . '({ "data": {"lang": "en", "length": 25} })'
$callback
Definition: jsonp.php:3