Diff for /embedaddon/php/Zend/tests/bug39018.phpt between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.3, 2013/07/22 01:32:17
Line 6  Bug #39018 (Error control operator '@' fails to suppre Line 6  Bug #39018 (Error control operator '@' fails to suppre
 error_reporting(E_ALL);  error_reporting(E_ALL);
   
 $a = 'foo';  $a = 'foo';
$a[11111111111];$a[111111111111111111111];
   
 $a = '';  $a = '';
   
Line 62  print "\nDone\n"; Line 62  print "\nDone\n";
   
 ?>  ?>
 --EXPECTF--  --EXPECTF--
   Notice: String offset cast occurred in %s on line %d
   
Notice: Uninitialized string offset: 0 in %s on line 12Notice: Uninitialized string offset: 0 in %s on line %d
   
Notice: Uninitialized string offset: %i in %s on line 16Notice: Uninitialized string offset: 0 in %s on line %d
   
Notice: Uninitialized string offset: 4 in %s on line 28Notice: String offset cast occurred in %s on line %d
   
Notice: Uninitialized string offset: 4 in %s on line 34Notice: Uninitialized string offset: %i in %s on line %d
   
Notice: Uninitialized string offset: 4 in %s on line 38Notice: String offset cast occurred in %s on line %d
   
Notice: Uninitialized string offset: 4 in %s on line 42Notice: Uninitialized string offset: %i in %s on line %d
   
Notice: Uninitialized string offset: 4 in %s on line 46Notice: Uninitialized string offset: 0 in %s on line %d
   
Notice: Uninitialized string offset: 12 in %s on line 52Notice: Uninitialized string offset: 4 in %s on line %d
 
 Notice: Uninitialized string offset: 4 in %s on line %d
 
 Notice: Uninitialized string offset: 4 in %s on line %d
 
 Notice: Uninitialized string offset: 4 in %s on line %d
 
 Notice: Uninitialized string offset: 4 in %s on line %d
 
 Notice: String offset cast occurred in %s on line %d
 
 Notice: Uninitialized string offset: 12 in %s on line %d
 
 Notice: String offset cast occurred in %s on line %d
 
 Notice: Uninitialized string offset: 12 in %s on line %d
 
 Notice: String offset cast occurred in %s on line %d
 
 Notice: String offset cast occurred in %s on line %d
 b  b
 Done  Done

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>