[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-qa
Subject:    [PHP-QA] Test results
From:       noreply () php ! net
Date:       2002-10-31 19:45:56
[Download RAW message or body]

Automake:
automake (GNU automake) 1.6.1
Written by Tom Tromey <tromey@redhat.com>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Autoconf:
autoconf (GNU Autoconf) 2.52
Written by David J. MacKenzie.

Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libtool:

Bison:
GNU Bison version 1.28

Compiler:
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1161, based on gcc version 3.1 20020420 (prerelease)




=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test array_merge and array_walk \
[/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/001.phpt] Test \
arsort, asort, krsort, ksort, rsort, and sort \
[/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/002.phpt] Test usort, \
uksort and uasort [/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/003.phpt]
 File type functions \
[/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/file/001.phpt] Locale \
settings affecting float parsing \
[/Volumes/Data/Downloads/php-4.3.0pre2/tests/lang/034.phpt] \
=====================================================================


================================================================================
/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/001.phpt
================================================================================

---- EXPECTED OUTPUT
array(10) {
  [0]=>
  string(3) "PHP"
  [1]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [3]=>
  string(4) "test"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [4]=>
  float(-0.33333333333333)
  [5]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
  [6]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
  [7]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
}
 -- Testing array_walk() -- 
int(0)
string(3) "PHP"
int(1)
string(27) "PHP: Hypertext Preprocessor"
int(2)
string(4) "Test"
string(4) "test"
int(27)
int(3)
string(4) "test"
string(11) "-2147483648"
array(2) {
  [0]=>
  string(6) "banana"
  [1]=>
  string(6) "orange"
}
int(4)
float(-0.33333333333333)
int(5)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
int(6)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
int(7)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
---- ACTUAL OUTPUT
array(10) {
  [0]=>
  string(3) "PHP"
  [1]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [3]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [4]=>
  string(6) "monkey"
  [5]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
  [6]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
  [7]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      array(1) {
        [0]=>
        int(0)
      }
    }
  }
}
 -- Testing array_walk() -- 
int(0)
string(3) "PHP"
int(1)
string(27) "PHP: Hypertext Preprocessor"
int(2)
string(4) "Test"
string(4) "test"
int(27)
int(3)
float(-0.33333333333333)
string(11) "-2147483648"
array(2) {
  [0]=>
  string(6) "banana"
  [1]=>
  string(6) "orange"
}
int(4)
string(6) "monkey"
int(5)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
int(6)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
int(7)
array(1) {
  [0]=>
  array(1) {
    [0]=>
    array(1) {
      [0]=>
      int(0)
    }
  }
}
---- FAILED

================================================================================
011-   string(4) "test"
020+   string(6) "monkey"
074+ string(6) "monkey"
================================================================================



================================================================================
/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/002.phpt
================================================================================

---- EXPECTED OUTPUT
-- Testing arsort() -- 
No second argument:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  float(-0.33333333333333)
}
Using SORT_REGULAR:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
  [-2147483648]=>
  float(-0.33333333333333)
}
Using SORT_STRING
array(7) {
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [-2147483648]=>
  float(-0.33333333333333)
}

 -- Testing asort() -- 
No second argument:
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_NUMERIC:
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
}
Using SORT_STRING
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
}

 -- Testing krsort() -- 
No second argument:
array(7) {
  [2147483647]=>
  string(4) "test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [2147483647]=>
  string(4) "test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  [2147483647]=>
  string(4) "test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_STRING
array(7) {
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  float(-0.33333333333333)
}

 -- Testing ksort() -- 
No second argument:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  string(4) "test"
}
Using SORT_REGULAR:
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  string(4) "test"
}
Using SORT_NUMERIC:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  string(4) "test"
}
Using SORT_STRING
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
}

 -- Testing rsort() -- 
