<?php $s = "0By"; echo strstr($s, 'By', true) ?: $s; // should be "0", but it is "0By" because of the loose ternary check
You have javascript disabled. You will not be able to edit any code.