~ubuntu-branches/ubuntu/saucy/php-codesniffer/saucy

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.0.1/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2008-03-21 23:29:33 UTC
  • Revision ID: james.westby@ubuntu.com-20080321232933-za8kvi1bgvrvud6z
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
class MyClass
 
3
{
 
4
    private $var1 = null;
 
5
    protected $var2 = null;
 
6
    public $var3 = null;
 
7
    $var4 = null;
 
8
}
 
9
?>
 
 
b'\\ No newline at end of file'