No second argument:
array(7) {
  [0]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [1]=>
  int(27)
  [2]=>
  string(4) "test"
  [3]=>
  string(4) "Test"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(3) "PHP"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_REGULAR:
array(7) {
  [0]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [1]=>
  int(27)
  [2]=>
  string(4) "test"
  [3]=>
  string(4) "Test"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(3) "PHP"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  [0]=>
  int(27)
  [1]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [2]=>
  string(3) "PHP"
  [3]=>
  string(27) "PHP: Hypertext Preprocessor"
  [4]=>
  string(4) "Test"
  [5]=>
  string(4) "test"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_STRING
array(7) {
  [0]=>
  string(4) "test"
  [1]=>
  string(4) "Test"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(3) "PHP"
  [4]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [5]=>
  int(27)
  [6]=>
  float(-0.33333333333333)
}

 -- Testing sort() -- 
No second argument:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(3) "PHP"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(4) "Test"
  [4]=>
  string(4) "test"
  [5]=>
  int(27)
  [6]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(3) "PHP"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(4) "Test"
  [4]=>
  string(4) "test"
  [5]=>
  int(27)
  [6]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_NUMERIC:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(4) "test"
  [2]=>
  string(4) "Test"
  [3]=>
  string(27) "PHP: Hypertext Preprocessor"
  [4]=>
  string(3) "PHP"
  [5]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [6]=>
  int(27)
}
Using SORT_STRING
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  int(27)
  [2]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [3]=>
  string(3) "PHP"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [6]=>
  string(4) "test"
}
---- ACTUAL OUTPUT
-- Testing arsort() -- 
No second argument:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [-2147483648]=>
  string(6) "monkey"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_REGULAR:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [-2147483648]=>
  string(6) "monkey"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [-2147483648]=>
  string(6) "monkey"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_STRING
array(7) {
  [-2147483648]=>
  string(6) "monkey"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [2147483647]=>
  float(-0.33333333333333)
}

 -- Testing asort() -- 
No second argument:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [-2147483648]=>
  string(6) "monkey"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [-2147483648]=>
  string(6) "monkey"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_NUMERIC:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [-2147483648]=>
  string(6) "monkey"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
}
Using SORT_STRING
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [-2147483648]=>
  string(6) "monkey"
}

 -- Testing krsort() -- 
No second argument:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  string(6) "monkey"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  string(6) "monkey"
}
Using SORT_NUMERIC:
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [-2147483648]=>
  string(6) "monkey"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_STRING
array(7) {
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [2147483647]=>
  float(-0.33333333333333)
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [0]=>
  string(3) "PHP"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  string(6) "monkey"
}

 -- Testing ksort() -- 
No second argument:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  string(6) "monkey"
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_REGULAR:
array(7) {
  [-2147483648]=>
  string(6) "monkey"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  string(6) "monkey"
  [0]=>
  string(3) "PHP"
  ["test"]=>
  int(27)
  [5]=>
  string(4) "Test"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  float(-0.33333333333333)
}
Using SORT_STRING
array(7) {
  [-2147483648]=>
  string(6) "monkey"
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  float(-0.33333333333333)
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
}

 -- Testing rsort() -- 
No second argument:
array(7) {
  [0]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [1]=>
  int(27)
  [2]=>
  string(6) "monkey"
  [3]=>
  string(4) "Test"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(3) "PHP"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_REGULAR:
array(7) {
  [0]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [1]=>
  int(27)
  [2]=>
  string(6) "monkey"
  [3]=>
  string(4) "Test"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(3) "PHP"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_NUMERIC:
array(7) {
  [0]=>
  int(27)
  [1]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [2]=>
  string(3) "PHP"
  [3]=>
  string(27) "PHP: Hypertext Preprocessor"
  [4]=>
  string(4) "Test"
  [5]=>
  string(6) "monkey"
  [6]=>
  float(-0.33333333333333)
}
Using SORT_STRING
array(7) {
  [0]=>
  string(6) "monkey"
  [1]=>
  string(4) "Test"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(3) "PHP"
  [4]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [5]=>
  int(27)
  [6]=>
  float(-0.33333333333333)
}

 -- Testing sort() -- 
No second argument:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(3) "PHP"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(4) "Test"
  [4]=>
  string(6) "monkey"
  [5]=>
  int(27)
  [6]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_REGULAR:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(3) "PHP"
  [2]=>
  string(27) "PHP: Hypertext Preprocessor"
  [3]=>
  string(4) "Test"
  [4]=>
  string(6) "monkey"
  [5]=>
  int(27)
  [6]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
}
Using SORT_NUMERIC:
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  string(6) "monkey"
  [2]=>
  string(4) "Test"
  [3]=>
  string(27) "PHP: Hypertext Preprocessor"
  [4]=>
  string(3) "PHP"
  [5]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [6]=>
  int(27)
}
Using SORT_STRING
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  int(27)
  [2]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [3]=>
  string(3) "PHP"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [6]=>
  string(6) "monkey"
}
---- FAILED

