Diff for /embedaddon/php/ext/standard/tests/array/array_merge_recursive_variation3.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:03 version 1.1.1.2, 2013/07/22 01:32:05
Line 30  the lazy dog Line 30  the lazy dog
 This is a double quoted string  This is a double quoted string
 EOT;  EOT;
   
// heredoc with diferent whitespaces// heredoc with different whitespaces
 $diff_whitespaces = <<<EOT  $diff_whitespaces = <<<EOT
 hello\r world\t  hello\r world\t
 1111\t\t != 2222\v\v  1111\t\t != 2222\v\v

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


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