fix test for non English guys

This commit is contained in:
Nuno Lopes 2006-11-09 16:38:28 +00:00
parent 98dd25e04c
commit fb06fa19e3

View file

@ -1,7 +1,12 @@
<?php
if (function_exists('setlocale')) {
setlocale(LC_ALL, 'C');
}
function test($data) {
return strtoupper($data);
}
$data = array(
"PHP",
"1",