PHP Classes

File: tests/src/output-plain.php

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   Var-Dump   tests/src/output-plain.php   Download  
File: tests/src/output-plain.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Var-Dump
Show the value of a variable in colored way
Author: By
Last change:
Date: 15 days ago
Size: 477 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of Chevere.
 *
 * (c) Rodolfo Berrios <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

declare(strict_types=1);

return
'
%handlerClassName%->%handlerFunctionName%()
------------------------------------------------------------
%fileLine%

name: null

id: int 123 (length=3)
------------------------------------------------------------
'
;