<?xml version="1.0"?>
<?xml-stylesheet 
 href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/13130/bug">
    <title>PEAR Bug #13130</title>
    <link>http://pear.php.net/bugs/13130</link>
    <description>[Closed] Support for DeNA search Crawler</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bugs/13130"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/13130/2008-02-17+22%3A41%3A55#2008-02-17+22%3A41%3A55"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/13130/2008-02-15+23%3A32%3A54#2008-02-15+23%3A32%3A54"/>
     </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://pear.php.net/bugs/13130">
      <title>kawai</title>
      <link>http://pear.php.net/bugs/13130</link>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by kawai
2008-02-16T04:27:00-00:00
PHP: 5.2.5 OS: Linux Package Version: 0.31.0

Description:
------------
DeNA mobile search engine crawler is not detected and we get Net_UserAgent_Mobile_Error. Attached patch will fix this.

Test script:
---------------
require_once('Net/UserAgent/Mobile.php');
$ua=Net_UserAgent_Mobile::factory('DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)');
var_dump($ua);


Expected result:
----------------
object(Net_UserAgent_Mobile_DoCoMo)#1 (22) {
  [&quot;_status&quot;]=&gt;
  NULL
  [&quot;_bandwidth&quot;]=&gt;
  NULL
  [&quot;_serialNumber&quot;]=&gt;
  NULL
  [&quot;_isFOMA&quot;]=&gt;
  bool(true)
  [&quot;_cardID&quot;]=&gt;
  NULL
  [&quot;_comment&quot;]=&gt;
  NULL
  [&quot;_cacheSize&quot;]=&gt;
  NULL
  [&quot;_displayBytes&quot;]=&gt;
  NULL
  [&quot;name&quot;]=&gt;
  string(6) &quot;DoCoMo&quot;
  [&quot;version&quot;]=&gt;
  string(3) &quot;2.0&quot;
  [&quot;_display&quot;]=&gt;
  NULL
  [&quot;_error&quot;]=&gt;
  NULL
  [&quot;_userAgent&quot;]=&gt;
  string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
  [&quot;_model&quot;]=&gt;
  NULL
  [&quot;_rawModel&quot;]=&gt;
  string(6) &quot;N902iS&quot;
  [&quot;_debug&quot;]=&gt;
  bool(false)
  [&quot;_default_error_mode&quot;]=&gt;
  NULL
  [&quot;_default_error_options&quot;]=&gt;
  NULL
  [&quot;_default_error_handler&quot;]=&gt;
  string(0) &quot;&quot;
  [&quot;_error_class&quot;]=&gt;
  string(26) &quot;Net_UserAgent_Mobile_Error&quot;
  [&quot;_expected_errors&quot;]=&gt;
  array(0) {
  }
  [&quot;_crawler&quot;]=&gt;
  string(51) &quot;(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
}


