location = /errors/index.php {
root "/var/www/common";
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
internal;
}
$arr = array();
array_push($arr, "test");
print_r($arr);
elem.style.transform = "rotate(" + deg + "deg)";
$(document).on('click', 'selector', handler);