Browse Source

MFB: fix test

migration/RELEASE_1_0_0
Nuno Lopes 20 years ago
parent
commit
9b04c0d407
  1. 5
      ext/filter/tests/033_run.inc

5
ext/filter/tests/033_run.inc

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

Loading…
Cancel
Save