PHP Classes

File: phpcf-src/test/expected/ternary-ml.php

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

Contents

Class file image Download
<?php

$a
= "<table cellpadding=4 align=center>\n"
   
. ($this->CHECK_NAME == 'CreditPackNew' || $this->CHECK_NAME == 'CreditPackRenew' ? "<td><b>CreditPacks by operator (SMS)</td>" . "<td><b>CreditPacks by country</td>" : "<td><b>SPP by country</td>")
    .
"</tr>\n";