Closed marekpw closed 9 years ago
Have same issue ErrorException in ref.php line 804: preg_grep(): Compilation failed: unknown property name after \P or \p at offset 12
I changed
if(!$function || !preg_grep("/{$function}/i" , static::$config['shortcutFunc']))
to
if(!$function || !in_array((string)$function , static::$config['shortcutFunc']))
And now all ok.
ErrorException in ref.php line 773: preg_grep(): Compilation failed: unknown property name after \P or \p at offset 12