================================================================================
014-   string(4) "test"
014+   string(6) "monkey"
036-   string(4) "test"
036+   string(6) "monkey"
064-   string(4) "test"
064+   string(6) "monkey"
071-   string(4) "test"
071+   string(6) "monkey"
103-   string(4) "test"
103+   string(6) "monkey"
125-   string(4) "test"
125+   string(6) "monkey"
141-   string(4) "test"
141+   string(6) "monkey"
178-   string(4) "test"
178+   string(6) "monkey"
185-   string(4) "test"
195+   string(6) "monkey"
207-   string(4) "test"
224+   string(6) "monkey"
229-   string(4) "test"
239+   string(6) "monkey"
255-   string(4) "test"
268+   string(6) "monkey"
282+   string(6) "monkey"
292-   string(4) "test"
297+   string(6) "monkey"
314-   string(4) "test"
326+   string(6) "monkey"
336-   string(4) "test"
341+   string(6) "monkey"
354-   string(4) "test"
374-   string(4) "test"
374+   string(6) "monkey"
396-   string(4) "test"
396+   string(6) "monkey"
424-   string(4) "test"
424+   string(6) "monkey"
431-   string(4) "test"
431+   string(6) "monkey"
463-   string(4) "test"
463+   string(6) "monkey"
485-   string(4) "test"
485+   string(6) "monkey"
501-   string(4) "test"
501+   string(6) "monkey"
538-   string(4) "test"
538+   string(6) "monkey"
================================================================================



================================================================================
/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/array/003.phpt
================================================================================

---- EXPECTED OUTPUT
-- Testing uasort() -- 
array(7) {
  [-2147483648]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [2147483647]=>
  string(4) "test"
}

 -- Testing uksort() -- 
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  float(-0.33333333333333)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  string(4) "test"
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
}

 -- Testing usort() -- 
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [2]=>
  int(27)
  [3]=>
  string(3) "PHP"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [6]=>
  string(4) "test"
}
---- ACTUAL OUTPUT
-- Testing uasort() -- 
array(7) {
  [2147483647]=>
  float(-0.33333333333333)
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  ["test"]=>
  int(27)
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [-2147483648]=>
  string(6) "monkey"
}

 -- Testing uksort() -- 
array(7) {
  ["-2147483648"]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [-2147483648]=>
  string(6) "monkey"
  [0]=>
  string(3) "PHP"
  [17]=>
  string(27) "PHP: Hypertext Preprocessor"
  [2147483647]=>
  float(-0.33333333333333)
  [5]=>
  string(4) "Test"
  ["test"]=>
  int(27)
}

 -- Testing usort() -- 
array(7) {
  [0]=>
  float(-0.33333333333333)
  [1]=>
  array(2) {
    [0]=>
    string(6) "banana"
    [1]=>
    string(6) "orange"
  }
  [2]=>
  int(27)
  [3]=>
  string(3) "PHP"
  [4]=>
  string(27) "PHP: Hypertext Preprocessor"
  [5]=>
  string(4) "Test"
  [6]=>
  string(6) "monkey"
}
---- FAILED

================================================================================
021-   string(4) "test"
021+   string(6) "monkey"
034+   string(6) "monkey"
040-   string(4) "test"
067-   string(4) "test"
067+   string(6) "monkey"
================================================================================



================================================================================
/Volumes/Data/Downloads/php-4.3.0pre2/ext/standard/tests/file/001.phpt
================================================================================

---- EXPECTED OUTPUT
test.file does not exist
test.file exists
test.link exists
test.file is not a symlink
test.link is a symlink
test.file exists
test.link lstat and stat differ at element 1
test.link lstat and stat differ at element 2
test.link lstat and stat differ at element 7
test.link lstat and stat differ at element 8
test.link lstat and stat differ at element 9
test.link lstat and stat differ at element 10
test.file is file
test.link is link
test.file permissions are 0744
test.file size is 0
test.file is writeable
test.file is readable
test.file is executable
test.file is a regular file
test.link is a regular file
test.link is not a directory
../file is a directory
test.file is not a directory
test.file does not exist
test.file does not exist
---- ACTUAL OUTPUT
test.file does not exist
test.file exists
test.link exists
test.file is not a symlink
test.link is a symlink
test.file exists
test.link lstat and stat differ at element 1
test.link lstat and stat differ at element 2
test.link lstat and stat differ at element 7
test.link lstat and stat differ at element 8
test.link lstat and stat differ at element 9
test.file is file
test.link is link
test.file permissions are 0744
test.file size is 0
test.file is writeable
test.file is readable
test.file is executable
test.file is a regular file
test.link is a regular file
test.link is not a directory
../file is a directory
test.file is not a directory
test.file does not exist
test.file does not exist
---- FAILED

================================================================================
012- test.link lstat and stat differ at element 10
================================================================================



