PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Natanael Simões   PHP Test Bed   test.php   Download  
File: test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Test Bed
Test PHP scripts describing what they execute
Author: By
Last change:
Date: 4 years ago
Size: 255 bytes
 

Contents

Class file image Download
<?php

global $a, $b;
$a = 1;
const
PhpTestBed = 'PhpTestBed';
$melhorLib = PhpTestBed == 'PhpTestBed';
$linguagem = 'PHP';

if (
$melhorLib) {
    echo
PhpTestBed . ' vai ajudar você compreender melhor seus algoritmos em ' . $linguagem . '!';
}