/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
AFAIK the price of a gate depends on the pax numbers. Above 50M its 350k per gate. Where will the 400k start? When KATL pax number is above the 100M mark? I suggest that the gate cost should be raised on an earlier level. Lets say 75M pax = 400k and 100M pax = 500k (although there is no airport with that number yet). A different way could be:
Leave it the way it is up to 30M pax and raise the gate costs every 10Mpax by 50k (or make it 100k).
>30 and <40M pax = 350k
up to 50M pax = 400k
up to 60M pax = 450k
up to 70M pax = 500k
up to 80M pax = 550k
up to 90M pax = 600k
It is still not much for the biggest airports (2.5k per slot a game day) but it will slow down the developping speed of those airlines that have their hub there. I am just thinking of the cost to build a terminal at KATL :lol: Isnt it 50x the price of a gate? Would be 30M here :shock: