Diff for /embedaddon/php/tests/output/ob_start_error_002.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:06 version 1.1.1.2, 2012/05/29 12:34:34
Line 20  var_dump(ob_start("no")); Line 20  var_dump(ob_start("no"));
 echo "done"  echo "done"
 ?>  ?>
 --EXPECTF--  --EXPECTF--
   Warning: ob_start(): class 'nonExistent' not found in %s on line 13
   
   Notice: ob_start(): failed to create buffer in %s on line 13
 bool(false)  bool(false)
   
   Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
   
   Notice: ob_start(): failed to create buffer in %s on line 14
 bool(false)  bool(false)
   
   Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
   
   Notice: ob_start(): failed to create buffer in %s on line 15
 bool(false)  bool(false)
   
   Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
   
   Notice: ob_start(): failed to create buffer in %s on line 16
 bool(false)  bool(false)
 done  
   
   done

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


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