#!/usr/bin/env php &$v) { $v--; if($v == -1) { $v = 6; $input[] = 9; } } } echo "Total number of fish after $days days: " . count($input); ?>