Thanks to visit codestin.com Credit goes to docs.hhvm.com
function preg_replace_with_count( mixed $pattern, mixed $replacement, mixed $subject, int $limit, inout ?int $count, ): mixed;
mixed $pattern
mixed $replacement
mixed $subject
int $limit
inout ?int $count
mixed