Here is an example in c:
#include #include void bad() { printf(\"Oh shit really bad~!\\r\\n\"); } void foo() { cha
Doing something similar in PHP will not result in the same behavior.
PHP is interpreted and always checks whether the operation you are doing or not is valid.. So you can't - for example - overrun a buffer.