diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-12-27 13:43:26 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-12-27 13:43:26 +0000 |
commit | beaff87d508574b97025d6be9366c263bd46ce25 (patch) | |
tree | d438f003546630e02a65d7b31f8b54bc9aaf871d /tests/classes | |
parent | 03af7c8abcf54a98c368d5654095a22bf22f1b2a (diff) | |
download | php-git-beaff87d508574b97025d6be9366c263bd46ce25.tar.gz |
"Undefined variable: %s" noticies were fixed to use one space
Diffstat (limited to 'tests/classes')
-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) { } |