<?php function A(){ return true; } function B(){ return true; } if ( A() || B() ) { echo 'A || B'; }
You have javascript disabled. You will not be able to edit any code.