From beaff87d508574b97025d6be9366c263bd46ce25 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 27 Dec 2004 13:43:26 +0000 Subject: "Undefined variable: %s" noticies were fixed to use one space --- tests/classes/static_this.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) { } -- cgit v1.2.1