PHP Notice Bug
-
Reporting a php bug
/var/www/html/public_html/wp-content/plugins/advanced-woo-search/includes/class-aws-search.php:388AWS_Search::mark_search_words
Line 288
preg_match( '/([^.?!]*?)(' . $exact_words . '){1}(.*?[.!?])/i', $content, $matches ); if ( ! $matches[0] ) { preg_match( '/([^.?!]*?)(' . $words . '){1}(.*?[.!?])/i', $content, $matches ); }
PHP Notice·Undefined offset: 0 for $matches[0].
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Notice Bug’ is closed to new replies.