-
Notifications
You must be signed in to change notification settings - Fork 14
PHP error when using detect_emoticons() #18
Copy link
Copy link
Open
Description
I have noticed that whilst this works:
echo $parser->parse(file_get_contents('data.txt'))
->detect_links()
->get_html();
This however produces an error:
echo $parser->parse(file_get_contents('data.txt'))
->detect_links()
->detect_emoticons()
->get_html();
This is the error I get whenever I try and use "detect_emoticons()"..
Warning: preg_match_all(): No ending delimiter ')' found in D:\***********\bbcode\classes\Node\Container\Document.php on line 1009
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels