<?php

foo(); // Comment should be on the line before.

$x = array(
  'a' => 'b',
  'c' => 'd', // Comment should be on the line before.
);
