--- embedaddon/php/sapi/cli/tests/014.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/sapi/cli/tests/014.phpt 2012/05/29 12:34:35 1.1.1.2 @@ -39,6 +39,6 @@ string(1478) "
<?php
$test 
"var"//var
/* test class */
class test {
    private 
$var = array();

    public static function 
foo(Test $arg) {
        echo 
"hello";
        
var_dump($this);
    }
}

$o = new test;
?>
" -Could not open input file: unknown -NULL +string(35) "Could not open input file: unknown +" Done