PHP Classes

File: phpcf-src/test/original/deref.php

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

Contents

Class file image Download
<?php
/**
 * test for formatting dereferencing
 */

"Dereferenced string double" [ 1 ];

'Dereferenced string single' [1 ] ;

array(
1, 2, 3 ) [ 7 ]
;

[
1, 2,3, ][6];

functionCall()[ 45 ]
;