~ubuntu-branches/ubuntu/utopic/php-codesniffer/utopic-proposed

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.5.0RC2/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2014-07-21 14:42:41 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20140721144241-t0v9knmgtzftbsw6
Tags: upstream-1.5.3
Import upstream version 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
$string = 'Hello'.$there.'. How are'.$you.$going."today $okay";
4
 
$string = 'Hello' . $there . '. How are' . $you . $going . "today $okay";
5
 
$string = 'Hello'.$there;
6
 
$string = 'Hello'. $there;
7
 
$string = 'Hello' .$there;
8
 
?>
 
 
b'\\ No newline at end of file'