diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-01-09 14:56:24 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-01-09 14:56:24 +0000 |
| commit | 6af0639c92aaf07567d9cdd874ba2d6dfb0eb20c (patch) | |
| tree | 3a97d77c39dac5ed14b186e0203fd3428380b270 /ext/soap/interop/test.utility.php | |
| parent | b9052251e74f0ced91237ac7c4629c3f8d26db85 (diff) | |
| download | php-git-6af0639c92aaf07567d9cdd874ba2d6dfb0eb20c.tar.gz | |
Tests were improved (https:// support)
Diffstat (limited to 'ext/soap/interop/test.utility.php')
| -rw-r--r-- | ext/soap/interop/test.utility.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/soap/interop/test.utility.php b/ext/soap/interop/test.utility.php index bfe176dc93..50f85f1cd8 100644 --- a/ext/soap/interop/test.utility.php +++ b/ext/soap/interop/test.utility.php @@ -1,5 +1,10 @@ <?php +function hex_compare($f1, $f2) +{ + return strcasecmp($f1,$f2) == 0; +} + function number_compare($f1, $f2) { # figure out which has the least fractional digits |
