PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 478 bytes
 

Contents

Class file image Download
<?php $x = 'My '.'string'; $x = 'My '. 1234; $x = 'My '.$y.' test'; echo $data['my'.'index']; echo $data['my'. 4]; echo $data['my'.$x]; echo $data[$x.$y.'My'.'String']; $code = '$actions = array();'."\n"; $code = "$actions = array();"."\n"; // No errors for these because they are needed in some cases. $code = ' ?'.'>'; $code = '<'.'?php '; $string = 'This is a really long string. ' . 'It is being used for errors. ' . 'The message is not translated.'; ?>