================================================================================
/Volumes/Data/Downloads/php-4.3.0pre2/tests/lang/034.phpt
================================================================================

---- EXPECTED OUTPUT
3,14
---- ACTUAL OUTPUT
3.14
---- FAILED

================================================================================
001- 3,14
001+ 3.14
================================================================================



================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 4.3.0-pre2

System => Darwin Hun.local. 6.2 Darwin Kernel Version 6.2: Tue Oct  1 14:33:36 PDT \
2002; root:xnu/xnu-344.3.obj~4/RELEASE_PPC  Power Macintosh Build Date => Oct 31 2002 \
14:38:13 Configure Command =>  './configure' '--prefix=/Volumes/Apps/php430' \
'--with-apxs' '--with-pgsql=/Volumes/Apps/pgsql' \
'--with-sybase-ct=/Applications/Sybase/System/OCS-12_5' '--without-mysql' Server API \
=> Command Line Interface Virtual Directory Support => disabled
Configuration File (php.ini) Path => /Volumes/Apps/php430/lib
PHP API => 20020307
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp  


This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies


 _______________________________________________________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => &amp; => &amp;
arg_separator.output => &amp; => &amp;
asp_tags => Off => Off
auto_append_file => no value => no value
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => http://www.php.net/ => http://www.php.net/
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /Volumes/Apps/php430/lib/php/extensions/no-debug-non-zts-20020429 => \
/Volumes/Apps/php430/lib/php/extensions/no-debug-non-zts-20020429 file_uploads => On \
=> On gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/Volumes/Apps/php430/lib/php => .:/Volumes/Apps/php430/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => 0 => 0
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => 1 => 1
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On

xml

XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.2

tokenizer

Tokenizer Support => enabled

sybase_ct

Sybase_CT Support => enabled
Active Persistent Links => 0
Active Links => 0
Application Name => PHP 4.0

Directive => Local Value => Master Value
sybct.allow_persistent => On => On
sybct.hostname => no value => no value
sybct.max_links => Unlimited => Unlimited
sybct.max_persistent => Unlimited => Unlimited
sybct.min_client_severity => 10 => 10
sybct.min_server_severity => 10 => 10

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i 

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => \
a=href,area=href,frame=src,form=,fieldset= user_agent => no value => no value

session

Session Support => enabled
Registered save handlers => files user 

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_dividend => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off

posix

Revision => $Revision: 1.51 $

pgsql

PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.2.3
Multibyte charater support => enabled
SSL support => disabled
Active Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 3.92 11-Sep-2002

overload

User-Space Object Overloading Support => enabled

mbstring

Multibyte Support => enabled
Japanese support => enabled
Multibyte (japanese) regex support => enabled

Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => no value => no value
mbstring.http_output => no value => no value
mbstring.internal_encoding => no value => no value
mbstring.language => no value => no value
mbstring.substitute_character => no value => no value

ctype

ctype functions => enabled

Additional Modules

Module Name

Environment

Variable => Value
PWD => /volumes/data/downloads/php-4.3.0pre2
MAKEFLAGS =>  VENDOR => apple
MFLAGS =>  LD_LIBRARY_PATH => /Volumes/Apps/pgsql/lib
REDIRECT_STATUS => 1
TEST_PHP_EXECUTABLE => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
TERM_PROGRAM => Apple_Terminal
CC => gcc
ANT_HOME => /Volumes/Apps/ant
SYBASE => /Applications/Sybase/System
USER => janos
MACHTYPE => powerpc
SCRIPT_FILENAME => /Volumes/Data/Downloads/php-4.3.0pre2/tests/strings/004.php
PATH_TRANSLATED => /Volumes/Data/Downloads/php-4.3.0pre2/tests/strings/004.php
TERMCAP => ¿ÿØ
LANG => en_US
QUERY_STRING =>  CONTENT_LENGTH =>  HOST => Hun.local.
MAKELEVEL => 1
SHLVL => 3
LOGNAME => janos
GROUP => staff
_ => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
REQUEST_METHOD => GET
SHELL => /bin/sh
DYLD_LIBRARY_PATH => /Applications/Sybase/System/OCS-12_5/lib:/usr/lib
HOSTTYPE => macintosh
TEST_PHP_SRCDIR => /volumes/data/downloads/php-4.3.0pre2
OSTYPE => darwin
TERM => vt100
HOME => /Users/janos
TERM_PROGRAM_VERSION => 81
PATH => /Volumes/Apps/ant/bin:/bin:/sbin:/usr/bin:/usr/sbin
__CF_USER_TEXT_ENCODING => 0x1F5:0:0
CONTENT_TYPE =>  
PHP Variables

