PHP Classes

File: phpcf-src/test/expected/long-with-hint.php

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/test/expected/long-with-hint.php   Download  
File: phpcf-src/test/expected/long-with-hint.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Code formatter
Reformat PHP code according to standard options
Author: By
Last change:
Date: 9 years ago
Size: 219 bytes
 

Contents

Class file image Download
<?php
/**
 * Test for array() hint in log param definition
 */

class Test
{
    function
log(
       
$activation_place = null,
       
$groups = array(),
       
$place = null
   
)
    {
        echo
"here";
    }
}