File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ public function findIndexOfName($text) {
1028
1028
public function parseFullName ($ name ) {
1029
1029
$ names = preg_split ("/\s+/ " , $ name );
1030
1030
if (count ($ names ) > 3 ) {
1031
- $ this -> warn ("Multi-part name: " . $ name );
1031
+ error_log ("Multi-part name: " . $ name );
1032
1032
}
1033
1033
1034
1034
$ person = array (
Original file line number Diff line number Diff line change 4
4
5
5
class Polish {
6
6
static public $ dictionary = array (
7
+ 'Eliza ' => 'female ' ,
7
8
'Łukasz ' => 'male ' ,
8
9
'Czesław ' => 'male ' ,
9
10
'Artur ' => 'male ' ,
Original file line number Diff line number Diff line change 61
61
define ('HDOM_INFO_ENDSPACE ' ,7 );
62
62
define ('DEFAULT_TARGET_CHARSET ' , 'UTF-8 ' );
63
63
define ('DEFAULT_BR_TEXT ' , "\r\n" );
64
- define ('DEFAULT_SPAN_TEXT ' , " " );
64
+ define ('DEFAULT_SPAN_TEXT ' , "" );
65
65
66
66
// increase max size for SenatParser
67
67
define ('MAX_FILE_SIZE ' , 2000000 );
You can’t perform that action at this time.
0 commit comments