Actual result:
--------------
object(Net_UserAgent_Mobile_Error)#2 (8) {
  [&quot;error_message_prefix&quot;]=&gt;
  string(0) &quot;&quot;
  [&quot;mode&quot;]=&gt;
  int(1)
  [&quot;level&quot;]=&gt;
  int(1024)
  [&quot;code&quot;]=&gt;
  int(-2)
  [&quot;message&quot;]=&gt;
  string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
  [&quot;userinfo&quot;]=&gt;
  string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
  [&quot;backtrace&quot;]=&gt;
  array(9) {
    [0]=&gt;
    array(6) {
      [&quot;file&quot;]=&gt;
      string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
      [&quot;line&quot;]=&gt;
      int(466)
      [&quot;function&quot;]=&gt;
      string(10) &quot;PEAR_Error&quot;
      [&quot;class&quot;]=&gt;
      string(10) &quot;PEAR_Error&quot;
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(5) {
        [0]=&gt;
        string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
        [1]=&gt;
        int(-2)
        [2]=&gt;
        int(1)
        [3]=&gt;
        int(1024)
        [4]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
      }
    }
    [1]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
      [&quot;line&quot;]=&gt;
      int(569)
      [&quot;function&quot;]=&gt;
      string(26) &quot;Net_UserAgent_Mobile_Error&quot;
      [&quot;class&quot;]=&gt;
      string(26) &quot;Net_UserAgent_Mobile_Error&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_Error)#2 (8) {
        [&quot;error_message_prefix&quot;]=&gt;
        string(0) &quot;&quot;
        [&quot;mode&quot;]=&gt;
        int(1)
        [&quot;level&quot;]=&gt;
        int(1024)
        [&quot;code&quot;]=&gt;
        int(-2)
        [&quot;message&quot;]=&gt;
        string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
        [&quot;userinfo&quot;]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
        [&quot;backtrace&quot;]=&gt;
        array(9) {
          [0]=&gt;
          array(6) {
            [&quot;file&quot;]=&gt;
            string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
            [&quot;line&quot;]=&gt;
            int(466)
            [&quot;function&quot;]=&gt;
            string(10) &quot;PEAR_Error&quot;
            [&quot;class&quot;]=&gt;
            string(10) &quot;PEAR_Error&quot;
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(5) {
              [0]=&gt;
              string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
              [1]=&gt;
              int(-2)
              [2]=&gt;
              int(1)
              [3]=&gt;
              int(1024)
              [4]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [1]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
            [&quot;line&quot;]=&gt;
            int(569)
            [&quot;function&quot;]=&gt;
            string(26) &quot;Net_UserAgent_Mobile_Error&quot;
            [&quot;class&quot;]=&gt;
            string(26) &quot;Net_UserAgent_Mobile_Error&quot;
            [&quot;object&quot;]=&gt;
            *RECURSION*
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(4) {
              [0]=&gt;
              int(-2)
              [1]=&gt;
              int(1)
              [2]=&gt;
              int(1024)
              [3]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [2]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(184)
            [&quot;function&quot;]=&gt;
            string(10) &quot;raiseError&quot;
            [&quot;class&quot;]=&gt;
            string(4) &quot;PEAR&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(7) {
              [0]=&gt;
              NULL
              [1]=&gt;
              int(-2)
              [2]=&gt;
              NULL
              [3]=&gt;
              NULL
              [4]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              [5]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [6]=&gt;
              bool(true)
            }
          }
          [3]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(272)
            [&quot;function&quot;]=&gt;
            string(10) &quot;raiseError&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(4) {
              [0]=&gt;
              int(-2)
              [1]=&gt;
              NULL
              [2]=&gt;
              NULL
              [3]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [4]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
            [&quot;line&quot;]=&gt;
            int(554)
            [&quot;function&quot;]=&gt;
            string(7) &quot;noMatch&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(0) {
            }
          }
          [5]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
            [&quot;line&quot;]=&gt;
            int(191)
            [&quot;function&quot;]=&gt;
            string(10) &quot;_parseFOMA&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [6]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(121)
            [&quot;function&quot;]=&gt;
            string(5) &quot;parse&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [7]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
            [&quot;line&quot;]=&gt;
            int(164)
            [&quot;function&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [8]=&gt;
          array(6) {
            [&quot;file&quot;]=&gt;
            string(28) &quot;D:\apache\front\htdocs\u.php&quot;
            [&quot;line&quot;]=&gt;
            int(3)
            [&quot;function&quot;]=&gt;
            string(7) &quot;factory&quot;
            [&quot;class&quot;]=&gt;
            string(20) &quot;Net_UserAgent_Mobile&quot;
            [&quot;type&quot;]=&gt;
            string(2) &quot;::&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
        }
        [&quot;callback&quot;]=&gt;
        NULL
      }
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(4) {
        [0]=&gt;
        int(-2)
        [1]=&gt;
        int(1)
        [2]=&gt;
        int(1024)
        [3]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
      }
    }
    [2]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
      [&quot;line&quot;]=&gt;
      int(184)
      [&quot;function&quot;]=&gt;
      string(10) &quot;raiseError&quot;
      [&quot;class&quot;]=&gt;
      string(4) &quot;PEAR&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
        [&quot;_status&quot;]=&gt;
        string(2) &quot;TB&quot;
        [&quot;_bandwidth&quot;]=&gt;
        NULL
        [&quot;_serialNumber&quot;]=&gt;
        NULL
        [&quot;_isFOMA&quot;]=&gt;
        bool(true)
        [&quot;_cardID&quot;]=&gt;
        NULL
        [&quot;_comment&quot;]=&gt;
        NULL
        [&quot;_cacheSize&quot;]=&gt;
        int(100)
        [&quot;_displayBytes&quot;]=&gt;
        NULL
        [&quot;name&quot;]=&gt;
        string(6) &quot;DoCoMo&quot;
        [&quot;version&quot;]=&gt;
        string(3) &quot;2.0&quot;
        [&quot;_display&quot;]=&gt;
        NULL
        [&quot;_error&quot;]=&gt;
        object(Net_UserAgent_Mobile_Error)#2 (8) {
          [&quot;error_message_prefix&quot;]=&gt;
          string(0) &quot;&quot;
          [&quot;mode&quot;]=&gt;
          int(1)
          [&quot;level&quot;]=&gt;
          int(1024)
          [&quot;code&quot;]=&gt;
          int(-2)
          [&quot;message&quot;]=&gt;
          string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
          [&quot;userinfo&quot;]=&gt;
          string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
          [&quot;backtrace&quot;]=&gt;
          array(9) {
            [0]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(466)
              [&quot;function&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;class&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(5) {
                [0]=&gt;
                string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
                [1]=&gt;
                int(-2)
                [2]=&gt;
                int(1)
                [3]=&gt;
                int(1024)
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [1]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
              [&quot;line&quot;]=&gt;
              int(569)
              [&quot;function&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;object&quot;]=&gt;
              *RECURSION*
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                int(1)
                [2]=&gt;
                int(1024)
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [2]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(184)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(4) &quot;PEAR&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(7) {
                [0]=&gt;
                NULL
                [1]=&gt;
                int(-2)
                [2]=&gt;
                NULL
                [3]=&gt;
                NULL
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
                [5]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [6]=&gt;
                bool(true)
              }
            }
            [3]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(272)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                NULL
                [2]=&gt;
                NULL
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [4]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(554)
              [&quot;function&quot;]=&gt;
              string(7) &quot;noMatch&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(0) {
              }
            }
            [5]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(191)
              [&quot;function&quot;]=&gt;
              string(10) &quot;_parseFOMA&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [6]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(121)
              [&quot;function&quot;]=&gt;
              string(5) &quot;parse&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [7]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(164)
              [&quot;function&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [8]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(28) &quot;D:\apache\front\htdocs\u.php&quot;
              [&quot;line&quot;]=&gt;
              int(3)
              [&quot;function&quot;]=&gt;
              string(7) &quot;factory&quot;
              [&quot;class&quot;]=&gt;
              string(20) &quot;Net_UserAgent_Mobile&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;::&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
          }
          [&quot;callback&quot;]=&gt;
          NULL
        }
        [&quot;_userAgent&quot;]=&gt;
        string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
        [&quot;_model&quot;]=&gt;
        NULL
        [&quot;_rawModel&quot;]=&gt;
        string(6) &quot;N902iS&quot;
        [&quot;_debug&quot;]=&gt;
        bool(false)
        [&quot;_default_error_mode&quot;]=&gt;
        NULL
        [&quot;_default_error_options&quot;]=&gt;
        NULL
        [&quot;_default_error_handler&quot;]=&gt;
        string(0) &quot;&quot;
        [&quot;_error_class&quot;]=&gt;
        string(26) &quot;Net_UserAgent_Mobile_Error&quot;
        [&quot;_expected_errors&quot;]=&gt;
        array(0) {
        }
      }
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(7) {
        [0]=&gt;
        NULL
        [1]=&gt;
        int(-2)
        [2]=&gt;
        NULL
        [3]=&gt;
        NULL
        [4]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
        [5]=&gt;
        string(26) &quot;Net_UserAgent_Mobile_Error&quot;
        [6]=&gt;
        bool(true)
      }
    }
    [3]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
      [&quot;line&quot;]=&gt;
      int(272)
      [&quot;function&quot;]=&gt;
      string(10) &quot;raiseError&quot;
      [&quot;class&quot;]=&gt;
      string(27) &quot;Net_UserAgent_Mobile_Common&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
        [&quot;_status&quot;]=&gt;
        string(2) &quot;TB&quot;
        [&quot;_bandwidth&quot;]=&gt;
        NULL
        [&quot;_serialNumber&quot;]=&gt;
        NULL
        [&quot;_isFOMA&quot;]=&gt;
        bool(true)
        [&quot;_cardID&quot;]=&gt;
        NULL
        [&quot;_comment&quot;]=&gt;
        NULL
        [&quot;_cacheSize&quot;]=&gt;
        int(100)
        [&quot;_displayBytes&quot;]=&gt;
        NULL
        [&quot;name&quot;]=&gt;
        string(6) &quot;DoCoMo&quot;
        [&quot;version&quot;]=&gt;
        string(3) &quot;2.0&quot;
        [&quot;_display&quot;]=&gt;
        NULL
        [&quot;_error&quot;]=&gt;
        object(Net_UserAgent_Mobile_Error)#2 (8) {
          [&quot;error_message_prefix&quot;]=&gt;
          string(0) &quot;&quot;
          [&quot;mode&quot;]=&gt;
          int(1)
          [&quot;level&quot;]=&gt;
          int(1024)
          [&quot;code&quot;]=&gt;
          int(-2)
          [&quot;message&quot;]=&gt;
          string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
          [&quot;userinfo&quot;]=&gt;
          string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
          [&quot;backtrace&quot;]=&gt;
          array(9) {
            [0]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(466)
              [&quot;function&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;class&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(5) {
                [0]=&gt;
                string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
                [1]=&gt;
                int(-2)
                [2]=&gt;
                int(1)
                [3]=&gt;
                int(1024)
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [1]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
              [&quot;line&quot;]=&gt;
              int(569)
              [&quot;function&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;object&quot;]=&gt;
              *RECURSION*
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                int(1)
                [2]=&gt;
                int(1024)
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [2]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(184)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(4) &quot;PEAR&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(7) {
                [0]=&gt;
                NULL
                [1]=&gt;
                int(-2)
                [2]=&gt;
                NULL
                [3]=&gt;
                NULL
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
                [5]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [6]=&gt;
                bool(true)
              }
            }
            [3]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(272)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                NULL
                [2]=&gt;
                NULL
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [4]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(554)
              [&quot;function&quot;]=&gt;
              string(7) &quot;noMatch&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(0) {
              }
            }
            [5]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(191)
              [&quot;function&quot;]=&gt;
              string(10) &quot;_parseFOMA&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [6]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(121)
              [&quot;function&quot;]=&gt;
              string(5) &quot;parse&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [7]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(164)
              [&quot;function&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [8]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(28) &quot;D:\apache\front\htdocs\u.php&quot;
              [&quot;line&quot;]=&gt;
              int(3)
              [&quot;function&quot;]=&gt;
              string(7) &quot;factory&quot;
              [&quot;class&quot;]=&gt;
              string(20) &quot;Net_UserAgent_Mobile&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;::&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
          }
          [&quot;callback&quot;]=&gt;
          NULL
        }
        [&quot;_userAgent&quot;]=&gt;
        string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
        [&quot;_model&quot;]=&gt;
        NULL
        [&quot;_rawModel&quot;]=&gt;
        string(6) &quot;N902iS&quot;
        [&quot;_debug&quot;]=&gt;
        bool(false)
        [&quot;_default_error_mode&quot;]=&gt;
        NULL
        [&quot;_default_error_options&quot;]=&gt;
        NULL
        [&quot;_default_error_handler&quot;]=&gt;
        string(0) &quot;&quot;
        [&quot;_error_class&quot;]=&gt;
        string(26) &quot;Net_UserAgent_Mobile_Error&quot;
        [&quot;_expected_errors&quot;]=&gt;
        array(0) {
        }
      }
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(4) {
        [0]=&gt;
        int(-2)
        [1]=&gt;
        NULL
        [2]=&gt;
        NULL
        [3]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
      }
    }
    [4]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
      [&quot;line&quot;]=&gt;
      int(554)
      [&quot;function&quot;]=&gt;
      string(7) &quot;noMatch&quot;
      [&quot;class&quot;]=&gt;
      string(27) &quot;Net_UserAgent_Mobile_Common&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
        [&quot;_status&quot;]=&gt;
        string(2) &quot;TB&quot;
        [&quot;_bandwidth&quot;]=&gt;
        NULL
        [&quot;_serialNumber&quot;]=&gt;
        NULL
        [&quot;_isFOMA&quot;]=&gt;
        bool(true)
        [&quot;_cardID&quot;]=&gt;
        NULL
        [&quot;_comment&quot;]=&gt;
        NULL
        [&quot;_cacheSize&quot;]=&gt;
        int(100)
        [&quot;_displayBytes&quot;]=&gt;
        NULL
        [&quot;name&quot;]=&gt;
        string(6) &quot;DoCoMo&quot;
        [&quot;version&quot;]=&gt;
        string(3) &quot;2.0&quot;
        [&quot;_display&quot;]=&gt;
        NULL
        [&quot;_error&quot;]=&gt;
        object(Net_UserAgent_Mobile_Error)#2 (8) {
          [&quot;error_message_prefix&quot;]=&gt;
          string(0) &quot;&quot;
          [&quot;mode&quot;]=&gt;
          int(1)
          [&quot;level&quot;]=&gt;
          int(1024)
          [&quot;code&quot;]=&gt;
          int(-2)
          [&quot;message&quot;]=&gt;
          string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
          [&quot;userinfo&quot;]=&gt;
          string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
          [&quot;backtrace&quot;]=&gt;
          array(9) {
            [0]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(466)
              [&quot;function&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;class&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(5) {
                [0]=&gt;
                string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
                [1]=&gt;
                int(-2)
                [2]=&gt;
                int(1)
                [3]=&gt;
                int(1024)
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [1]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
              [&quot;line&quot;]=&gt;
              int(569)
              [&quot;function&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;object&quot;]=&gt;
              *RECURSION*
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                int(1)
                [2]=&gt;
                int(1024)
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [2]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(184)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(4) &quot;PEAR&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(7) {
                [0]=&gt;
                NULL
                [1]=&gt;
                int(-2)
                [2]=&gt;
                NULL
                [3]=&gt;
                NULL
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
                [5]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [6]=&gt;
                bool(true)
              }
            }
            [3]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(272)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                NULL
                [2]=&gt;
                NULL
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [4]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(554)
              [&quot;function&quot;]=&gt;
              string(7) &quot;noMatch&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(0) {
              }
            }
            [5]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(191)
              [&quot;function&quot;]=&gt;
              string(10) &quot;_parseFOMA&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [6]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:</pre>]]></description>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by kawai
2008-02-16T04:27:00-00:00
PHP: 5.2.5 OS: Linux Package Version: 0.31.0

Description:
------------
DeNA mobile search engine crawler is not detected and we get Net_UserAgent_Mobile_Error. Attached patch will fix this.

Test script:
---------------
require_once('Net/UserAgent/Mobile.php');
$ua=Net_UserAgent_Mobile::factory('DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)');
var_dump($ua);


Expected result:
----------------
object(Net_UserAgent_Mobile_DoCoMo)#1 (22) {
  [&quot;_status&quot;]=&gt;
  NULL
  [&quot;_bandwidth&quot;]=&gt;
  NULL
  [&quot;_serialNumber&quot;]=&gt;
  NULL
  [&quot;_isFOMA&quot;]=&gt;
  bool(true)
  [&quot;_cardID&quot;]=&gt;
  NULL
  [&quot;_comment&quot;]=&gt;
  NULL
  [&quot;_cacheSize&quot;]=&gt;
  NULL
  [&quot;_displayBytes&quot;]=&gt;
  NULL
  [&quot;name&quot;]=&gt;
  string(6) &quot;DoCoMo&quot;
  [&quot;version&quot;]=&gt;
  string(3) &quot;2.0&quot;
  [&quot;_display&quot;]=&gt;
  NULL
  [&quot;_error&quot;]=&gt;
  NULL
  [&quot;_userAgent&quot;]=&gt;
  string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
  [&quot;_model&quot;]=&gt;
  NULL
  [&quot;_rawModel&quot;]=&gt;
  string(6) &quot;N902iS&quot;
  [&quot;_debug&quot;]=&gt;
  bool(false)
  [&quot;_default_error_mode&quot;]=&gt;
  NULL
  [&quot;_default_error_options&quot;]=&gt;
  NULL
  [&quot;_default_error_handler&quot;]=&gt;
  string(0) &quot;&quot;
  [&quot;_error_class&quot;]=&gt;
  string(26) &quot;Net_UserAgent_Mobile_Error&quot;
  [&quot;_expected_errors&quot;]=&gt;
  array(0) {
  }
  [&quot;_crawler&quot;]=&gt;
  string(51) &quot;(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
}


Actual result:
--------------
object(Net_UserAgent_Mobile_Error)#2 (8) {
  [&quot;error_message_prefix&quot;]=&gt;
  string(0) &quot;&quot;
  [&quot;mode&quot;]=&gt;
  int(1)
  [&quot;level&quot;]=&gt;
  int(1024)
  [&quot;code&quot;]=&gt;
  int(-2)
  [&quot;message&quot;]=&gt;
  string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
  [&quot;userinfo&quot;]=&gt;
  string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
  [&quot;backtrace&quot;]=&gt;
  array(9) {
    [0]=&gt;
    array(6) {
      [&quot;file&quot;]=&gt;
      string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
      [&quot;line&quot;]=&gt;
      int(466)
      [&quot;function&quot;]=&gt;
      string(10) &quot;PEAR_Error&quot;
      [&quot;class&quot;]=&gt;
      string(10) &quot;PEAR_Error&quot;
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(5) {
        [0]=&gt;
        string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
        [1]=&gt;
        int(-2)
        [2]=&gt;
        int(1)
        [3]=&gt;
        int(1024)
        [4]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
      }
    }
    [1]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
      [&quot;line&quot;]=&gt;
      int(569)
      [&quot;function&quot;]=&gt;
      string(26) &quot;Net_UserAgent_Mobile_Error&quot;
      [&quot;class&quot;]=&gt;
      string(26) &quot;Net_UserAgent_Mobile_Error&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_Error)#2 (8) {
        [&quot;error_message_prefix&quot;]=&gt;
        string(0) &quot;&quot;
        [&quot;mode&quot;]=&gt;
        int(1)
        [&quot;level&quot;]=&gt;
        int(1024)
        [&quot;code&quot;]=&gt;
        int(-2)
        [&quot;message&quot;]=&gt;
        string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
        [&quot;userinfo&quot;]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
        [&quot;backtrace&quot;]=&gt;
        array(9) {
          [0]=&gt;
          array(6) {
            [&quot;file&quot;]=&gt;
            string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
            [&quot;line&quot;]=&gt;
            int(466)
            [&quot;function&quot;]=&gt;
            string(10) &quot;PEAR_Error&quot;
            [&quot;class&quot;]=&gt;
            string(10) &quot;PEAR_Error&quot;
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(5) {
              [0]=&gt;
              string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
              [1]=&gt;
              int(-2)
              [2]=&gt;
              int(1)
              [3]=&gt;
              int(1024)
              [4]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [1]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
            [&quot;line&quot;]=&gt;
            int(569)
            [&quot;function&quot;]=&gt;
            string(26) &quot;Net_UserAgent_Mobile_Error&quot;
            [&quot;class&quot;]=&gt;
            string(26) &quot;Net_UserAgent_Mobile_Error&quot;
            [&quot;object&quot;]=&gt;
            *RECURSION*
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(4) {
              [0]=&gt;
              int(-2)
              [1]=&gt;
              int(1)
              [2]=&gt;
              int(1024)
              [3]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [2]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(184)
            [&quot;function&quot;]=&gt;
            string(10) &quot;raiseError&quot;
            [&quot;class&quot;]=&gt;
            string(4) &quot;PEAR&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(7) {
              [0]=&gt;
              NULL
              [1]=&gt;
              int(-2)
              [2]=&gt;
              NULL
              [3]=&gt;
              NULL
              [4]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              [5]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [6]=&gt;
              bool(true)
            }
          }
          [3]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(272)
            [&quot;function&quot;]=&gt;
            string(10) &quot;raiseError&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(4) {
              [0]=&gt;
              int(-2)
              [1]=&gt;
              NULL
              [2]=&gt;
              NULL
              [3]=&gt;
              string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
            }
          }
          [4]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
            [&quot;line&quot;]=&gt;
            int(554)
            [&quot;function&quot;]=&gt;
            string(7) &quot;noMatch&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(0) {
            }
          }
          [5]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
            [&quot;line&quot;]=&gt;
            int(191)
            [&quot;function&quot;]=&gt;
            string(10) &quot;_parseFOMA&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [6]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
            [&quot;line&quot;]=&gt;
            int(121)
            [&quot;function&quot;]=&gt;
            string(5) &quot;parse&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [7]=&gt;
          array(7) {
            [&quot;file&quot;]=&gt;
            string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
            [&quot;line&quot;]=&gt;
            int(164)
            [&quot;function&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;class&quot;]=&gt;
            string(27) &quot;Net_UserAgent_Mobile_Common&quot;
            [&quot;object&quot;]=&gt;
            object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
              [&quot;_status&quot;]=&gt;
              string(2) &quot;TB&quot;
              [&quot;_bandwidth&quot;]=&gt;
              NULL
              [&quot;_serialNumber&quot;]=&gt;
              NULL
              [&quot;_isFOMA&quot;]=&gt;
              bool(true)
              [&quot;_cardID&quot;]=&gt;
              NULL
              [&quot;_comment&quot;]=&gt;
              NULL
              [&quot;_cacheSize&quot;]=&gt;
              int(100)
              [&quot;_displayBytes&quot;]=&gt;
              NULL
              [&quot;name&quot;]=&gt;
              string(6) &quot;DoCoMo&quot;
              [&quot;version&quot;]=&gt;
              string(3) &quot;2.0&quot;
              [&quot;_display&quot;]=&gt;
              NULL
              [&quot;_error&quot;]=&gt;
              *RECURSION*
              [&quot;_userAgent&quot;]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              [&quot;_model&quot;]=&gt;
              NULL
              [&quot;_rawModel&quot;]=&gt;
              string(6) &quot;N902iS&quot;
              [&quot;_debug&quot;]=&gt;
              bool(false)
              [&quot;_default_error_mode&quot;]=&gt;
              NULL
              [&quot;_default_error_options&quot;]=&gt;
              NULL
              [&quot;_default_error_handler&quot;]=&gt;
              string(0) &quot;&quot;
              [&quot;_error_class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;_expected_errors&quot;]=&gt;
              array(0) {
              }
            }
            [&quot;type&quot;]=&gt;
            string(2) &quot;-&gt;&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
          [8]=&gt;
          array(6) {
            [&quot;file&quot;]=&gt;
            string(28) &quot;D:\apache\front\htdocs\u.php&quot;
            [&quot;line&quot;]=&gt;
            int(3)
            [&quot;function&quot;]=&gt;
            string(7) &quot;factory&quot;
            [&quot;class&quot;]=&gt;
            string(20) &quot;Net_UserAgent_Mobile&quot;
            [&quot;type&quot;]=&gt;
            string(2) &quot;::&quot;
            [&quot;args&quot;]=&gt;
            array(1) {
              [0]=&gt;
              string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
            }
          }
        }
        [&quot;callback&quot;]=&gt;
        NULL
      }
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(4) {
        [0]=&gt;
        int(-2)
        [1]=&gt;
        int(1)
        [2]=&gt;
        int(1024)
        [3]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
      }
    }
    [2]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
      [&quot;line&quot;]=&gt;
      int(184)
      [&quot;function&quot;]=&gt;
      string(10) &quot;raiseError&quot;
      [&quot;class&quot;]=&gt;
      string(4) &quot;PEAR&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
        [&quot;_status&quot;]=&gt;
        string(2) &quot;TB&quot;
        [&quot;_bandwidth&quot;]=&gt;
        NULL
        [&quot;_serialNumber&quot;]=&gt;
        NULL
        [&quot;_isFOMA&quot;]=&gt;
        bool(true)
        [&quot;_cardID&quot;]=&gt;
        NULL
        [&quot;_comment&quot;]=&gt;
        NULL
        [&quot;_cacheSize&quot;]=&gt;
        int(100)
        [&quot;_displayBytes&quot;]=&gt;
        NULL
        [&quot;name&quot;]=&gt;
        string(6) &quot;DoCoMo&quot;
        [&quot;version&quot;]=&gt;
        string(3) &quot;2.0&quot;
        [&quot;_display&quot;]=&gt;
        NULL
        [&quot;_error&quot;]=&gt;
        object(Net_UserAgent_Mobile_Error)#2 (8) {
          [&quot;error_message_prefix&quot;]=&gt;
          string(0) &quot;&quot;
          [&quot;mode&quot;]=&gt;
          int(1)
          [&quot;level&quot;]=&gt;
          int(1024)
          [&quot;code&quot;]=&gt;
          int(-2)
          [&quot;message&quot;]=&gt;
          string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
          [&quot;userinfo&quot;]=&gt;
          string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
          [&quot;backtrace&quot;]=&gt;
          array(9) {
            [0]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(466)
              [&quot;function&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;class&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(5) {
                [0]=&gt;
                string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
                [1]=&gt;
                int(-2)
                [2]=&gt;
                int(1)
                [3]=&gt;
                int(1024)
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [1]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
              [&quot;line&quot;]=&gt;
              int(569)
              [&quot;function&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;object&quot;]=&gt;
              *RECURSION*
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                int(1)
                [2]=&gt;
                int(1024)
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [2]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(184)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(4) &quot;PEAR&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(7) {
                [0]=&gt;
                NULL
                [1]=&gt;
                int(-2)
                [2]=&gt;
                NULL
                [3]=&gt;
                NULL
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
                [5]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [6]=&gt;
                bool(true)
              }
            }
            [3]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(272)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                NULL
                [2]=&gt;
                NULL
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [4]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(554)
              [&quot;function&quot;]=&gt;
              string(7) &quot;noMatch&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(0) {
              }
            }
            [5]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\DoCoMo.php&quot;
              [&quot;line&quot;]=&gt;
              int(191)
              [&quot;function&quot;]=&gt;
              string(10) &quot;_parseFOMA&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(73) &quot;N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [6]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(121)
              [&quot;function&quot;]=&gt;
              string(5) &quot;parse&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_DoCoMo&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [7]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(164)
              [&quot;function&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;class&quot;]=&gt;
              string(27) &quot;Net_UserAgent_Mobile_Common&quot;
              [&quot;object&quot;]=&gt;
              object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
                [&quot;_status&quot;]=&gt;
                string(2) &quot;TB&quot;
                [&quot;_bandwidth&quot;]=&gt;
                NULL
                [&quot;_serialNumber&quot;]=&gt;
                NULL
                [&quot;_isFOMA&quot;]=&gt;
                bool(true)
                [&quot;_cardID&quot;]=&gt;
                NULL
                [&quot;_comment&quot;]=&gt;
                NULL
                [&quot;_cacheSize&quot;]=&gt;
                int(100)
                [&quot;_displayBytes&quot;]=&gt;
                NULL
                [&quot;name&quot;]=&gt;
                string(6) &quot;DoCoMo&quot;
                [&quot;version&quot;]=&gt;
                string(3) &quot;2.0&quot;
                [&quot;_display&quot;]=&gt;
                NULL
                [&quot;_error&quot;]=&gt;
                *RECURSION*
                [&quot;_userAgent&quot;]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
                [&quot;_model&quot;]=&gt;
                NULL
                [&quot;_rawModel&quot;]=&gt;
                string(6) &quot;N902iS&quot;
                [&quot;_debug&quot;]=&gt;
                bool(false)
                [&quot;_default_error_mode&quot;]=&gt;
                NULL
                [&quot;_default_error_options&quot;]=&gt;
                NULL
                [&quot;_default_error_handler&quot;]=&gt;
                string(0) &quot;&quot;
                [&quot;_error_class&quot;]=&gt;
                string(26) &quot;Net_UserAgent_Mobile_Error&quot;
                [&quot;_expected_errors&quot;]=&gt;
                array(0) {
                }
              }
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
            [8]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(28) &quot;D:\apache\front\htdocs\u.php&quot;
              [&quot;line&quot;]=&gt;
              int(3)
              [&quot;function&quot;]=&gt;
              string(7) &quot;factory&quot;
              [&quot;class&quot;]=&gt;
              string(20) &quot;Net_UserAgent_Mobile&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;::&quot;
              [&quot;args&quot;]=&gt;
              array(1) {
                [0]=&gt;
                string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
              }
            }
          }
          [&quot;callback&quot;]=&gt;
          NULL
        }
        [&quot;_userAgent&quot;]=&gt;
        string(84) &quot;DoCoMo/2.0 N902iS(c100;TB;W24H12)(compatible; moba-crawler; http://crawler.dena.jp/)&quot;
        [&quot;_model&quot;]=&gt;
        NULL
        [&quot;_rawModel&quot;]=&gt;
        string(6) &quot;N902iS&quot;
        [&quot;_debug&quot;]=&gt;
        bool(false)
        [&quot;_default_error_mode&quot;]=&gt;
        NULL
        [&quot;_default_error_options&quot;]=&gt;
        NULL
        [&quot;_default_error_handler&quot;]=&gt;
        string(0) &quot;&quot;
        [&quot;_error_class&quot;]=&gt;
        string(26) &quot;Net_UserAgent_Mobile_Error&quot;
        [&quot;_expected_errors&quot;]=&gt;
        array(0) {
        }
      }
      [&quot;type&quot;]=&gt;
      string(2) &quot;-&gt;&quot;
      [&quot;args&quot;]=&gt;
      array(7) {
        [0]=&gt;
        NULL
        [1]=&gt;
        int(-2)
        [2]=&gt;
        NULL
        [3]=&gt;
        NULL
        [4]=&gt;
        string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
        [5]=&gt;
        string(26) &quot;Net_UserAgent_Mobile_Error&quot;
        [6]=&gt;
        bool(true)
      }
    }
    [3]=&gt;
    array(7) {
      [&quot;file&quot;]=&gt;
      string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
      [&quot;line&quot;]=&gt;
      int(272)
      [&quot;function&quot;]=&gt;
      string(10) &quot;raiseError&quot;
      [&quot;class&quot;]=&gt;
      string(27) &quot;Net_UserAgent_Mobile_Common&quot;
      [&quot;object&quot;]=&gt;
      object(Net_UserAgent_Mobile_DoCoMo)#1 (21) {
        [&quot;_status&quot;]=&gt;
        string(2) &quot;TB&quot;
        [&quot;_bandwidth&quot;]=&gt;
        NULL
        [&quot;_serialNumber&quot;]=&gt;
        NULL
        [&quot;_isFOMA&quot;]=&gt;
        bool(true)
        [&quot;_cardID&quot;]=&gt;
        NULL
        [&quot;_comment&quot;]=&gt;
        NULL
        [&quot;_cacheSize&quot;]=&gt;
        int(100)
        [&quot;_displayBytes&quot;]=&gt;
        NULL
        [&quot;name&quot;]=&gt;
        string(6) &quot;DoCoMo&quot;
        [&quot;version&quot;]=&gt;
        string(3) &quot;2.0&quot;
        [&quot;_display&quot;]=&gt;
        NULL
        [&quot;_error&quot;]=&gt;
        object(Net_UserAgent_Mobile_Error)#2 (8) {
          [&quot;error_message_prefix&quot;]=&gt;
          string(0) &quot;&quot;
          [&quot;mode&quot;]=&gt;
          int(1)
          [&quot;level&quot;]=&gt;
          int(1024)
          [&quot;code&quot;]=&gt;
          int(-2)
          [&quot;message&quot;]=&gt;
          string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
          [&quot;userinfo&quot;]=&gt;
          string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
          [&quot;backtrace&quot;]=&gt;
          array(9) {
            [0]=&gt;
            array(6) {
              [&quot;file&quot;]=&gt;
              string(47) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile.php&quot;
              [&quot;line&quot;]=&gt;
              int(466)
              [&quot;function&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;class&quot;]=&gt;
              string(10) &quot;PEAR_Error&quot;
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(5) {
                [0]=&gt;
                string(36) &quot;Net_UserAgent_Mobile Error: no match&quot;
                [1]=&gt;
                int(-2)
                [2]=&gt;
                int(1)
                [3]=&gt;
                int(1024)
                [4]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [1]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(31) &quot;D:\apache\front\libphp\PEAR.php&quot;
              [&quot;line&quot;]=&gt;
              int(569)
              [&quot;function&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;class&quot;]=&gt;
              string(26) &quot;Net_UserAgent_Mobile_Error&quot;
              [&quot;object&quot;]=&gt;
              *RECURSION*
              [&quot;type&quot;]=&gt;
              string(2) &quot;-&gt;&quot;
              [&quot;args&quot;]=&gt;
              array(4) {
                [0]=&gt;
                int(-2)
                [1]=&gt;
                int(1)
                [2]=&gt;
                int(1024)
                [3]=&gt;
                string(75) &quot;: might be new variants. Please contact the author of Net_UserAgent_Mobile!&quot;
              }
            }
            [2]=&gt;
            array(7) {
              [&quot;file&quot;]=&gt;
              string(54) &quot;D:\apache\front\libphp\Net\UserAgent\Mobile\Common.php&quot;
              [&quot;line&quot;]=&gt;
              int(184)
              [&quot;function&quot;]=&gt;
              string(10) &quot;raiseError&quot;
              [&quot;class&quot;]=&gt;
              string(4) &quot;PEAR&quot;
              [&quot;