PHP Classes

File: phpcf-src/test/functional_dirty/Test_new_branch_formatted.php

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/test/functional_dirty/Test_new_branch_formatted.php   Download  
File: phpcf-src/test/functional_dirty/Test_new_branch_formatted.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: 241 bytes
 

Contents

Class file image Download
<?php

class One
{
    public function
Test() {
        if(
true){
           
fwrite(STDOUT,"UNFORMATTED");
        }
    }

    public function
TestTwo()
    {
        if (
true) {
           
fwrite(STDOUT, "UNFORMATTED");
        }
    }
}