PHP Classes

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

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocParseErrorTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocParseErrorTest.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 19 days ago
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