<?php function test(){ if(true){ if(false){ return 'Yes'; } if(false){ return 'Sure'; } return 'Something weird happened'; }else{ return 'No'; } } echo test();
You have javascript disabled. You will not be able to edit any code.