PHP division by 0

Divide by 0 in PHP How the division by 0 behave in PHP8, PHP7, PHP5 PHP has evolved in the last few years. Before when dividing by 0 we only get a warning. This behaviour did not change until php8, where numeric division 10 / 0 resulted in rasing an Error...