You are here

CommaUnitTest.inc in Coder 8.3.x

Same filename and directory in other branches
  1. 8.3 tests/Drupal/WhiteSpace/CommaUnitTest.inc

File

tests/Drupal/WhiteSpace/CommaUnitTest.inc
View source
<?php

$x = array(
  'uid',
  'rid',
);
function foo($bar, $x) {
}
function foo2($bar, $x) {
}
foo(1, 2);
foo(1, 2);
list(, , $bundle) = entity_extract_ids('node', $entity);

Functions

Namesort descending Description
foo
foo2