diff options
Diffstat (limited to 'tests/classes/static_this.phpt')
| -rwxr-xr-x | tests/classes/static_this.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/static_this.phpt b/tests/classes/static_this.phpt index 3b1bb3e604..12f4b6389b 100755 --- a/tests/classes/static_this.phpt +++ b/tests/classes/static_this.phpt @@ -29,10 +29,10 @@ TestClass::Test2(new stdClass); ===DONE=== --EXPECTF-- -Notice: Undefined variable: this in %sstatic_this.php on line %d +Notice: Undefined variable: this in %sstatic_this.php on line %d NULL -Notice: Undefined variable: this in %sstatic_this.php on line %d +Notice: Undefined variable: this in %sstatic_this.php on line %d NULL object(stdClass)#%d (0) { } |
