Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Login    Share code      Blog   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear

Stuck with a problem? Got Error? Ask AI support!

Copy Clear
Copy Format Clear
<?php $text = 'balllooon'; $text = preg_replace("/[^ablon]/",'',$text); $arr = str_split($text); $counter = array_count_values($arr); $counter['a'] = $counter['a'] ?? 0; $counter['b'] = $counter['b'] ?? 0; $counter['l'] = floor($counter['l']*0.5) ?? 0; $counter['o'] = floor($counter['o']*0.5) ?? 0; $counter['n'] = $counter['n'] ?? 0; print_r($counter); print_r(min($counter));
Copy Clear