dmitry          Wed Jul 11 12:57:55 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/array   extract.phpt 
    /php-src/ext/standard/tests/file    flock_error.phpt 
  Log:
  Fixed tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/extract.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/array/extract.phpt
diff -u php-src/ext/standard/tests/array/extract.phpt:1.2 
php-src/ext/standard/tests/array/extract.phpt:1.3
--- php-src/ext/standard/tests/array/extract.phpt:1.2   Sat May 12 11:20:52 2007
+++ php-src/ext/standard/tests/array/extract.phpt       Wed Jul 11 12:57:55 2007
@@ -131,7 +131,7 @@
 Warning: extract() expects parameter 1 to be array, integer given in %s on 
line %d
 NULL
 
-Warning: extract() expects parameter 1 to be array, string given in %s on line 
%d
+Warning: extract() expects parameter 1 to be array, %s given in %s on line %d
 NULL
 
 Warning: extract() expects at most 3 parameters, 4 given in %s on line %d
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/flock_error.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/flock_error.phpt
diff -u php-src/ext/standard/tests/file/flock_error.phpt:1.2 
php-src/ext/standard/tests/file/flock_error.phpt:1.3
--- php-src/ext/standard/tests/file/flock_error.phpt:1.2        Fri May 25 
13:50:06 2007
+++ php-src/ext/standard/tests/file/flock_error.phpt    Wed Jul 11 12:57:55 2007
@@ -148,8 +148,10 @@
 NULL
 
 --- Iteration 8 ---
-Warning: flock() expects parameter 2 to be long, Unicode string given in %s on 
line %d
-NULL
+Notice: A non well formed numeric value encountered in %s on line %d
+
+Warning: flock(): Illegal operation argument in %s on line %d
+bool(false)
 
 Warning: flock(): 6 is not a valid stream resource in %s on line %d
 bool(false)

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

Reply via email to