Variable => Value
_SERVER["PWD"] => /volumes/data/downloads/php-4.3.0pre2
_SERVER["MAKEFLAGS"] => 
_SERVER["VENDOR"] => apple
_SERVER["MFLAGS"] => 
_SERVER["LD_LIBRARY_PATH"] => /Volumes/Apps/pgsql/lib
_SERVER["REDIRECT_STATUS"] => 1
_SERVER["TEST_PHP_EXECUTABLE"] => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
_SERVER["TERM_PROGRAM"] => Apple_Terminal
_SERVER["CC"] => gcc
_SERVER["ANT_HOME"] => /Volumes/Apps/ant
_SERVER["SYBASE"] => /Applications/Sybase/System
_SERVER["USER"] => janos
_SERVER["MACHTYPE"] => powerpc
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["TERMCAP"] => ¿ÿØ
_SERVER["LANG"] => en_US
_SERVER["QUERY_STRING"] => 
_SERVER["CONTENT_LENGTH"] => 
_SERVER["HOST"] => Hun.local.
_SERVER["MAKELEVEL"] => 1
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => janos
_SERVER["GROUP"] => staff
_SERVER["_"] => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
_SERVER["REQUEST_METHOD"] => GET
_SERVER["SHELL"] => /bin/sh
_SERVER["DYLD_LIBRARY_PATH"] => /Applications/Sybase/System/OCS-12_5/lib:/usr/lib
_SERVER["HOSTTYPE"] => macintosh
_SERVER["TEST_PHP_SRCDIR"] => /volumes/data/downloads/php-4.3.0pre2
_SERVER["OSTYPE"] => darwin
_SERVER["TERM"] => vt100
_SERVER["HOME"] => /Users/janos
_SERVER["TERM_PROGRAM_VERSION"] => 81
_SERVER["PATH"] => /Volumes/Apps/ant/bin:/bin:/sbin:/usr/bin:/usr/sbin
_SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0
_SERVER["CONTENT_TYPE"] => 
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["PWD"] => /volumes/data/downloads/php-4.3.0pre2
_ENV["MAKEFLAGS"] => 
_ENV["VENDOR"] => apple
_ENV["MFLAGS"] => 
_ENV["LD_LIBRARY_PATH"] => /Volumes/Apps/pgsql/lib
_ENV["REDIRECT_STATUS"] => 1
_ENV["TEST_PHP_EXECUTABLE"] => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
_ENV["TERM_PROGRAM"] => Apple_Terminal
_ENV["CC"] => gcc
_ENV["ANT_HOME"] => /Volumes/Apps/ant
_ENV["SYBASE"] => /Applications/Sybase/System
_ENV["USER"] => janos
_ENV["MACHTYPE"] => powerpc
_ENV["SCRIPT_FILENAME"] => \
/Volumes/Data/Downloads/php-4.3.0pre2/tests/strings/004.php _ENV["PATH_TRANSLATED"] \
=> /Volumes/Data/Downloads/php-4.3.0pre2/tests/strings/004.php _ENV["TERMCAP"] => ¿ÿØ
_ENV["LANG"] => en_US
_ENV["QUERY_STRING"] => 
_ENV["CONTENT_LENGTH"] => 
_ENV["HOST"] => Hun.local.
_ENV["MAKELEVEL"] => 1
_ENV["SHLVL"] => 3
_ENV["LOGNAME"] => janos
_ENV["GROUP"] => staff
_ENV["_"] => /volumes/data/downloads/php-4.3.0pre2/sapi/cli/php
_ENV["REQUEST_METHOD"] => GET
_ENV["SHELL"] => /bin/sh
_ENV["DYLD_LIBRARY_PATH"] => /Applications/Sybase/System/OCS-12_5/lib:/usr/lib
_ENV["HOSTTYPE"] => macintosh
_ENV["TEST_PHP_SRCDIR"] => /volumes/data/downloads/php-4.3.0pre2
_ENV["OSTYPE"] => darwin
_ENV["TERM"] => vt100
_ENV["HOME"] => /Users/janos
_ENV["TERM_PROGRAM_VERSION"] => 81
_ENV["PATH"] => /Volumes/Apps/ant/bin:/bin:/sbin:/usr/bin:/usr/sbin
_ENV["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0
_ENV["CONTENT_TYPE"] => 

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file:  LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.


-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic