From: Dmitry Stogov Date: Tue, 16 Dec 2003 11:19:20 +0000 (+0000) Subject: Incorrect test file was fixed. (Use pattern insted of absolute filename) X-Git-Tag: php-5.0.0b3RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fca9c0c6695628153f1f6d65dbea355f0f846338;p=php Incorrect test file was fixed. (Use pattern insted of absolute filename) --- diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt index 594d36f9a2..3f22186839 100644 --- a/ext/session/tests/014.phpt +++ b/ext/session/tests/014.phpt @@ -31,11 +31,11 @@ ini_set("session.use_trans_sid","1"); ---EXPECT-- +--EXPECTF-- -Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 10 +Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in %s on line %d -Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 14 +Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in %s on line %d