1 Prism.languages.insertBefore("php","variable",{"this":/\$this/,global:/\$_?(GLOB
ALS|SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE|HTTP_RAW_POST_DATA|argc|arg
v|php_errormsg|http_response_header)/,scope:{pattern:/\b[\w\\]+::/,inside:{keywo
rd:/(static|self|parent)/,punctuation:/(::|\\)/}}}); | 1 Prism.languages.insertBefore("php","variable",{"this":/\$this\b/,global:/\$(?:_(
?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|a
rgc|argv|php_errormsg|http_response_header)/,scope:{pattern:/\b[\w\\]+::/,inside
:{keyword:/(static|self|parent)/,punctuation:/(::|\\)/}}}); |