Skip to content

Instantly share code, notes, and snippets.

@Bat-Chat
Created December 2, 2016 13:21
Show Gist options
  • Save Bat-Chat/ea5281537439ec8f28be865642ace1d8 to your computer and use it in GitHub Desktop.
Save Bat-Chat/ea5281537439ec8f28be865642ace1d8 to your computer and use it in GitHub Desktop.
echo ceil((7/0)*100); // Warning: Division by zero
echo "\n\n";
echo "no Warning:) \n", ceil(@(7/0)*100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment