Text/SearchParser.php
authorAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:47:09 +0000 (14:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:47:09 +0000 (14:47 +0800)
Text/SearchParser.php

index 2fd0bab..3bce4b9 100644 (file)
@@ -163,6 +163,7 @@ class Text_SearchParser_Tokenizer {
             }
             
             $o = ord($c);
+            var_dump($c);
             if (isset($this->utf[$o]) && false !== ( $rest = $this->getChar($this->utf[$o]-1))) {
                 if (strlen($str)) {
                     $this->addStr($str);