/* * 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; } } } } }
So that means that in 2005 you will be able to buy a 321-200 with a CFM engine?
I've seen A321's with CFM engines, pre-2005. e.g. Aer Lingus.
I've seen A321's with CFM engines, pre-2005. e.g. Aer Lingus.Can you show something confirming that they were made available for airlines pre-2005?
EI-CPC 08/05/1998 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 815 1998 CFM 56-5B3/P 2 4CA0BC 1http://www.iaa.ie/index.jsp?p=93&n=99
EI-CPD 19/06/1998 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 841 1998 CFM 56-5B3/P 2 4CA0BB 1
EI-CPE 11/12/1998 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 926 1998 CFM 56-5B3/P 2 4CA0D1 1
EI-CPF 09/04/1999 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 991 1999 CFM 56-5B3/P 2 4CA0FD 1
EI-CPG 28/05/1999 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 1023 1999 CFM 56-5B3/P 2 4CA0FE 1
EI-CPH 22/11/1999 85000 AER LINGUS LIMITED DUBLIN AIRPORT, CO. DUBLIN AIRBUS A321-211 1094 1999 CFM 56-5B3/P 2 4CA117 1
I've seen A321's with CFM engines, pre-2005. e.g. Aer Lingus.Can you show something confirming that they were made available for airlines pre-2005?