Supponiamo, sto usando un'istruzione if in quanto tale:
if(A || B || C || D)
{
echo "Hurrah! if is satisfied!";
echo "But! How can I know which was true of the 4 (A,B,C,D)";
}
C'è un modo in cui posso sapere quale condizione / i tra A, B, C, D erano vere?