PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.7.inc

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.7.inc   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.7.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: 343 bytes
 

Contents

Class file image Download
<?php // Issue #2565. // Important note: this file intentionally does not have a ".fixed" version as // when `short_open_tag=Off`, no fixes will be made, while when `short_open_tag=On` // no fixes are necessary. ?> <?php if (true) : ?> <? endif ?> <?php if (true) { ?> <? } ?> <? if (false) : ?> <? endif ?> <?php if (false) { ?> <?php } ?>