PHP Classes

File: tests/php/1.php

Recommend this page to a friend!
  Classes of Max Base   PHP Auto Style Fixer   tests/php/1.php   Download  
File: tests/php/1.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Auto Style Fixer
Beautify PHP source code fixing its style
Author: By
Last change: Update of tests/php/1.php
Date: 3 years ago
Size: 212 bytes
 

Contents

Class file image Download
<?php
/* dfgdgdf gdfg */
for ($v = 7;$v <= 100 / 10;$v++) {
$b = $v;
$x = [];
for (
$i = 1;$i <= $v;$i++) {
$x[] = $i;
}
for (
$k = 3;$k <= ((floor($v - 1) / 2) + 1);$k++) {
$r = $k;
solve($x, $v, $b, $k, $r);
}
}