Putting it another way, in 6.32 neither of these return true:

//if ( ( $true || $false ) && ( $false) ) echo -s returns true
//if ( ( $false || $true ) && ( $false) ) echo -s returns true

however in 6.33 the first one incorrectly returns true