<?php if ((0 != 'debug') == (0 !== 'debug')) { echo 'same result'; } else { echo 'not same result ' . abs(0 != 'debug') . ' vs ' . abs(0 !== 'debug'); }
You have javascript disabled. You will not be able to edit any code.