File: testArgumentsContainsSelfPropertyPostfixExpression.php

package info (click to toggle)
pdepend 2.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,500 kB
  • sloc: php: 60,939; xml: 1,423; pascal: 34; sql: 34; makefile: 33; sh: 8
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<?php
class testArgumentsContainsSelfPropertyPrimaryExpression
{
    function testArgumentsContainsSelfPropertyPrimaryExpression()
    {
        test::bar(self::$bar);
    }
}