[source,php] ---- function setCoordinates($x1, $y1, $z1, $x2, $y2, $z2) { // Noncompliant // ... } ----