jasonpriem / HumanNameParser.php

Returns the parts (leading initial, first, middle, last, suffix) of a name from a string.
MIT License
108 stars 41 forks source link

Fatal error thrown #1

Open jasonpriem opened 13 years ago

jasonpriem commented 13 years ago

Parser.php, lines 147 & 156. I believe “$this->nameStr” should be “$this->name”. As-is, it throws a fatal error: “Call to a member function getStr() on a non-object”

via http://jasonpriem.com/human-name-parse/comment-page-1/#comment-16645