PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.inc

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: 2 days ago
Size: 375 bytes
 

Contents

Class file image Download
<?php /* testNamespace */ namespace Foo\Bar\Baz; /* testUseWithComments */ use Foo /*comment*/ \ Bar // phpcs:ignore Stnd.Cat.Sniff -- For reasons. \ Bah; $cl = function() { /* testCalculation */ return 1 + 2 + // Comment. 3 + 4 + 5 + 6 + 7 > 20; } /* testEchoWithTabs */ echo 'foo', 'bar' , 'baz'; /* testEndOfFile */ echo $foo;