php-5.2.13/php_test_results_20100307_0044
[email protected] (Adrian Toth)
| Newsgroups | php.qa.reports |
|---|---|
| Message-ID | <[email protected]> |
-- Adrian Toth
php_test_results_20100307_0044.txt
(text/plain, 85.8 KB)
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Curl_multi_getcontent() basic test with different sources (local file/http) [ext/curl/tests/curl_multi_getcontent_basic3.phpt]
Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $modify. [ext/date/tests/DateTime_modify_variation1.phpt]
Test date_modify() function : usage variation - Passing unexpected values to second argument $format. [ext/date/tests/date_modify_variation2.phpt]
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Test imagecolorallocate() function : usage variations - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
mhash() test [ext/mhash/tests/001.phpt]
mhash_keygen_s2k() test [ext/mhash/tests/003.phpt]
Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) [ext/pdo_mysql/tests/bug41125.phpt]
Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug44327.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
gethostbyname() function - basic invalid parameter test [ext/standard/tests/network/gethostbyname_basic002.phpt]
gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 48
Exts tested : 31
---------------------------------------------------------------------
Number of tests : 8944 6778
Tests skipped : 2166 ( 24.2%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 17 ( 0.2%) ( 0.3%)
Expected fail : 4 ( 0.0%) ( 0.1%)
Tests passed : 6757 ( 75.5%) ( 99.7%)
---------------------------------------------------------------------
Time taken : 997 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Curl_multi_getcontent() basic test with different sources (local file/http) [ext/curl/tests/curl_multi_getcontent_basic3.phpt]
Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $modify. [ext/date/tests/DateTime_modify_variation1.phpt]
Test date_modify() function : usage variation - Passing unexpected values to second argument $format. [ext/date/tests/date_modify_variation2.phpt]
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Test imagecolorallocate() function : usage variations - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
mhash() test [ext/mhash/tests/001.phpt]
mhash_keygen_s2k() test [ext/mhash/tests/003.phpt]
Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) [ext/pdo_mysql/tests/bug41125.phpt]
Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug44327.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
gethostbyname() function - basic invalid parameter test [ext/standard/tests/network/gethostbyname_basic002.phpt]
gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
================================================================================
/home/totha/tmp/php-5.2.13/Zend/tests/bug45877.phpt
================================================================================
array(2) {
[2147483647]=>
int(1)
[-2147483648]=>
int(1)
}
================================================================================
001+ array(2) {
001- array(3) {
006- ["%d8"]=>
007- int(1)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/curl/tests/curl_multi_getcontent_basic3.phpt
================================================================================
CURL2
================================================================================
001+ CURL2
001- User-agent: *
002- Disallow: /backend/
003- Disallow: /distributions/
004- Disallow: /stats/
005- Disallow: /source.php
006- Disallow: /search.php
007- Disallow: /mod.php
008- Disallow: /manual/add-note.php
009- CURL2
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.phpt
================================================================================
*** Testing DateTime::modify() : usage variation - unexpected values to first argument $modify***
-- int 0 --
Warning: DateTime::modify(): Failed to parse time string (0) at position 0 (0): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- int 1 --
Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- int 12345 --
Warning: DateTime::modify(): Failed to parse time string (12345) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- int -12345 --
Warning: DateTime::modify(): Failed to parse time string (-12345) at position 5 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- float 10.5 --
NULL
-- float -10.5 --
Warning: DateTime::modify(): Failed to parse time string (-10.5) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- float .5 --
NULL
-- empty array --
Warning: DateTime::modify() expects parameter 1 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- int indexed array --
Warning: DateTime::modify() expects parameter 1 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- associative array --
Warning: DateTime::modify() expects parameter 1 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- nested arrays --
Warning: DateTime::modify() expects parameter 1 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- uppercase NULL --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- lowercase null --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- lowercase true --
Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- lowercase false --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- uppercase TRUE --
Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- uppercase FALSE --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- empty string DQ --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- empty string SQ --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- string DQ --
Warning: DateTime::modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- string SQ --
Warning: DateTime::modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- mixed case string --
Warning: DateTime::modify(): Failed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- heredoc --
Warning: DateTime::modify(): Failed to parse time string (hello world) at position 0 (h): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- instance of classWithToString --
Warning: DateTime::modify(): Failed to parse time string (Class A object) at position 0 (C): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- instance of classWithoutToString --
Warning: DateTime::modify() expects parameter 1 to be string, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- undefined var --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- unset var --
Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
-- resource --
Warning: DateTime::modify() expects parameter 1 to be string, resource given in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
bool(false)
===DONE===
================================================================================
004- NULL
005+ Warning: DateTime::modify(): Failed to parse time string (0) at position 0 (0): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
006+ bool(false)
007+
007- NULL
010+ Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
011+ bool(false)
012+
010- NULL
013- NULL
015+ Warning: DateTime::modify(): Failed to parse time string (12345) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
016+ bool(false)
017+
019+
020+ Warning: DateTime::modify(): Failed to parse time string (-12345) at position 5 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
021+ bool(false)
019- NULL
027+
028+ Warning: DateTime::modify(): Failed to parse time string (-10.5) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
029+ bool(false)
045- NULL
048- NULL
051- NULL
054- NULL
056+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
057+ bool(false)
058+
057- NULL
060- NULL
061+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
062+ bool(false)
063+
063- NULL
066+ Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
067+ bool(false)
068+
066- NULL
069- NULL
071+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
072+ bool(false)
073+
072- NULL
075- NULL
076+ Warning: DateTime::modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
077+ bool(false)
078+
078- NULL
081+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
082+ bool(false)
083+
081- NULL
086+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
087+ bool(false)
088+
089- NULL
091+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
092+ bool(false)
093+
092- NULL
096+ Warning: DateTime::modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
097+ bool(false)
098+
101+ Warning: DateTime::modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
102+ bool(false)
103+
106+ Warning: DateTime::modify(): Failed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
107+ bool(false)
108+
111+ Warning: DateTime::modify(): Failed to parse time string (hello world) at position 0 (h): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
112+ bool(false)
113+
115+
116+ Warning: DateTime::modify(): Failed to parse time string (Class A object) at position 0 (C): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
117+ bool(false)
126+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
127+ bool(false)
128+
130+
131+ Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/DateTime_modify_variation1.php on line 99
132+ bool(false)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.phpt
================================================================================
*** Testing date_modify() : usage variation - unexpected values to second argument $format***
-- int 0 --
Warning: date_modify(): Failed to parse time string (0) at position 0 (0): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- int 1 --
Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- int 12345 --
Warning: date_modify(): Failed to parse time string (12345) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- int -12345 --
Warning: date_modify(): Failed to parse time string (-12345) at position 5 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- float 10.5 --
NULL
-- float -10.5 --
Warning: date_modify(): Failed to parse time string (-10.5) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- float .5 --
NULL
-- empty array --
Warning: date_modify() expects parameter 2 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- int indexed array --
Warning: date_modify() expects parameter 2 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- associative array --
Warning: date_modify() expects parameter 2 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- nested arrays --
Warning: date_modify() expects parameter 2 to be string, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- uppercase NULL --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- lowercase null --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- lowercase true --
Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- lowercase false --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- uppercase TRUE --
Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- uppercase FALSE --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- empty string DQ --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- empty string SQ --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- string DQ --
Warning: date_modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- string SQ --
Warning: date_modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- mixed case string --
Warning: date_modify(): Failed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- heredoc --
Warning: date_modify(): Failed to parse time string (hello world) at position 0 (h): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- instance of classWithToString --
Warning: date_modify(): Failed to parse time string (Class A object) at position 0 (C): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- instance of classWithoutToString --
Warning: date_modify() expects parameter 2 to be string, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- undefined var --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- unset var --
Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
-- resource --
Warning: date_modify() expects parameter 2 to be string, resource given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
bool(false)
===DONE===
================================================================================
004- NULL
005+ Warning: date_modify(): Failed to parse time string (0) at position 0 (0): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
006+ bool(false)
007+
007- NULL
010+ Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
011+ bool(false)
012+
010- NULL
013- NULL
015+ Warning: date_modify(): Failed to parse time string (12345) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
016+ bool(false)
017+
019+
020+ Warning: date_modify(): Failed to parse time string (-12345) at position 5 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
021+ bool(false)
019- NULL
027+
028+ Warning: date_modify(): Failed to parse time string (-10.5) at position 4 (5): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
029+ bool(false)
045- NULL
048- NULL
051- NULL
054- NULL
056+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
057+ bool(false)
058+
057- NULL
060- NULL
061+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
062+ bool(false)
063+
063- NULL
066+ Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
067+ bool(false)
068+
066- NULL
069- NULL
071+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
072+ bool(false)
073+
072- NULL
075- NULL
076+ Warning: date_modify(): Failed to parse time string (1) at position 0 (1): Unexpected character in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
077+ bool(false)
078+
078- NULL
081+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
082+ bool(false)
083+
081- NULL
086+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
087+ bool(false)
088+
089- NULL
091+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
092+ bool(false)
093+
092- NULL
096+ Warning: date_modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
097+ bool(false)
098+
101+ Warning: date_modify(): Failed to parse time string (string) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
102+ bool(false)
103+
106+ Warning: date_modify(): Failed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
107+ bool(false)
108+
111+ Warning: date_modify(): Failed to parse time string (hello world) at position 0 (h): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
112+ bool(false)
113+
115+
116+ Warning: date_modify(): Failed to parse time string (Class A object) at position 0 (C): The timezone could not be found in the database in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
117+ bool(false)
126+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
127+ bool(false)
128+
130+
131+ Warning: date_modify(): Failed to parse time string () at position 0 ( in /home/totha/tmp/php-5.2.13/ext/date/tests/date_modify_variation2.php on line 99
132+ bool(false)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.phpt
================================================================================
*** Testing date_sunrise() : usage variation ***
--int 0--
bool(false)
bool(false)
bool(false)
--int 1--
bool(false)
bool(false)
bool(false)
--int 12345--
string(5) "09:51"
float(9.8551717588325)
int(1218169278)
--int -12345--
string(5) "09:54"
float(9.9097820911087)
int(1218169475)
--empty array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--int indexed array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--associative array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--nested arrays--
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--uppercase NULL--
bool(false)
bool(false)
bool(false)
--lowercase null--
bool(false)
bool(false)
bool(false)
--lowercase true--
bool(false)
bool(false)
bool(false)
--lowercase false--
bool(false)
bool(false)
bool(false)
--uppercase TRUE--
bool(false)
bool(false)
bool(false)
--uppercase FALSE--
bool(false)
bool(false)
bool(false)
--empty string DQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--empty string SQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--string DQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--string SQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--mixed case string--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--heredoc--
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--instance of classWithToString--
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--instance of classWithoutToString--
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /home/totha/tmp/php-5.2.13/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--undefined var--
bool(false)
bool(false)
bool(false)
--unset var--
bool(false)
bool(false)
bool(false)
===DONE===
================================================================================
020+ float(9.9097820911087)
020- float(9.9097820911118)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/filter/tests/046.phpt
================================================================================
bool(true)
int(-2147483648)
bool(true)
================================================================================
002+ int(-2147483648)
002- bool(false)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/gd/tests/imagecolorallocate_variation4.phpt
================================================================================
*** Testing imagecolorallocate() : usage variations ***
--float 10.5--
int(657930)
--float -10.5--
int(657910)
--float 10.1234567e10--
bool(false)
--float 10.7654321E-10--
int(657920)
--float .5--
int(657920)
--empty array--
int(657920)
--int indexed array--
int(657921)
--associative array--
int(657921)
--nested arrays--
int(657921)
--uppercase NULL--
int(657920)
--lowercase null--
int(657920)
--lowercase true--
int(657921)
--lowercase false--
int(657920)
--uppercase TRUE--
int(657921)
--uppercase FALSE--
int(657920)
--empty string DQ--
int(657920)
--empty string SQ--
int(657920)
--string DQ--
int(657920)
--string SQ--
int(657920)
--mixed case string--
int(657920)
--heredoc--
int(657920)
--instance of classWithToString--
Notice: Object of class classWithToString could not be converted to int in /home/totha/tmp/php-5.2.13/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)
--instance of classWithoutToString--
Notice: Object of class classWithoutToString could not be converted to int in /home/totha/tmp/php-5.2.13/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)
--undefined var--
int(657920)
--unset var--
int(657920)
--file resource--
int(657925)
===DONE===
================================================================================
010+ bool(false)
010- int(657919)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/mhash/tests/001.phpt
================================================================================
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL192
ok
MHASH_HAVAL224
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ë
à0T»\9"
MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ë
à0T»\9"
MHASH_CRC32
ok
MHASH_CRC32B
ok
================================================================================
025+ MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ë
026+ à0T»\9"
027+ MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ë
à0T»\9"
025- MHASH_TIGER
026- ok
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/mhash/tests/003.phpt
================================================================================
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL224: string(200) "5c4aff3d825ad608f608c8eae779ee3868610bc60a98f3d770b311a6677c797fc2dadcab71dde0c0191e068397ab297f0ae5cbbc6cbcd0c78ca8470c42401f6b77e81dc2ba8d51930ff982760335324fb850ac2d30b73514004c096d60472d320e0ec349"
MHASH_HAVAL224: string(200) "5c4aff3d825ad608f608c8eae779ee3868610bc60a98f3d770b311a6677c797fc2dadcab71dde0c0191e068397ab297f0de5cbbc6cbcd0c78ca8470c42401f6b77e81dc2ba8d51930ff982760335324fb850ac2d30b73514004c096d60472d320e0ec349"
MHASH_HAVAL192
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER
ok
MHASH_CRC32: string(200) "481c40148c26185f9a59ef18e86f51c5d2d0315b46711d22ae08c1ccdd669fe956c817380815e3a545f6ee453c9da48d1d994dbc3ac8ba85a572108412f06b2a16b1489cda75b118e82f7d9bdfdb68336957bbf19e4a3f76750a6985a53dd557229dfcf3"
MHASH_CRC32: string(200) "481c40148c26185f9a59ef18e86f51c5d2d0315b46711d22ae08c1ccdd669fe956c817380815e3a545f6ee453c9da48d1d994dbc3ac8ba85a572108412f06b2a16b1489cda75b118e82f7d9bdfdb68336957bbf19e4a3f76750d6985a53dd557229dfcf3"
MHASH_CRC32B
ok
================================================================================
010+ MHASH_HAVAL224: string(200) "5c4aff3d825ad608f608c8eae779ee3868610bc60a98f3d770b311a6677c797fc2dadcab71dde0c0191e068397ab297f0ae5cbbc6cbcd0c78ca8470c42401f6b77e81dc2ba8d51930ff982760335324fb850ac2d30b73514004c096d60472d320e0ec349"
011+ MHASH_HAVAL224: string(200) "5c4aff3d825ad608f608c8eae779ee3868610bc60a98f3d770b311a6677c797fc2dadcab71dde0c0191e068397ab297f0de5cbbc6cbcd0c78ca8470c42401f6b77e81dc2ba8d51930ff982760335324fb850ac2d30b73514004c096d60472d320e0ec349"
010- MHASH_HAVAL224
011- ok
028+ MHASH_CRC32: string(200) "481c40148c26185f9a59ef18e86f51c5d2d0315b46711d22ae08c1ccdd669fe956c817380815e3a545f6ee453c9da48d1d994dbc3ac8ba85a572108412f06b2a16b1489cda75b118e82f7d9bdfdb68336957bbf19e4a3f76750a6985a53dd557229dfcf3"
029+ MHASH_CRC32: string(200) "481c40148c26185f9a59ef18e86f51c5d2d0315b46711d22ae08c1ccdd669fe956c817380815e3a545f6ee453c9da48d1d994dbc3ac8ba85a572108412f06b2a16b1489cda75b118e82f7d9bdfdb68336957bbf19e4a3f76750d6985a53dd557229dfcf3"
028- MHASH_CRC32
029- ok
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug41125.phpt
================================================================================
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/home/totha/tmp...')
#3 {main}
thrown in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc on line 36
================================================================================
001+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/home/totha/tmp...')
006+ #3 {main}
007+ thrown in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc on line 36
001- 1
002- 00000
003- -------------------------------------------------------
004- [1] Query: [[SELECT 1 FROM DUAL WHERE 1 = '?\'\'']]
005-
006- 00000
007- --------
008- [2] Query: [[SELECT 'a\'0' FROM DUAL WHERE 1 = ?]]
009- a'0
010- 00000
011- --------
012- [3] Query: [[SELECT 'a', 'b\'' FROM DUAL WHERE '''' LIKE '\'' AND ?]]
013- a - b'
014- 00000
015- --------
016- [4] Query: [[SELECT 'foo?bar', '', '''' FROM DUAL WHERE ?]]
017- foo?bar - - '
018- 00000
019- --------
020- Query: [[SELECT upper(:id) FROM DUAL WHERE '1']]
021- O'\0
022- 00000
023- -------------------------------------------------------
024- [1] Query: [[SELECT 1, 'foo' FROM DUAL WHERE 1 = :id AND '\0' IS NULL AND 2 <> :id]]
025-
026- 00000
027- --------
028- [2] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '' AND 2 <> :id]]
029-
030- 00000
031- --------
032- [3] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '\'\'' = '''' AND 2 <> :id]]
033-
034- 00000
035- --------
036- [4] Query: [[SELECT 1 FROM DUAL WHERE 1 = :id AND '\'' = '''' AND 2 <> :id]]
037- 1
038- 00000
039- --------
040- [5] Query: [[SELECT 'a', 'b\'' FROM DUAL WHERE '''' LIKE '\'' AND 1]]
041- a - b'
042- 00000
043- --------
044- [6] Query: [[SELECT 'a''', '\'b\'' FROM DUAL WHERE '''' LIKE '\'' AND 1]]
045- a' - 'b'
046- 00000
047- --------
048- [7] Query: [[SELECT UPPER(:id) FROM DUAL WHERE '1']]
049- 1
050- 00000
051- --------
052- [8] Query: [[SELECT 1 FROM DUAL WHERE '\'']]
053-
054- 00000
055- --------
056- [9] Query: [[SELECT 1 FROM DUAL WHERE :id AND '\0' OR :id]]
057- 1
058- 00000
059- --------
060- [10] Query: [[SELECT 1 FROM DUAL WHERE 'a\f\n\0' AND 1 >= :id]]
061-
062- 00000
063- --------
064- [11] Query: [[SELECT 1 FROM DUAL WHERE '\'' = '''']]
065- 1
066- 00000
067- --------
068- [12] Query: [[SELECT '\n' '1 FROM DUAL WHERE '''' and :id']]
069-
070- 1 FROM DUAL WHERE '' and :id
071- 00000
072- --------
073- [13] Query: [[SELECT 1 'FROM DUAL WHERE :id AND '''' = '''' OR 1 = 1 AND ':id]]
074- 1
075- 00000
076- --------
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug44327.phpt
================================================================================
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/home/totha/tmp...')
#3 {main}
thrown in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc on line 36
================================================================================
001+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /home/totha/tmp/php-5.2.13/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/home/totha/tmp...')
006+ #3 {main}
007+ thrown in /home/totha/tmp/php-5.2.13/ext/pdo/tests/pdo_test.inc on line 36
001- object(PDORow)#%d (2) {
002- ["queryString"]=>
003- string(17) "SELECT 1 AS "one""
004- ["one"]=>
005- string(1) "1"
006- }
007- string(1) "1"
008- string(1) "1"
009- string(17) "SELECT 1 AS "one""
010- ----------------------------------
011- object(PDORow)#%d (2) {
012- ["queryString"]=>
013- string(19) "SELECT id FROM test"
014- ["id"]=>
015- string(1) "1"
016- }
017- string(19) "SELECT id FROM test"
018- ----------------------------------
019-
020- Notice: Trying to get property of non-object in %s on line %d
021- NULL
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/standard/tests/array/array_pad_variation2.phpt
================================================================================
*** Testing array_pad() : passing non integer values to $pad_size argument ***
-- Iteration 1 --
array(10) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(1)
[3]=>
int(1)
[4]=>
int(1)
[5]=>
int(1)
[6]=>
int(1)
[7]=>
int(1)
[8]=>
int(1)
[9]=>
int(1)
}
-- Iteration 2 --
array(10) {
[0]=>
int(1)
[1]=>
int(1)
[2]=>
int(1)
[3]=>
int(1)
[4]=>
int(1)
[5]=>
int(1)
[6]=>
int(1)
[7]=>
int(1)
[8]=>
int(1)
[9]=>
int(2)
}
-- Iteration 3 --
Warning: array_pad(): You may only pad up to 1048576 elements at a time in /home/totha/tmp/php-5.2.13/ext/standard/tests/array/array_pad_variation2.php on line 81
bool(false)
-- Iteration 4 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 5 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 6 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 7 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 8 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 9 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 10 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 11 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 12 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 13 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 14 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 15 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 16 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 17 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 18 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 19 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 20 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 21 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 22 --
Notice: Object of class classA could not be converted to int in /home/totha/tmp/php-5.2.13/ext/standard/tests/array/array_pad_variation2.php on line 81
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 23 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 24 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
Done
================================================================================
053+ array(2) {
054+ [0]=>
055+ int(1)
056+ [1]=>
057+ int(2)
058+ }
053-
054- Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
055- bool(false)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/standard/tests/general_functions/proc_open02.phpt
================================================================================
bool(true)
array(8) {
["command"]=>
string(28) "/usr/bin/nohup /bin/sleep 50"
["pid"]=>
int(20393)
["running"]=>
bool(false)
["signaled"]=>
bool(true)
["stopped"]=>
bool(false)
["exitcode"]=>
int(-1)
["termsig"]=>
int(1)
["stopsig"]=>
int(0)
}
bool(false)
array(8) {
["command"]=>
string(28) "/usr/bin/nohup /bin/sleep 50"
["pid"]=>
int(20393)
["running"]=>
bool(false)
["signaled"]=>
bool(false)
["stopped"]=>
bool(false)
["exitcode"]=>
int(-1)
["termsig"]=>
int(0)
["stopsig"]=>
int(0)
}
Done!
================================================================================
008+ bool(false)
009+ ["signaled"]=>
009- ["signaled"]=>
010- bool(false)
016+ int(1)
016- int(0)
020+ bool(false)
020- bool(true)
029+ bool(false)
029- bool(true)
035+ int(0)
035- int(15)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/standard/tests/general_functions/var_export_basic3.phpt
================================================================================
*** Testing var_export() with valid float values ***
*** Output for float values ***
-- Iteration: 2147483647 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: -2147483648 --
2147483648
2147483648
string(10) "2147483648"
-- Iteration: -0x80000001 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: 0x800000001 --
34359738369
34359738369
string(11) "34359738369"
-- Iteration: 020000000001 --
2147483649
2147483649
string(10) "2147483649"
-- Iteration: -020000000001 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: 0.0 --
0
0
string(1) "0"
-- Iteration: -0.1 --
-0.1
-0.1
string(4) "-0.1"
-- Iteration: 10.0000000000000000005 --
10
10
string(2) "10"
-- Iteration: 10.5e+5 --
1050000
1050000
string(7) "1050000"
-- Iteration: 1e5 --
100000
100000
string(6) "100000"
-- Iteration: 1e-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"
-- Iteration: 1e+5 --
100000
100000
string(6) "100000"
-- Iteration: 1E5 --
100000
100000
string(6) "100000"
-- Iteration: 1E+5 --
100000
100000
string(6) "100000"
-- Iteration: 1E-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"
-- Iteration: .5e+7 --
5000000
5000000
string(7) "5000000"
-- Iteration: .6e-19 --
6.0E-20
6.0E-20
string(7) "6.0E-20"
-- Iteration: .05E+44 --
5.0E+42
5.0E+42
string(7) "5.0E+42"
-- Iteration: .0034E-30 --
3.4E-33
3.4E-33
string(7) "3.4E-33"
===DONE===
================================================================================
005+ -- Iteration: 2147483647 --
005- -- Iteration: -2147483649 --
011+ -- Iteration: -2147483648 --
011- -- Iteration: 2147483648 --
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/standard/tests/network/gethostbyname_basic002.phpt
================================================================================
bool(false)
================================================================================
001+ bool(false)
001- bool(true)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/standard/tests/network/gethostbyname_error004.phpt
================================================================================
bool(false)
================================================================================
001+ bool(false)
001- bool(true)
================================================================================
================================================================================
/home/totha/tmp/php-5.2.13/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.6
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not started
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] XML_ERR_NAME_REQUIRED
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(0) {
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
================================================================================
174+ [Error] Processing Instruction not started
175+ Encoding: UTF-16BE
176+ XML Prologue: present
177+ Chunk size: 1 byte(s)
178+ BOM: prepended
179+ [Error] XML_ERR_NAME_REQUIRED
180+ Encoding: UTF-16BE
181+ XML Prologue: not present
182+ Chunk size: 1 byte(s)
183+ BOM: prepended
184+ [Error] XML_ERR_NAME_REQUIRED
185+ Encoding: UTF-16LE
186+ XML Prologue: present
187+ Chunk size: 1 byte(s)
188+ BOM: not prepended
189+ array(0) {
174- array(3) {
175- [0]=>
176- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177- [1]=>
178- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179- [2]=>
180- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
182- Encoding: UTF-16BE
186- array(3) {
187- [0]=>
188- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189- [1]=>
190- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191- [2]=>
192- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
193- }
194- Encoding: UTF-16BE
191+ Encoding: UTF-16LE
195+ array(0) {
196+ }
197+ Encoding: UTF-16LE
198- array(3) {
199- [0]=>
200- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201- [1]=>
202- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203- [2]=>
204- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
201+ array(0) {
206- Encoding: UTF-16LE
207- XML Prologue: present
208- Chunk size: 1 byte(s)
209- BOM: not prepended
210- array(3) {
211- [0]=>
212- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
213- [1]=>
214- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
215- [2]=>
216- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
217- }
218- Encoding: UTF-16LE
219- XML Prologue: present
220- Chunk size: 1 byte(s)
221- BOM: prepended
222- array(3) {
223- [0]=>
224- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
225- [1]=>
226- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
227- [2]=>
228- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
229- }
230- Encoding: UTF-16LE
231- XML Prologue: not present
232- Chunk size: 1 byte(s)
233- BOM: prepended
234- array(3) {
235- [0]=>
236- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
237- [1]=>
238- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
239- [2]=>
240- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
241- }
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux node2 2.6.31-1-686 #1 SMP Sun Nov 15 20:39:33 UTC 2009 i686
Autoconf:
Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
Copyright (C) 2008 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.
System Libtool:
ltmain.sh (GNU libtool) 2.2.6b
Written by Gordon Matzigkeit <[email protected]>, 1996
Copyright (C) 2008 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.
Compiler:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.2-4' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.2 (Debian 4.4.2-4)
Bison:
Libraries:
linux-gate.so.1 => (0x4001e000)
libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0x4002e000)
libz.so.1 => /usr/lib/libz.so.1 (0x40060000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0x40076000)
libmhash.so.2 => /usr/lib/libmhash.so.2 (0x4007f000)
libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x400bb000)
libltdl.so.7 => /usr/lib/libltdl.so.7 (0x400e8000)
libpng12.so.0 => /lib/libpng12.so.0 (0x400f0000)
libresolv.so.2 => /lib/i686/cmov/libresolv.so.2 (0x40114000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0x4012a000)
libcurl.so.4 => /usr/lib/libcurl.so.4 (0x4012e000)
libmysqlclient.so.16 => /usr/lib/libmysqlclient.so.16 (0x40179000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0x40375000)
libnsl.so.1 => /lib/i686/cmov/libnsl.so.1 (0x4038e000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0x403a6000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x403cc000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0x404f5000)
/lib/ld-linux.so.2 (0x40000000)
libidn.so.11 => /usr/lib/libidn.so.11 (0x4063c000)
libssh2.so.1 => /usr/lib/libssh2.so.1 (0x4066d000)
liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x40691000)
libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x4069e000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x406e2000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0x40710000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0x40757000)
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x408af000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x40924000)
libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x4093b000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x409d3000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x40a85000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x40aa9000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x40aac000)
libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x40ab3000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x40ab6000)
libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x40aba000)
User's E-mail: adrian dot toth at t-systems dot com
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.13
System => Linux node2 2.6.31-1-686 #1 SMP Sun Nov 15 20:39:33 UTC 2009 i686
Build Date => Mar 7 2010 01:39:00
Configure Command => './configure' '--with-apxs2=/usr/bin/apxs2' '--with-mcrypt' '--with-mysql' '--with-pcre-dir' '--with-pdo-mysql' '--enable-zip' '--enable-mbstring' '--with-mhash' '--with-gd' '--with-curl' '--enable-bcmath' '--with-libxml-dir=/usr/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => /usr/local/lib/php.ini
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => php, file, data, http, ftp, zip
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
_______________________________________________________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => Off => Off
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
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_classes => no value => no value
disable_functions => no value => no value
display_errors => STDERR => STDERR
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
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 => 6143 => 6143
expose_php => On => On
extension_dir => ./ => ./
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => On => On
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => Off => Off
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
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
serialize_precision => 100 => 100
short_open_tag => Off => Off
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 => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
bcmath
BCMath support => enabled
ctype
ctype functions => enabled
curl
cURL support => enabled
cURL Information => libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 libssh2/1.2.1
date
date/time support => enabled
"Olson" Timezone Database Version => 2010.2
Timezone Database => internal
Default timezone => Europe/Berlin
Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.6
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
filter
Input Validation and Filtering => enabled
Revision => $Revision: 293051 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
hash
hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support => enabled
iconv implementation => glibc
iconv library version => 2.10.2
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1
json
json support => enabled
json version => 1.2.1
libxml
libXML support => active
libXML Version => 2.7.6
libXML streams => enabled
mbstring
Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 4.4.4
Multibyte regex (oniguruma) backtrack check => On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
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 => pass => pass
mbstring.http_output => pass => pass
mbstring.internal_encoding => no value => no value
mbstring.language => neutral => neutral
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value
mcrypt
mcrypt support => enabled
Version => 2.5.8
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value
mhash
MHASH support => Enabled
MHASH API Version => 20060101
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.1.41
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib -lmysqlclient
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 7.9 2009-04-11
Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000
PDO
PDO support => enabled
PDO drivers => sqlite, mysql, sqlite2
pdo_mysql
PDO Driver for MySQL, client library version => 5.1.41
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
SQLite Library => 3.3.7
posix
Revision => $Revision: 293036 $
Reflection
Reflection => enabled
Version => $Id: php_reflection.c 293850 2010-01-22 14:21:17Z jani $
session
Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => Off => Off
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_httponly => Off => Off
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_divisor => 1000 => 1000
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 5 => 5
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 293036 $
Schema support => enabled
SPL
SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
SQLite
SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
SQLite Library => 2.8.17
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
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,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.6
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
zip
Zip => enabled
Extension Version => $Id: php_zip.c 293036 2010-01-03 09:23:27Z sebastian $
Zip version => 1.8.11
Libzip version => 0.9.0
Additional Modules
Module Name
Environment
Variable => Value
MAVEN_OPTS => -Xms256m -Xmx512m
USER => totha
SSH_CLIENT => deleted
MAIL => /var/mail/totha
SHLVL => 1
HOME => /home/totha
OLDPWD => /home/totha
TEST_PHP_SRCDIR => /home/totha/tmp/php-5.2.13
SSH_TTY => deleted
XDG_SESSION_COOKIE => 45858b2fe652c751912868404aed749b-1267915929.532824-1519702409
MAKEFLAGS =>
LOGNAME => totha
_ => /usr/bin/make
TEST_PHP_EXECUTABLE => /home/totha/tmp/php-5.2.13/sapi/cli/php
TERM => xterm
HISTCONTROL => ignoreboth
PATH => /home/totha/local/apache-maven-2.2.1/bin:/home/totha/local/jdk1.6.0_18/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
MAKELEVEL => 1
LANG => en_US.UTF-8
LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK => deleted
SHELL => /bin/bash
M2 => /home/totha/local/apache-maven-2.2.1/bin
PWD => /home/totha/tmp/php-5.2.13
JAVA_HOME => /home/totha/local/jdk1.6.0_18
SSH_CONNECTION => deleted
M2_HOME => /home/totha/local/apache-maven-2.2.1
MFLAGS =>
CC => gcc
PHP Variables
Variable => Value
_SERVER["MAVEN_OPTS"] => -Xms256m -Xmx512m
_SERVER["USER"] => totha
_SERVER["SSH_CLIENT"] => deleted
_SERVER["MAIL"] => /var/mail/totha
_SERVER["SHLVL"] => 1
_SERVER["HOME"] => /home/totha
_SERVER["OLDPWD"] => /home/totha
_SERVER["TEST_PHP_SRCDIR"] => /home/totha/tmp/php-5.2.13
_SERVER["SSH_TTY"] => deleted
_SERVER["XDG_SESSION_COOKIE"] => 45858b2fe652c751912868404aed749b-1267915929.532824-1519702409
_SERVER["MAKEFLAGS"] =>
_SERVER["LOGNAME"] => totha
_SERVER["_"] => /usr/bin/make
_SERVER["TEST_PHP_EXECUTABLE"] => /home/totha/tmp/php-5.2.13/sapi/cli/php
_SERVER["TERM"] => xterm
_SERVER["HISTCONTROL"] => ignoreboth
_SERVER["PATH"] => /home/totha/local/apache-maven-2.2.1/bin:/home/totha/local/jdk1.6.0_18/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
_SERVER["MAKELEVEL"] => 1
_SERVER["LANG"] => en_US.UTF-8
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["SHELL"] => /bin/bash
_SERVER["M2"] => /home/totha/local/apache-maven-2.2.1/bin
_SERVER["PWD"] => /home/totha/tmp/php-5.2.13
_SERVER["JAVA_HOME"] => /home/totha/local/jdk1.6.0_18
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["M2_HOME"] => /home/totha/local/apache-maven-2.2.1
_SERVER["MFLAGS"] =>
_SERVER["CC"] => gcc
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1267923791
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
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 [email protected].