summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-12-27 13:43:26 +0000
committerDmitry Stogov <dmitry@php.net>2004-12-27 13:43:26 +0000
commitbeaff87d508574b97025d6be9366c263bd46ce25 (patch)
treed438f003546630e02a65d7b31f8b54bc9aaf871d /tests/classes
parent03af7c8abcf54a98c368d5654095a22bf22f1b2a (diff)
downloadphp-git-beaff87d508574b97025d6be9366c263bd46ce25.tar.gz
"Undefined variable: %s" noticies were fixed to use one space
Diffstat (limited to 'tests/classes')
-rwxr-xr-xtests/classes/static_this.phpt4
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) {
}