Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/s_e/find_minus.php on line 133

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/rjmprogr/public_html/PHP/s_e/find_minus.php on line 336
find_minus.php - PHP Supervise find or dir
find . -name '*'       
MAMP via macOS or Windows           
RJM Programming - March, 2022
Thanks to https://www.geeksforgeeks.org/php-shell_exec-vs-exec-function/
$output = shell_exec('find . -name "*" -atime 1'); $output = exec('find . -name "*" -atime 1');