Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
_xx = [] spawn { private [ "_addMagazine", "_targets", "_selectedTarget", "_poses" ]; _addMagazine = 5; BIS_expoSniper01 setunitpos "down"; Sleep 5; _targets = [BIS_expoTarget01, BIS_expoTarget02, BIS_expoTarget03, BIS_expoTarget04, BIS_expoTarget05]; _poses = [ "UP", "MIDDLE", "DOWN", "DOWN", "DOWN", "DOWN", "DOWN", "MIDDLE", "MIDDLE", "MIDDLE" ]; while {true} do { BIS_expoSniper01 lookat position _selectedTarget; BIS_expoSniper01 doTarget _selectedTarget; Sleep 4 + random 3 ; if( (count list BIS_trg_restrictedarea1) == 0 ) then { BIS_expoSniper01 forceWeaponFire [ primaryWeapon BIS_expoSniper01, "SINGLE"]; }; Sleep 2 + random 4 ; _addMagazine = _addMagazine - 1; if( _addMagazine == 0 ) then { BIS_expoSniper01 addMagazine "5Rnd_127x108_Mag"; _addMagazine = 5; }; }; };