Created
December 2, 2016 13:21
-
-
Save Bat-Chat/ea5281537439ec8f28be865642ace1d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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