PHP Classes

File: phpcf-src/test/expected/long-params.php

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/test/expected/long-params.php   Download  
File: phpcf-src/test/expected/long-params.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: 10 years ago
Size: 333 bytes
 

Contents

Class file image Download
<?php
function findInner(array $filter, array $options)
{
   
$message = sprintf(
       
'Instantiating aggregator %s (%d) in country %s (%d) on flow %s (%d) '
           
. "at version %s with unsupported operator %s (%d)\n%s",
       
$this->getAggregatorClass($id)
    );
}

error_log(
   
$a
       
. $b,
   
3
);
call_smth();