]> granicus.if.org Git - php/commit
Fix two issues with run-tests.php
authorAnthony Ferrara <ircmaxell@php.net>
Sat, 7 Jul 2012 02:37:50 +0000 (22:37 -0400)
committerAnthony Ferrara <ircmaxell@php.net>
Sat, 7 Jul 2012 02:37:50 +0000 (22:37 -0400)
commit26b37f1792dfaf9b0b30f81e492c8f68b9ece571
tree85c11db463a9f9ed56ab03a22e0632f2c3bd0ef3
parent157ddd95773114c1148536b4b32fcbedf0c79b20
Fix two issues with run-tests.php

1. E_STRICT error due to passing return of array_intersect() into reset() directly
2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters
run-tests.php