|
@@ -259,7 +259,7 @@ function simple_card_type($cardno)
|
|
|
{
|
|
|
if (preg_match('/^1[0-9]{18}$/', $cardno, $matches)) {
|
|
|
return SinopecCard;
|
|
|
- } elseif (preg_match('/^9[0-9]{15}$/', $cardno, $matches)) {
|
|
|
+ } elseif (preg_match('/^[79][0-9]{15}$/', $cardno, $matches)) {
|
|
|
return PetroChinaCard;
|
|
|
} elseif (preg_match('/^134[0-8]\d{7}$|^(?:13[5-9]|15[012789]|17[28]|18[23478]|19[578])\d{8}$/', $cardno, $matches)) {
|
|
|
return ChinaMobileCard;
|