PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocParseErrorTest.inc

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocParseErrorTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocParseErrorTest.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: Yesterday
Size: 246 bytes
 

Contents

Class file image Download
<?php // This is an intentional parse error. This test should be the only test in the file! // NOTE: this is NOT a _real_ merge conflict, but a valid test. /* testUnclosedHeredoc */ <<<<<<< HEAD $a = 10; ======= $a = 20; >>>>>>> master