sniper          Fri Jun 13 05:16:49 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/session/tests     019.phpt 
  Log:
  MFH, fixed the test (second session init produces a notices)
  
Index: php4/ext/session/tests/019.phpt
diff -u php4/ext/session/tests/019.phpt:1.2.2.1 php4/ext/session/tests/019.phpt:1.2.2.2
--- php4/ext/session/tests/019.phpt:1.2.2.1     Mon Nov 25 18:19:19 2002
+++ php4/ext/session/tests/019.phpt     Fri Jun 13 05:16:49 2003
@@ -45,7 +45,8 @@
 
 session_destroy();
 ?>
---EXPECT--
+--EXPECTF--
+Notice: A session had already been started - ignoring session_start() in %s on line 17
 array(2) {
   ["o1"]=>
   &object(tfoo)(1) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to