some text

errorCode() == 401 // comment || $IPP->errorCode() == 3200 /* long comment here */ ) { return false; } if ($IPP->errorCode() == 401 // comment || $IPP->errorCode() == 3200 // long comment here ) { return false; } if ($IPP->errorCode() == 401 // Comment explaining the next condition here. || $IPP->errorCode() == 3200 ) { return false; } function bar() { if ($a && $b ) { return false; } } if ($a && foo( 'a', 'b' ) ) { return false; } ?> errorCode() == 401 // phpcs:ignore Standard.Category.Sniff -- for reasons. || $IPP->errorCode() == 3200 /* phpcs:ignore Standard.Category.Sniff -- for reasons. */ ) { return false; } if ($IPP->errorCode() == 401 // phpcs:disable Standard.Category.Sniff -- for reasons. || $IPP->errorCode() == 3200 // phpcs:enable ) { return false; } if ($IPP->errorCode() == 401 // phpcs:ignore Standard.Category.Sniff -- for reasons. || $IPP->errorCode() == 3200 ) { return false; } if ($IPP->errorCode() == 401 /* * phpcs:disable Standard.Category.Sniff -- for reasons. */ || $IPP->errorCode() == 3200 ) { return false; } if ($IPP->errorCode() == 401 || $IPP->errorCode() == 3200 // phpcs:ignore Standard.Category.Sniff -- for reasons. ) { return false; } if ($IPP->errorCode() == 401 || $IPP->errorCode() === 'someverylongexpectedoutput' ) { return false; } if ($IPP->errorCode() == 401 || $IPP->errorCode() // A comment. === 'someverylongexpectedoutput' ) { return false; } if ($IPP->errorCode() == 401 || $IPP->errorCode() // phpcs:ignore Standard.Category.Sniff -- for reasons. === 'someverylongexpectedoutput' ) { return false; }