dmitry          Fri Apr  2 08:43:58 2004 EDT

  Modified files:              
    /php-src/tests/lang bug22367.phpt 
  Log:
  Test file was fixed (implicit cloning strict warnings)
  
  
http://cvs.php.net/diff.php/php-src/tests/lang/bug22367.phpt?r1=1.7&r2=1.8&ty=u
Index: php-src/tests/lang/bug22367.phpt
diff -u php-src/tests/lang/bug22367.phpt:1.7 php-src/tests/lang/bug22367.phpt:1.8
--- php-src/tests/lang/bug22367.phpt:1.7        Wed Mar 24 09:14:16 2004
+++ php-src/tests/lang/bug22367.phpt    Fri Apr  2 08:43:58 2004
@@ -65,13 +65,15 @@
 
 ?>
 --EXPECTF--
-Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in 
%sbug22367.php on line %d
+Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in 
/home/dmitry/php/php5.work/tests/lang/bug22367.php on line 45
+
+Strict Standards: Implicit cloning object of class 'bar' because of 
'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on 
line 47
 int(5)
 bool(false)
 
-Notice: Undefined offset:  %d in %s on line %d
+Notice: Undefined offset:  5 in /home/dmitry/php/php5.work/tests/lang/bug22367.php on 
line 9
 
-Strict Standards: Only variable references should be returned by reference in %s on 
line %d
+Strict Standards: Only variable references should be returned by reference in 
/home/dmitry/php/php5.work/tests/lang/bug22367.php on line 40
 bool(false)
 array(5) {
   [0]=>
@@ -97,6 +99,8 @@
   [4]=>
   int(4)
 }
+
+Strict Standards: Implicit cloning object of class 'bar' because of 
'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on 
line 54
 int(2)
 bool(true)
 bool(true)

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

Reply via email to