| Newsgroups |
php.qa.reports |
| Message-ID |
<[email protected]> |
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #43128 (Very long class name causes segfault) [Zend/tests/bug43128.phpt]
Zend Multibyte and UTF-16 BOM [Zend/tests/multibyte/multibyte_encoding_003.phpt]
easter_date() [ext/calendar/tests/easter_date.phpt]
unixtojd() [ext/calendar/tests/unixtojd.phpt]
curl_setopt() basic parameter test [ext/curl/tests/curl_setopt_error.phpt]
timezone_abbreviations_list() tests [ext/date/tests/010.phpt]
Test DateTimeZone::listAbbreviations() function : basic functionality [ext/date/tests/DateTimeZone_listAbbreviations_basic1.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]
Test timezone_abbreviations_list() function : basic functionality [ext/date/tests/timezone_abbreviations_list_basic1.phpt]
DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write) [ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt]
Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt]
Test imagecolorallocate() function : usage variations - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36) [ext/gmp/tests/bug50283.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 posix_times() function : basic functionality [ext/posix/tests/posix_times_basic.phpt]
unset($_SESSION["name"]); should work [ext/session/tests/027.phpt]
Test session_decode() function : basic functionality [ext/session/tests/session_decode_basic.phpt]
Test session_decode() function : error functionality [ext/session/tests/session_decode_error2.phpt]
Test session_decode() function : variation [ext/session/tests/session_decode_variation1.phpt]
Test session_encode() function : error functionality [ext/session/tests/session_encode_error2.phpt]
Test session_module_name() function : variation [ext/session/tests/session_module_name_variation4.phpt]
Test session_register() function : basic functionality [ext/session/tests/session_register_basic.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation1.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation3.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation4.phpt]
Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation4.phpt]
Test session_start() function : variation [ext/session/tests/session_start_variation6.phpt]
Test session_unregister() function : variation [ext/session/tests/session_unregister_variation1.phpt]
SimpleXML: XPath [ext/simplexml/tests/008.phpt]
Bug #31422 (No Error-Logging on SoapServer-Side) [ext/soap/tests/bugs/bug31422.phpt]
Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data) [ext/soap/tests/bugs/bug44811.phpt]
ext/sockets - socket_strerror - basic test [ext/sockets/tests/socket_strerror.phpt]
sysvmsg functions on non-existing queue [ext/sysvmsg/tests/005.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]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
Bug #39863 (file_exists() silently truncates after a null byte) [ext/standard/tests/file/bug39863.phpt]
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 31
Exts tested : 48
---------------------------------------------------------------------
Number of tests : 9031 7644
Tests skipped : 1387 ( 15.4%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 37 ( 0.4%) ( 0.5%)
Expected fail : 4 ( 0.0%) ( 0.1%)
Tests passed : 7603 ( 84.2%) ( 99.5%)
---------------------------------------------------------------------
Time taken : 1242 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #43128 (Very long class name causes segfault) [Zend/tests/bug43128.phpt]
Zend Multibyte and UTF-16 BOM [Zend/tests/multibyte/multibyte_encoding_003.phpt]
easter_date() [ext/calendar/tests/easter_date.phpt]
unixtojd() [ext/calendar/tests/unixtojd.phpt]
curl_setopt() basic parameter test [ext/curl/tests/curl_setopt_error.phpt]
timezone_abbreviations_list() tests [ext/date/tests/010.phpt]
Test DateTimeZone::listAbbreviations() function : basic functionality [ext/date/tests/DateTimeZone_listAbbreviations_basic1.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]
Test timezone_abbreviations_list() function : basic functionality [ext/date/tests/timezone_abbreviations_list_basic1.phpt]
DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write) [ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt]
Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt]
Test imagecolorallocate() function : usage variations - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36) [ext/gmp/tests/bug50283.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 posix_times() function : basic functionality [ext/posix/tests/posix_times_basic.phpt]
unset($_SESSION["name"]); should work [ext/session/tests/027.phpt]
Test session_decode() function : basic functionality [ext/session/tests/session_decode_basic.phpt]
Test session_decode() function : error functionality [ext/session/tests/session_decode_error2.phpt]
Test session_decode() function : variation [ext/session/tests/session_decode_variation1.phpt]
Test session_encode() function : error functionality [ext/session/tests/session_encode_error2.phpt]
Test session_module_name() function : variation [ext/session/tests/session_module_name_variation4.phpt]
Test session_register() function : basic functionality [ext/session/tests/session_register_basic.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation1.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation3.phpt]
Test session_register() function : variation [ext/session/tests/session_register_variation4.phpt]
Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation4.phpt]
Test session_start() function : variation [ext/session/tests/session_start_variation6.phpt]
Test session_unregister() function : variation [ext/session/tests/session_unregister_variation1.phpt]
SimpleXML: XPath [ext/simplexml/tests/008.phpt]
Bug #31422 (No Error-Logging on SoapServer-Side) [ext/soap/tests/bugs/bug31422.phpt]
Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data) [ext/soap/tests/bugs/bug44811.phpt]
ext/sockets - socket_strerror - basic test [ext/sockets/tests/socket_strerror.phpt]
sysvmsg functions on non-existing queue [ext/sysvmsg/tests/005.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]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
Bug #39863 (file_exists() silently truncates after a null byte) [ext/standard/tests/file/bug39863.phpt]
=====================================================================
================================================================================
/usr/src/php-5.2.17/Zend/tests/bug43128.phpt
================================================================================
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10485761 bytes) in /usr/src/php-5.2.17/Zend/tests/bug43128.php(5) : eval()'d code on line 1
================================================================================
001+ Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10485761 bytes) in /usr/src/php-5.2.17/Zend/tests/bug43128.php(5) : eval()'d code on line 1
001- ok
================================================================================
================================================================================
/usr/src/php-5.2.17/Zend/tests/multibyte/multibyte_encoding_003.phpt
================================================================================
Hello World
===DONE===
================================================================================
001+ Hello World
002+ ===DONE===
001- H[0x0]e[0x0]l[0x0]l[0x0]o[0x0] [0x0]W[0x0]o[0x0]r[0x0]l[0x0]d[0x0]
002- [0x0]=[0x0]=[0x0]=[0x0]D[0x0]O[0x0]N[0x0]E[0x0]=[0x0]=[0x0]=
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/calendar/tests/easter_date.phpt
================================================================================
2000-04-22
2001-04-14
2002-03-30
Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in /usr/src/php-5.2.17/ext/calendar/tests/easter_date.php on line 5
1970-01-01
================================================================================
001+ 2000-04-22
002+ 2001-04-14
003+ 2002-03-30
001- 2000-04-23
002- 2001-04-15
003- 2002-03-31
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/calendar/tests/unixtojd.phpt
================================================================================
2440588
2452162
2453926
================================================================================
002+ 2452162
002- 2452161
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.phpt
================================================================================
*** curl_setopt() call with incorrect parameters
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 4
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 5
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 7
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 8
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 9
Warning: Wrong parameter count for curl_setopt() in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 10
Warning: curl_setopt(): supplied argument is not a valid cURL handle resource in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 13
Warning: curl_setopt(): Invalid curl configuration option in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 14
Warning: curl_setopt(): Invalid curl configuration option in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 16
================================================================================
016+
017+ Warning: curl_setopt(): Invalid curl configuration option in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 14
018+
019+ Warning: curl_setopt(): Invalid curl configuration option in /usr/src/php-5.2.17/ext/curl/tests/curl_setopt_error.php on line 16
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/date/tests/010.phpt
================================================================================
array(76) {
[0]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(16) "America/New_York"
}
[1]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Antigua"
}
[2]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(16) "America/Atikokan"
}
[3]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(21) "America/Cambridge_Bay"
}
[4]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "America/Cancun"
}
[5]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "America/Cayman"
}
[6]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Chicago"
}
[7]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(21) "America/Coral_Harbour"
}
[8]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Detroit"
}
[9]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(18) "America/Fort_Wayne"
}
[10]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(18) "America/Grand_Turk"
}
[11]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(28) "America/Indiana/Indianapolis"
}
[12]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(20) "America/Indiana/Knox"
}
[13]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(23) "America/Indiana/Marengo"
}
[14]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(26) "America/Indiana/Petersburg"
}
[15]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(25) "America/Indiana/Tell_City"
}
[16]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(21) "America/Indiana/Vevay"
}
[17]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(25) "America/Indiana/Vincennes"
}
[18]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(23) "America/Indiana/Winamac"
}
[19]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(20) "America/Indianapolis"
}
[20]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Iqaluit"
}
[21]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Jamaica"
}
[22]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(27) "America/Kentucky/Louisville"
}
[23]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(27) "America/Kentucky/Monticello"
}
[24]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Knox_IN"
}
[25]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(18) "America/Louisville"
}
[26]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Managua"
}
[27]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(17) "America/Menominee"
}
[28]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "America/Merida"
}
[29]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Moncton"
}
[30]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(16) "America/Montreal"
}
[31]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "America/Nassau"
}
[32]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Nipigon"
}
[33]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "America/Panama"
}
[34]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(19) "America/Pangnirtung"
}
[35]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(22) "America/Port-au-Prince"
}
[36]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(20) "America/Rankin_Inlet"
}
[37]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(16) "America/Resolute"
}
[38]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(21) "America/Santo_Domingo"
}
[39]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(19) "America/Thunder_Bay"
}
[40]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "America/Toronto"
}
[41]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(14) "Canada/Eastern"
}
[42]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(3) "EST"
}
[43]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(7) "EST5EDT"
}
[44]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(7) "Jamaica"
}
[45]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(10) "US/Central"
}
[46]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(15) "US/East-Indiana"
}
[47]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(10) "US/Eastern"
}
[48]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(17) "US/Indiana-Starke"
}
[49]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(-18000)
["timezone_id"]=>
string(11) "US/Michigan"
}
[50]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(13) "Australia/ACT"
}
[51]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(18) "Australia/Brisbane"
}
[52]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(18) "Australia/Canberra"
}
[53]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(16) "Australia/Currie"
}
[54]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(16) "Australia/Hobart"
}
[55]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(13) "Australia/LHI"
}
[56]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(18) "Australia/Lindeman"
}
[57]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(19) "Australia/Lord_Howe"
}
[58]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(19) "Australia/Melbourne"
}
[59]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(13) "Australia/NSW"
}
[60]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(20) "Australia/Queensland"
}
[61]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(16) "Australia/Sydney"
}
[62]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(18) "Australia/Tasmania"
}
[63]=>
array(3) {
["dst"]=>
bool(false)
["offset"]=>
int(36000)
["timezone_id"]=>
string(18) "Australia/Victoria"
}
[64]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(19) "Australia/Melbourne"
}
[65]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(13) "Australia/ACT"
}
[66]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(18) "Australia/Brisbane"
}
[67]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(18) "Australia/Canberra"
}
[68]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(16) "Australia/Currie"
}
[69]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(16) "Australia/Hobart"
}
[70]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(18) "Australia/Lindeman"
}
[71]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(13) "Australia/NSW"
}
[72]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(20) "Australia/Queensland"
}
[73]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(16) "Australia/Sydney"
}
[74]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(18) "Australia/Tasmania"
}
[75]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(39600)
["timezone_id"]=>
string(18) "Australia/Victoria"
}
}
Done
================================================================================
001+ array(76) {
001- array(71) {
144+ string(25) "America/Indiana/Tell_City"
144- string(21) "America/Indiana/Vevay"
153+ string(21) "America/Indiana/Vevay"
153- string(25) "America/Indiana/Vincennes"
162+ string(25) "America/Indiana/Vincennes"
162- string(23) "America/Indiana/Winamac"
171+ string(23) "America/Indiana/Winamac"
171- string(20) "America/Indianapolis"
180+ string(20) "America/Indianapolis"
180- string(15) "America/Iqaluit"
189+ string(15) "America/Iqaluit"
189- string(15) "America/Jamaica"
198+ string(15) "America/Jamaica"
198- string(27) "America/Kentucky/Louisville"
207+ string(27) "America/Kentucky/Louisville"
207- string(27) "America/Kentucky/Monticello"
216+ string(27) "America/Kentucky/Monticello"
216- string(15) "America/Knox_IN"
225+ string(15) "America/Knox_IN"
225- string(18) "America/Louisville"
234+ string(18) "America/Louisville"
234- string(15) "America/Managua"
243+ string(15) "America/Managua"
243- string(17) "America/Menominee"
252+ string(17) "America/Menominee"
252- string(14) "America/Merida"
261+ string(14) "America/Merida"
261- string(16) "America/Montreal"
270+ string(15) "America/Moncton"
270- string(14) "America/Nassau"
279+ string(16) "America/Montreal"
279- string(15) "America/Nipigon"
288+ string(14) "America/Nassau"
288- string(14) "America/Panama"
297+ string(15) "America/Nipigon"
297- string(19) "America/Pangnirtung"
306+ string(14) "America/Panama"
306- string(22) "America/Port-au-Prince"
315+ string(19) "America/Pangnirtung"
315- string(20) "America/Rankin_Inlet"
324+ string(22) "America/Port-au-Prince"
324- string(21) "America/Santo_Domingo"
333+ string(20) "America/Rankin_Inlet"
333- string(19) "America/Thunder_Bay"
342+ string(16) "America/Resolute"
342- string(15) "America/Toronto"
351+ string(21) "America/Santo_Domingo"
351- string(14) "Canada/Eastern"
360+ string(19) "America/Thunder_Bay"
360- string(3) "EST"
369+ string(15) "America/Toronto"
369- string(7) "EST5EDT"
378+ string(14) "Canada/Eastern"
378- string(7) "Jamaica"
387+ string(3) "EST"
387- string(10) "US/Central"
396+ string(7) "EST5EDT"
396- string(15) "US/East-Indiana"
405+ string(7) "Jamaica"
405- string(10) "US/Eastern"
414+ string(10) "US/Central"
414- string(17) "US/Indiana-Starke"
423+ string(15) "US/East-Indiana"
423- string(11) "US/Michigan"
430+ int(-18000)
430- int(36000)
432+ string(10) "US/Eastern"
432- string(13) "Australia/ACT"
439+ int(-18000)
439- int(36000)
441+ string(17) "US/Indiana-Starke"
441- string(18) "Australia/Brisbane"
448+ int(-18000)
448- int(36000)
450+ string(11) "US/Michigan"
450- string(18) "Australia/Canberra"
459+ string(13) "Australia/ACT"
459- string(16) "Australia/Currie"
468+ string(18) "Australia/Brisbane"
468- string(16) "Australia/Hobart"
477+ string(18) "Australia/Canberra"
477- string(18) "Australia/Lindeman"
486+ string(16) "Australia/Currie"
486- string(19) "Australia/Melbourne"
495+ string(16) "Australia/Hobart"
495- string(13) "Australia/NSW"
504+ string(13) "Australia/LHI"
504- string(20) "Australia/Queensland"
513+ string(18) "Australia/Lindeman"
513- string(16) "Australia/Sydney"
522+ string(19) "Australia/Lord_Howe"
522- string(18) "Australia/Tasmania"
531+ string(19) "Australia/Melbourne"
531- string(18) "Australia/Victoria"
536+ bool(false)
536- bool(true)
538+ int(36000)
538- int(39600)
540+ string(13) "Australia/NSW"
540- string(19) "Australia/Melbourne"
545+ bool(false)
545- bool(true)
547+ int(36000)
547- int(39600)
549+ string(20) "Australia/Queensland"
549- string(13) "Australia/ACT"
554+ bool(false)
554- bool(true)
556+ int(36000)
556- int(39600)
558+ string(16) "Australia/Sydney"
558- string(18) "Australia/Brisbane"
563+ bool(false)
563- bool(true)
565+ int(36000)
565- int(39600)
567+ string(18) "Australia/Tasmania"
567- string(18) "Australia/Canberra"
572+ bool(false)
573+ ["offset"]=>
574+ int(36000)
575+ ["timezone_id"]=>
576+ string(18) "Australia/Victoria"
572- bool(true)
573- ["offset"]=>
574- int(39600)
575- ["timezone_id"]=>
576- string(16) "Australia/Currie"
585+ string(19) "Australia/Melbourne"
585- string(16) "Australia/Hobart"
594+ string(13) "Australia/ACT"
594- string(18) "Australia/Lindeman"
603+ string(18) "Australia/Brisbane"
603- string(13) "Australia/NSW"
612+ string(18) "Australia/Canberra"
612- string(20) "Australia/Queensland"
621+ string(16) "Australia/Currie"
621- string(16) "Australia/Sydney"
630+ string(16) "Australia/Hobart"
630- string(18) "Australia/Tasmania"
639+ string(18) "Australia/Lindeman"
639- string(18) "Australia/Victoria"
641+ [71]=>
642+ array(3) {
641- }
642- Done
643+ ["dst"]=>
644+ bool(true)
645+ ["offset"]=>
646+ int(39600)
647+ ["timezone_id"]=>
648+ string(13) "Australia/NSW"
649+ }
650+ [72]=>
651+ array(3) {
652+ ["dst"]=>
653+ bool(true)
654+ ["offset"]=>
655+ int(39600)
656+ ["timezone_id"]=>
657+ string(20) "Australia/Queensland"
658+ }
659+ [73]=>
660+ array(3) {
661+ ["dst"]=>
662+ bool(true)
663+ ["offset"]=>
664+ int(39600)
665+ ["timezone_id"]=>
666+ string(16) "Australia/Sydney"
667+ }
668+ [74]=>
669+ array(3) {
670+ ["dst"]=>
671+ bool(true)
672+ ["offset"]=>
673+ int(39600)
674+ ["timezone_id"]=>
675+ string(18) "Australia/Tasmania"
676+ }
677+ [75]=>
678+ array(3) {
679+ ["dst"]=>
680+ bool(true)
681+ ["offset"]=>
682+ int(39600)
683+ ["timezone_id"]=>
684+ string(18) "Australia/Victoria"
685+ }
686+ }
687+ Done
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt
================================================================================
*** Testing DateTimeZone::listAbbreviations() : basic functionality ***
string(5) "array"
int(399)
-- Format a sample entry --
array(4) {
[0]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(18) "America/Porto_Acre"
}
[1]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(16) "America/Eirunepe"
}
[2]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(18) "America/Rio_Branco"
}
[3]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(11) "Brazil/Acre"
}
}
===DONE===
================================================================================
003+ int(399)
003- int(338)
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/DateTime_modify_variation1.php on line 99
132+ bool(false)
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_modify_variation2.php on line 99
132+ bool(false)
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /usr/src/php-5.2.17/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /usr/src/php-5.2.17/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)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/date/tests/timezone_abbreviations_list_basic1.phpt
================================================================================
*** Testing timezone_abbreviations_list() : basic functionality ***
string(5) "array"
int(399)
-- Format a sample entry --
array(4) {
[0]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(18) "America/Porto_Acre"
}
[1]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(16) "America/Eirunepe"
}
[2]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(18) "America/Rio_Branco"
}
[3]=>
array(3) {
["dst"]=>
bool(true)
["offset"]=>
int(-14400)
["timezone_id"]=>
string(11) "Brazil/Acre"
}
}
===DONE===
================================================================================
003+ int(399)
003- int(338)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
================================================================================
validateOnParse set to FALSE:
** ERROR: process timed out **
================================================================================
002- No Error Report Above
003- validateOnParse set to TRUE:
003+ ** ERROR: process timed out **
005- Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line %d
006-
007- Warning: DOMDocument::loadXML(): Element body content does not follow the DTD, expecting (p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | noscript | ins | del | script)*, got (div div div div div NYPHP) in Entity, line: %d in %s on line %d
008- Error Report Above
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/gd/tests/bug48555.phpt
================================================================================
Top without line-break: -15
Top with line-break: -15
================================================================================
001+ Top without line-break: -15
002+ Top with line-break: -15
001- Top without line-break: -14
002- Top with line-break: -14
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/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)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/gmp/tests/bug50283.phpt
================================================================================
Warning: gmp_strval(): Bad base for conversion: -36 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 3
Decimal: 71915494046709, -36-based:
Decimal: 71915494046709, 36-based: phpiscool
Warning: gmp_strval(): Bad base for conversion: -1 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 5
Decimal: 71915494046709, -1-based:
Warning: gmp_strval(): Bad base for conversion: 1 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 6
Decimal: 71915494046709, 1-based:
Warning: gmp_strval(): Bad base for conversion: -37 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 7
Decimal: 71915494046709, -37-based:
Warning: gmp_strval(): Bad base for conversion: 37 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 8
Decimal: 71915494046709, 37-based:
Warning: gmp_strval(): Bad base for conversion: 62 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 9
Decimal: 71915494046709, 62-based:
Warning: gmp_strval(): Bad base for conversion: 63 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 10
Decimal: 71915494046709, 63-based:
Warning: gmp_strval(): Bad base for conversion: 62 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 11
Base 32 and 62-based:
================================================================================
001+ Warning: gmp_strval(): Bad base for conversion: -36 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 3
002+ Decimal: 71915494046709, -36-based:
001- Decimal: 71915494046709, -36-based: PHPISCOOL
012- Decimal: 71915494046709, 37-based: KHKATELJF
013- Decimal: 71915494046709, 62-based: KQ6yq741
013+
014+ Warning: gmp_strval(): Bad base for conversion: 37 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 8
015+ Decimal: 71915494046709, 37-based:
016+
017+ Warning: gmp_strval(): Bad base for conversion: 62 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 9
018+ Decimal: 71915494046709, 62-based:
018- Base 32 and 62-based: 1NHkAcdIiD
023+
024+ Warning: gmp_strval(): Bad base for conversion: 62 in /usr/src/php-5.2.17/ext/gmp/tests/bug50283.php on line 11
025+ Base 32 and 62-based:
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /usr/src/php-5.2.17/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/usr/src/php-5....')
#3 {main}
thrown in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /usr/src/php-5.2.17/ext/pdo_mysql/tests/bug41125.php(5): PDOTest::test_factory('/usr/src/php-5....')
006+ #3 {main}
007+ thrown in /usr/src/php-5.2.17/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- --------
================================================================================
================================================================================
/usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc:36
Stack trace:
#0 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
#2 /usr/src/php-5.2.17/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/usr/src/php-5....')
#3 {main}
thrown in /usr/src/php-5.2.17/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 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc:36
002+ Stack trace:
003+ #0 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(36): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /usr/src/php-5.2.17/ext/pdo/tests/pdo_test.inc(83): PDOTest::factory()
005+ #2 /usr/src/php-5.2.17/ext/pdo_mysql/tests/bug44327.php(4): PDOTest::test_factory('/usr/src/php-5....')
006+ #3 {main}
007+ thrown in /usr/src/php-5.2.17/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
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/posix/tests/posix_times_basic.phpt
================================================================================
Basic test of POSIX times function
array(5) {
["ticks"]=>
int(-802449477)
["utime"]=>
int(1)
["stime"]=>
int(0)
["cutime"]=>
int(0)
["cstime"]=>
int(0)
}
===DONE====
================================================================================
004+ int(-802449477)
004- int(%d)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/027.phpt
================================================================================
array(0) {
}
array(1) {
["name"]=>
string(3) "foo"
}
array(1) {
["name"]=>
&string(3) "foo"
}
array(0) {
}
array(0) {
}
================================================================================
009+ &string(3) "foo"
009- string(3) "foo"
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_decode_basic.phpt
================================================================================
*** Testing session_decode() : basic functionality ***
bool(true)
-- Iteration 1 --
bool(true)
array(1) {
["data"]=>
&int(0)
}
-- Iteration 2 --
bool(true)
array(1) {
["data"]=>
int(1)
}
-- Iteration 3 --
bool(true)
array(1) {
["data"]=>
&int(12345)
}
-- Iteration 4 --
bool(true)
array(1) {
["data"]=>
int(-2345)
}
-- Iteration 5 --
bool(true)
array(1) {
["data"]=>
&float(10.5)
}
-- Iteration 6 --
bool(true)
array(1) {
["data"]=>
float(-10.5)
}
-- Iteration 7 --
bool(true)
array(1) {
["data"]=>
&float(123456789000)
}
-- Iteration 8 --
bool(true)
array(1) {
["data"]=>
float(1.23456789E-9)
}
-- Iteration 9 --
bool(true)
array(1) {
["data"]=>
&float(0.5)
}
-- Iteration 10 --
bool(true)
array(1) {
["data"]=>
NULL
}
-- Iteration 11 --
bool(true)
array(1) {
["data"]=>
&NULL
}
-- Iteration 12 --
bool(true)
array(1) {
["data"]=>
bool(true)
}
-- Iteration 13 --
bool(true)
array(1) {
["data"]=>
&bool(false)
}
-- Iteration 14 --
bool(true)
array(1) {
["data"]=>
bool(true)
}
-- Iteration 15 --
bool(true)
array(1) {
["data"]=>
&bool(false)
}
-- Iteration 16 --
bool(true)
array(1) {
["data"]=>
string(0) ""
}
-- Iteration 17 --
bool(true)
array(1) {
["data"]=>
&string(0) ""
}
-- Iteration 18 --
bool(true)
array(1) {
["data"]=>
string(7) "Nothing"
}
-- Iteration 19 --
bool(true)
array(1) {
["data"]=>
&string(7) "Nothing"
}
-- Iteration 20 --
bool(true)
array(1) {
["data"]=>
string(12) "Hello World!"
}
-- Iteration 21 --
bool(true)
array(1) {
["data"]=>
&object(classA)#2 (0) {
}
}
-- Iteration 22 --
bool(true)
array(1) {
["data"]=>
NULL
}
-- Iteration 23 --
bool(true)
array(1) {
["data"]=>
&NULL
}
-- Iteration 24 --
bool(true)
array(1) {
["data"]=>
int(0)
}
bool(true)
Done
================================================================================
008+ &int(0)
008- int(0)
022+ &int(12345)
022- int(12345)
036+ &float(10.5)
036- float(10.5)
050+ &float(123456789000)
050- float(123456789000)
064+ &float(0.5)
064- float(0.5)
078+ &NULL
078- NULL
092+ &bool(false)
092- bool(false)
106+ &bool(false)
106- bool(false)
120+ &string(0) ""
120- string(0) ""
134+ &string(7) "Nothing"
134- string(7) "Nothing"
148+ &object(classA)#2 (0) {
148- object(classA)#2 (0) {
163+ &NULL
163- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_decode_error2.phpt
================================================================================
*** Testing session_decode() : error functionality ***
bool(true)
-- Iteration 0 --
bool(true)
array(0) {
}
-- Iteration 1 --
bool(true)
array(0) {
}
-- Iteration 2 --
bool(true)
array(0) {
}
-- Iteration 3 --
bool(true)
array(0) {
}
-- Iteration 4 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 5 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 6 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 7 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 8 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 9 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 10 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 11 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 12 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 13 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 14 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 15 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 16 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 17 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 18 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 19 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 20 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 21 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 22 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 23 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 24 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 25 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 26 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 27 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 28 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 29 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 30 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 31 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 32 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 33 --
bool(true)
array(1) {
["foo"]=>
&NULL
}
-- Iteration 34 --
bool(true)
array(1) {
["foo"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 35 --
bool(true)
array(1) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 36 --
bool(true)
array(1) {
["foo"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 37 --
bool(true)
array(1) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 38 --
bool(true)
array(1) {
["foo"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 39 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&NULL
}
-- Iteration 40 --
bool(true)
array(2) {
["foo"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&NULL
}
-- Iteration 41 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&NULL
}
-- Iteration 42 --
bool(true)
array(2) {
["foo"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&NULL
}
-- Iteration 43 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 44 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 45 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 46 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 47 --
bool(true)
array(2) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
-- Iteration 48 --
bool(true)
array(3) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["blah"]=>
&NULL
}
-- Iteration 49 --
bool(true)
array(3) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["blah"]=>
&NULL
}
-- Iteration 50 --
bool(true)
array(3) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["blah"]=>
&NULL
}
-- Iteration 51 --
bool(true)
array(3) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["blah"]=>
&NULL
}
bool(true)
Done
================================================================================
028+ &NULL
028- NULL
035+ &NULL
035- NULL
042+ &NULL
042- NULL
049+ &NULL
049- NULL
056+ &NULL
056- NULL
063+ &NULL
063- NULL
070+ &NULL
070- NULL
077+ &NULL
077- NULL
084+ &NULL
084- NULL
091+ &NULL
091- NULL
098+ &NULL
098- NULL
105+ &NULL
105- NULL
112+ &NULL
112- NULL
119+ &NULL
119- NULL
126+ &NULL
126- NULL
133+ &NULL
133- NULL
140+ &NULL
140- NULL
147+ &NULL
147- NULL
154+ &NULL
154- NULL
161+ &NULL
161- NULL
168+ &NULL
168- NULL
175+ &NULL
175- NULL
182+ &NULL
182- NULL
189+ &NULL
189- NULL
196+ &NULL
196- NULL
203+ &NULL
203- NULL
210+ &NULL
210- NULL
217+ &NULL
217- NULL
224+ &NULL
224- NULL
231+ &NULL
231- NULL
252+ &array(3) {
252- array(3) {
280+ &array(3) {
280- array(3) {
308+ &array(3) {
308- array(3) {
317+ &NULL
317- NULL
333+ &NULL
333- NULL
340+ &array(3) {
340- array(3) {
349+ &NULL
349- NULL
365+ &NULL
365- NULL
381+ array(3) {
381- &array(3) {
427+ array(3) {
427- &array(3) {
473+ array(3) {
473- &array(3) {
505+ &NULL
505- NULL
521+ array(3) {
521- &array(3) {
530+ &NULL
530- NULL
555+ &NULL
555- NULL
571+ array(3) {
571- &array(3) {
580+ &NULL
580- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_decode_variation1.phpt
================================================================================
*** Testing session_decode() : variation ***
bool(true)
bool(true)
array(3) {
["foo"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["guff"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
["blah"]=>
&array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
}
bool(true)
array(3) {
["foo"]=>
&array(0) {
}
["guff"]=>
&array(0) {
}
["blah"]=>
&array(0) {
}
}
bool(true)
array(3) {
["foo"]=>
&array(0) {
}
["guff"]=>
&array(0) {
}
["blah"]=>
&array(0) {
}
}
bool(true)
array(3) {
["foo"]=>
&array(0) {
}
["guff"]=>
&array(0) {
}
["blah"]=>
&array(0) {
}
}
bool(true)
array(3) {
["foo"]=>
&array(0) {
}
["guff"]=>
&array(0) {
}
["blah"]=>
&array(0) {
}
}
bool(true)
Done
================================================================================
036+ &array(0) {
036- &array(3) {
037- [0]=>
038- int(1)
039- [1]=>
040- int(2)
041- [2]=>
042- int(3)
039+ &array(0) {
042+ &array(0) {
045- &array(3) {
046- [0]=>
047- int(1)
048- [1]=>
049- int(2)
050- [2]=>
051- int(3)
048+ &array(0) {
051+ &array(0) {
054+ &array(0) {
054- &array(3) {
055- [0]=>
056- int(1)
057- [1]=>
058- int(2)
059- [2]=>
060- int(3)
060+ &array(0) {
063+ &array(0) {
066+ &array(0) {
066- &array(3) {
067- [0]=>
068- int(1)
069- [1]=>
070- int(2)
071- [2]=>
072- int(3)
072+ &array(0) {
075+ &array(0) {
075- &array(3) {
076- [0]=>
077- int(1)
078- [1]=>
079- int(2)
080- [2]=>
081- int(3)
078+ &array(0) {
084- &array(3) {
085- [0]=>
086- int(1)
087- [1]=>
088- int(2)
089- [2]=>
090- int(3)
096- &array(3) {
097- [0]=>
098- int(1)
099- [1]=>
100- int(2)
101- [2]=>
102- int(3)
105- &array(3) {
106- [0]=>
107- int(1)
108- [1]=>
109- int(2)
110- [2]=>
111- int(3)
114- &array(3) {
115- [0]=>
116- int(1)
117- [1]=>
118- int(2)
119- [2]=>
120- int(3)
126- &array(3) {
127- [0]=>
128- int(1)
129- [1]=>
130- int(2)
131- [2]=>
132- int(3)
135- &array(3) {
136- [0]=>
137- int(1)
138- [1]=>
139- int(2)
140- [2]=>
141- int(3)
144- &array(3) {
145- [0]=>
146- int(1)
147- [1]=>
148- int(2)
149- [2]=>
150- int(3)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_encode_error2.phpt
================================================================================
*** Testing session_encode() : error functionality ***
-- Iteration 1 --
bool(true)
Notice: session_encode(): Skipping numeric key 0 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 2 --
bool(true)
Notice: session_encode(): Skipping numeric key 1 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 3 --
bool(true)
Notice: session_encode(): Skipping numeric key 12345 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 4 --
bool(true)
Notice: session_encode(): Skipping numeric key -2345 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 5 --
bool(true)
Notice: session_encode(): Skipping numeric key 10 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 6 --
bool(true)
Notice: session_encode(): Skipping numeric key -10 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 7 --
bool(true)
Notice: session_encode(): Skipping numeric key -2147483648 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 8 --
bool(true)
Notice: session_encode(): Skipping numeric key 0 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 9 --
bool(true)
Notice: session_encode(): Skipping numeric key 0 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 10 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 11 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 12 --
bool(true)
Notice: session_encode(): Skipping numeric key 1 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 13 --
bool(true)
Notice: session_encode(): Skipping numeric key 0 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 14 --
bool(true)
Notice: session_encode(): Skipping numeric key 1 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 15 --
bool(true)
Notice: session_encode(): Skipping numeric key 0 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
-- Iteration 16 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 17 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 18 --
bool(true)
string(28) "Nothing|s:12:"Hello World!";"
bool(true)
-- Iteration 19 --
bool(true)
string(28) "Nothing|s:12:"Hello World!";"
bool(true)
-- Iteration 20 --
bool(true)
bool(false)
bool(true)
-- Iteration 21 --
bool(true)
Warning: Illegal offset type in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 82
bool(false)
bool(true)
-- Iteration 22 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 23 --
bool(true)
string(21) "|s:12:"Hello World!";"
bool(true)
-- Iteration 24 --
bool(true)
Strict Standards: Resource ID#5 used as offset, casting to integer (5) in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 82
Notice: session_encode(): Skipping numeric key 5 in /usr/src/php-5.2.17/ext/session/tests/session_encode_error2.php on line 83
bool(false)
bool(true)
Done
================================================================================
126+ bool(false)
126- string(33) "Hello World!|s:12:"Hello World!";"
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_module_name_variation4.phpt
================================================================================
*** Testing session_module_name() : variation ***
array(3) {
["Blah"]=>
string(12) "Hello World!"
["Foo"]=>
bool(false)
["Guff"]=>
int(1234567890)
}
NULL
array(3) {
["Blah"]=>
&string(12) "Hello World!"
["Foo"]=>
&bool(false)
["Guff"]=>
&int(1234567890)
}
bool(true)
array(0) {
}
bool(true)
================================================================================
014+ &string(12) "Hello World!"
014- string(12) "Hello World!"
016+ &bool(false)
016- bool(false)
018+ &int(1234567890)
018- int(1234567890)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_register_basic.phpt
================================================================================
*** Testing session_register() : basic functionality ***
-- Iteration 1 --
bool(true)
bool(true)
array(1) {
["0"]=>
&NULL
}
bool(true)
-- Iteration 2 --
bool(true)
bool(true)
array(1) {
["1"]=>
&NULL
}
bool(true)
-- Iteration 3 --
bool(true)
bool(true)
array(1) {
["12345"]=>
&NULL
}
bool(true)
-- Iteration 4 --
bool(true)
bool(true)
array(1) {
["-2345"]=>
&NULL
}
bool(true)
-- Iteration 5 --
bool(true)
bool(true)
array(1) {
["10.5"]=>
&NULL
}
bool(true)
-- Iteration 6 --
bool(true)
bool(true)
array(1) {
["-10.5"]=>
&NULL
}
bool(true)
-- Iteration 7 --
bool(true)
bool(true)
array(1) {
["123456789000"]=>
&NULL
}
bool(true)
-- Iteration 8 --
bool(true)
bool(true)
array(1) {
["1.23456789E-9"]=>
&NULL
}
bool(true)
-- Iteration 9 --
bool(true)
bool(true)
array(1) {
["0.5"]=>
&NULL
}
bool(true)
-- Iteration 10 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 11 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 12 --
bool(true)
bool(true)
array(1) {
["1"]=>
&NULL
}
bool(true)
-- Iteration 13 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 14 --
bool(true)
bool(true)
array(1) {
["1"]=>
&NULL
}
bool(true)
-- Iteration 15 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 16 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 17 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 18 --
bool(true)
bool(true)
array(1) {
["Nothing"]=>
&NULL
}
bool(true)
-- Iteration 19 --
bool(true)
bool(true)
array(1) {
["Nothing"]=>
&NULL
}
bool(true)
-- Iteration 20 --
bool(true)
bool(true)
array(1) {
["Hello World!"]=>
&NULL
}
bool(true)
-- Iteration 21 --
bool(true)
bool(true)
array(1) {
["Hello World!"]=>
&NULL
}
bool(true)
-- Iteration 22 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 23 --
bool(true)
bool(true)
array(1) {
[""]=>
&NULL
}
bool(true)
-- Iteration 24 --
bool(true)
bool(true)
array(1) {
["Resource id #5"]=>
&NULL
}
bool(true)
Done
================================================================================
008+ &NULL
008- NULL
017+ &NULL
017- NULL
026+ &NULL
026- NULL
035+ &NULL
035- NULL
044+ &NULL
044- NULL
053+ &NULL
053- NULL
062+ &NULL
062- NULL
071+ &NULL
071- NULL
080+ &NULL
080- NULL
089+ &NULL
089- NULL
098+ &NULL
098- NULL
107+ &NULL
107- NULL
116+ &NULL
116- NULL
125+ &NULL
125- NULL
134+ &NULL
134- NULL
143+ &NULL
143- NULL
152+ &NULL
152- NULL
161+ &NULL
161- NULL
170+ &NULL
170- NULL
179+ &NULL
179- NULL
188+ &NULL
188- NULL
197+ &NULL
197- NULL
206+ &NULL
206- NULL
215+ &NULL
215- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_register_variation1.phpt
================================================================================
*** Testing session_register() : variation ***
bool(true)
array(0) {
}
bool(true)
array(13) {
["0"]=>
&NULL
["1"]=>
&NULL
["12345"]=>
&NULL
["-2345"]=>
&NULL
["10.5"]=>
&NULL
["-10.5"]=>
&NULL
["123456789000"]=>
&NULL
["1.23456789E-9"]=>
&NULL
["0.5"]=>
&NULL
[""]=>
&NULL
["Nothing"]=>
&NULL
["Hello World!"]=>
&NULL
["Resource id #5"]=>
&NULL
}
bool(true)
array(13) {
["0"]=>
&NULL
["1"]=>
&NULL
["12345"]=>
&NULL
["-2345"]=>
&NULL
["10.5"]=>
&NULL
["-10.5"]=>
&NULL
["123456789000"]=>
&NULL
["1.23456789E-9"]=>
&NULL
["0.5"]=>
&NULL
[""]=>
&NULL
["Nothing"]=>
&NULL
["Hello World!"]=>
&NULL
["Resource id #5"]=>
&NULL
}
Done
================================================================================
008+ &NULL
008- NULL
010+ &NULL
010- NULL
012+ &NULL
012- NULL
014+ &NULL
014- NULL
016+ &NULL
016- NULL
018+ &NULL
018- NULL
020+ &NULL
020- NULL
022+ &NULL
022- NULL
024+ &NULL
024- NULL
026+ &NULL
026- NULL
028+ &NULL
028- NULL
030+ &NULL
030- NULL
032+ &NULL
032- NULL
037+ &NULL
037- NULL
039+ &NULL
039- NULL
041+ &NULL
041- NULL
043+ &NULL
043- NULL
045+ &NULL
045- NULL
047+ &NULL
047- NULL
049+ &NULL
049- NULL
051+ &NULL
051- NULL
053+ &NULL
053- NULL
055+ &NULL
055- NULL
057+ &NULL
057- NULL
059+ &NULL
059- NULL
061+ &NULL
061- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_register_variation3.phpt
================================================================================
*** Testing session_register() : variation ***
bool(true)
array(0) {
}
bool(true)
array(1) {
["blah"]=>
&string(12) "Hello World!"
}
bool(true)
array(1) {
["blah"]=>
&string(12) "Hello World!"
}
Done
================================================================================
008+ &string(12) "Hello World!"
008- NULL
013+ &string(12) "Hello World!"
013- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_register_variation4.phpt
================================================================================
*** Testing session_register() : variation ***
bool(true)
array(0) {
}
bool(true)
array(1) {
["foo"]=>
&string(12) "Hello World!"
}
bool(true)
array(1) {
["foo"]=>
&string(12) "Hello World!"
}
Done
================================================================================
008+ &string(12) "Hello World!"
008- NULL
013+ &string(12) "Hello World!"
013- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_set_save_handler_basic.phpt
================================================================================
*** Testing session_set_save_handler() : basic functionality ***
string(5) "files"
Warning: session_module_name(): Cannot find named PHP session module () in /usr/src/php-5.2.17/ext/session/tests/session_set_save_handler_basic.php on line 15
bool(false)
Warning: session_module_name(): Cannot find named PHP session module (blah) in /usr/src/php-5.2.17/ext/session/tests/session_set_save_handler_basic.php on line 16
bool(false)
Warning: session_module_name(): Cannot find named PHP session module (foo) in /usr/src/php-5.2.17/ext/session/tests/session_set_save_handler_basic.php on line 17
bool(false)
Open [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
Read [/usr/src/php-5.2.17/ext/session/tests,218568abc10d73236bb50c701ccfb0eb]
array(3) {
["Blah"]=>
string(12) "Hello World!"
["Foo"]=>
bool(false)
["Guff"]=>
int(1234567890)
}
Write [/usr/src/php-5.2.17/ext/session/tests,218568abc10d73236bb50c701ccfb0eb,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
Close [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
array(3) {
["Blah"]=>
string(12) "Hello World!"
["Foo"]=>
bool(false)
["Guff"]=>
int(1234567890)
}
Starting session again..!
Open [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
Read [/usr/src/php-5.2.17/ext/session/tests,218568abc10d73236bb50c701ccfb0eb]
array(3) {
["Blah"]=>
&string(12) "Hello World!"
["Foo"]=>
&bool(false)
["Guff"]=>
&int(1234567890)
}
Write [/usr/src/php-5.2.17/ext/session/tests,218568abc10d73236bb50c701ccfb0eb,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
Close [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
================================================================================
038+ &string(12) "Hello World!"
038- string(12) "Hello World!"
040+ &bool(false)
040- bool(false)
042+ &int(1234567890)
042- int(1234567890)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_set_save_handler_variation4.phpt
================================================================================
*** Testing session_set_save_handler() : variation ***
Open [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
Read [/usr/src/php-5.2.17/ext/session/tests,25720ae50a678565a10511163f7c09b1]
GC [0]
array(3) {
["Blah"]=>
string(12) "Hello World!"
["Foo"]=>
bool(false)
["Guff"]=>
int(1234567890)
}
Write [/usr/src/php-5.2.17/ext/session/tests,25720ae50a678565a10511163f7c09b1,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
Close [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
NULL
Open [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
Read [/usr/src/php-5.2.17/ext/session/tests,25720ae50a678565a10511163f7c09b1]
GC [0]
array(3) {
["Blah"]=>
&string(12) "Hello World!"
["Foo"]=>
&bool(false)
["Guff"]=>
&int(1234567890)
}
Destroy [/usr/src/php-5.2.17/ext/session/tests,25720ae50a678565a10511163f7c09b1]
Warning: unlink(/usr/src/php-5.2.17/ext/session/tests/session_test_25720ae50a678565a10511163f7c09b1): No such file or directory in /usr/src/php-5.2.17/ext/session/tests/save_handler.inc on line 43
Close [/usr/src/php-5.2.17/ext/session/tests,PHPSESSID]
bool(true)
================================================================================
022+ &string(12) "Hello World!"
022- string(12) "Hello World!"
024+ &bool(false)
024- bool(false)
026+ &int(1234567890)
026- int(1234567890)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_start_variation6.phpt
================================================================================
*** Testing session_start() : variation ***
array(4) {
["colour"]=>
string(5) "green"
["animal"]=>
string(3) "cat"
["person"]=>
string(5) "julia"
["age"]=>
int(6)
}
NULL
array(4) {
["colour"]=>
string(5) "green"
["animal"]=>
string(3) "cat"
["person"]=>
string(5) "julia"
["age"]=>
int(6)
}
array(4) {
["colour"]=>
&string(5) "green"
["animal"]=>
&string(3) "cat"
["person"]=>
&string(5) "julia"
["age"]=>
&int(6)
}
Done
================================================================================
025+ &string(5) "green"
025- string(5) "green"
027+ &string(3) "cat"
027- string(3) "cat"
029+ &string(5) "julia"
029- string(5) "julia"
031+ &int(6)
031- int(6)
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/session/tests/session_unregister_variation1.phpt
================================================================================
*** Testing session_unregister() : variation ***
bool(true)
array(0) {
}
bool(true)
array(13) {
["0"]=>
&NULL
["1"]=>
&NULL
["12345"]=>
&NULL
["-2345"]=>
&NULL
["10.5"]=>
&NULL
["-10.5"]=>
&NULL
["123456789000"]=>
&NULL
["1.23456789E-9"]=>
&NULL
["0.5"]=>
&NULL
[""]=>
&NULL
["Nothing"]=>
&NULL
["Hello World!"]=>
&NULL
["Resource id #5"]=>
&NULL
}
bool(true)
array(13) {
["0"]=>
&NULL
["1"]=>
&NULL
["12345"]=>
&NULL
["-2345"]=>
&NULL
["10.5"]=>
&NULL
["-10.5"]=>
&NULL
["123456789000"]=>
&NULL
["1.23456789E-9"]=>
&NULL
["0.5"]=>
&NULL
[""]=>
&NULL
["Nothing"]=>
&NULL
["Hello World!"]=>
&NULL
["Resource id #5"]=>
&NULL
}
Done
================================================================================
008+ &NULL
008- NULL
010+ &NULL
010- NULL
012+ &NULL
012- NULL
014+ &NULL
014- NULL
016+ &NULL
016- NULL
018+ &NULL
018- NULL
020+ &NULL
020- NULL
022+ &NULL
022- NULL
024+ &NULL
024- NULL
026+ &NULL
026- NULL
028+ &NULL
028- NULL
030+ &NULL
030- NULL
032+ &NULL
032- NULL
037+ &NULL
037- NULL
039+ &NULL
039- NULL
041+ &NULL
041- NULL
043+ &NULL
043- NULL
045+ &NULL
045- NULL
047+ &NULL
047- NULL
049+ &NULL
049- NULL
051+ &NULL
051- NULL
053+ &NULL
053- NULL
055+ &NULL
055- NULL
057+ &NULL
057- NULL
059+ &NULL
059- NULL
061+ &NULL
061- NULL
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/simplexml/tests/008.phpt
================================================================================
array(1) {
[0]=>
object(SimpleXMLElement)#2 (1) {
["test"]=>
object(SimpleXMLElement)#3 (0) {
}
}
}
array(0) {
}
================================================================================
009+ array(0) {
009- bool(false)
010+ }
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/soap/tests/bugs/bug31422.phpt
================================================================================
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Hello</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
================================================================================
001- PHP Warning: fopen() expects at least 2 parameters, 0 given in %sbug31422.php on line %d
002- PHP Fatal error: Hello in %sbug31422.php on line %d
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/soap/tests/bugs/bug44811.phpt
================================================================================
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : Premature end of data in tag html line 2
ok
================================================================================
001+ SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : Premature end of data in tag html line 2
001- SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : Premature end of data in tag html line 3
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/sockets/tests/socket_strerror.phpt
================================================================================
Warning: socket_strerror() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/sockets/tests/socket_strerror.php on line 2
string(7) "Success"
string(23) "Operation not permitted"
string(25) "No such file or directory"
string(15) "No such process"
string(23) "Interrupted system call"
string(18) "Input/output error"
string(25) "No such device or address"
string(22) "Argument list too long"
string(17) "Exec format error"
string(19) "Bad file descriptor"
string(18) "No child processes"
string(32) "Resource temporarily unavailable"
string(22) "Cannot allocate memory"
string(17) "Permission denied"
string(11) "Bad address"
string(21) "Block device required"
string(23) "Device or resource busy"
string(11) "File exists"
string(25) "Invalid cross-device link"
string(14) "No such device"
string(15) "Not a directory"
string(14) "Is a directory"
string(16) "Invalid argument"
string(29) "Too many open files in system"
string(19) "Too many open files"
string(30) "Inappropriate ioctl for device"
string(14) "Text file busy"
string(14) "File too large"
string(23) "No space left on device"
string(12) "Illegal seek"
string(21) "Read-only file system"
string(14) "Too many links"
string(11) "Broken pipe"
string(32) "Numerical argument out of domain"
string(29) "Numerical result out of range"
string(25) "Resource deadlock avoided"
string(18) "File name too long"
string(18) "No locks available"
string(24) "Function not implemented"
string(19) "Directory not empty"
string(33) "Too many levels of symbolic links"
string(16) "Unknown error 41"
string(26) "No message of desired type"
string(18) "Identifier removed"
string(27) "Channel number out of range"
string(24) "Level 2 not synchronized"
string(14) "Level 3 halted"
string(13) "Level 3 reset"
string(24) "Link number out of range"
string(28) "Protocol driver not attached"
string(26) "No CSI structure available"
string(14) "Level 2 halted"
string(16) "Invalid exchange"
string(26) "Invalid request descriptor"
string(13) "Exchange full"
string(8) "No anode"
string(20) "Invalid request code"
string(12) "Invalid slot"
string(16) "Unknown error 58"
string(20) "Bad font file format"
string(19) "Device not a stream"
string(17) "No data available"
string(13) "Timer expired"
string(24) "Out of streams resources"
string(29) "Machine is not on the network"
string(21) "Package not installed"
string(16) "Object is remote"
string(21) "Link has been severed"
string(15) "Advertise error"
string(13) "Srmount error"
string(27) "Communication error on send"
string(14) "Protocol error"
string(18) "Multihop attempted"
string(18) "RFS specific error"
string(11) "Bad message"
string(37) "Value too large for defined data type"
string(26) "Name not unique on network"
string(28) "File descriptor in bad state"
string(22) "Remote address changed"
string(38) "Can not access a needed shared library"
string(36) "Accessing a corrupted shared library"
string(31) ".lib section in a.out corrupted"
string(47) "Attempting to link in too many shared libraries"
string(37) "Cannot exec a shared library directly"
string(49) "Invalid or incomplete multibyte or wide character"
string(43) "Interrupted system call should be restarted"
string(18) "Streams pipe error"
string(14) "Too many users"
string(30) "Socket operation on non-socket"
string(28) "Destination address required"
string(16) "Message too long"
string(30) "Protocol wrong type for socket"
string(22) "Protocol not available"
string(22) "Protocol not supported"
string(25) "Socket type not supported"
string(23) "Operation not supported"
string(29) "Protocol family not supported"
string(40) "Address family not supported by protocol"
string(22) "Address already in use"
string(31) "Cannot assign requested address"
string(15) "Network is down"
string(22) "Network is unreachable"
string(35) "Network dropped connection on reset"
string(32) "Software caused connection abort"
string(24) "Connection reset by peer"
string(25) "No buffer space available"
string(39) "Transport endpoint is already connected"
string(35) "Transport endpoint is not connected"
string(45) "Cannot send after transport endpoint shutdown"
string(34) "Too many references: cannot splice"
string(20) "Connection timed out"
string(18) "Connection refused"
string(12) "Host is down"
string(16) "No route to host"
string(29) "Operation already in progress"
string(25) "Operation now in progress"
string(21) "Stale NFS file handle"
string(24) "Structure needs cleaning"
string(27) "Not a XENIX named type file"
string(29) "No XENIX semaphores available"
string(20) "Is a named type file"
string(16) "Remote I/O error"
string(19) "Disk quota exceeded"
string(15) "No medium found"
string(17) "Wrong medium type"
string(18) "Operation canceled"
string(17) "Unknown error 126"
string(17) "Unknown error 127"
string(17) "Unknown error 128"
string(17) "Unknown error 129"
string(17) "Unknown error 130"
string(17) "Unknown error 131"
string(17) "Unknown error 132"
================================================================================
128+ string(17) "Unknown error 126"
129+ string(17) "Unknown error 127"
130+ string(17) "Unknown error 128"
131+ string(17) "Unknown error 129"
132+ string(17) "Unknown error 130"
133+ string(17) "Unknown error 131"
128- string(26) "Required key not available"
129- string(15) "Key has expired"
130- string(20) "Key has been revoked"
131- string(27) "Key was rejected by service"
132- string(10) "Owner died"
133- string(21) "State not recoverable"
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/sysvmsg/tests/005.phpt
================================================================================
Fatal error: Call to undefined function msg_queue_exists() in /usr/src/php-5.2.17/ext/sysvmsg/tests/005.php on line 10
================================================================================
001+ Fatal error: Call to undefined function msg_queue_exists() in /usr/src/php-5.2.17/ext/sysvmsg/tests/005.php on line 10
001- Using 'Resource id #4' as queue resource:
002- bool(false)
003- bool(false)
004- bool(false)
005- bool(true)
006-
007- Warning: msg_receive(): maximum size of the message has to be greater than zero in %s on line %d
008- bool(false)
009-
010- Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d
011- bool(false)
012- bool(true)
013- Using 'foo' as queue resource:
014-
015- Warning: msg_set_queue() expects parameter 1 to be resource, string given in %s on line %d
016- bool(false)
017-
018- Warning: msg_stat_queue() expects parameter 1 to be resource, string given in %s on line %d
019- bool(false)
020-
021- Warning: msg_receive() expects parameter 1 to be resource, string given in %s on line %d
022- bool(false)
023- bool(false)
024-
025- Warning: msg_receive() expects parameter 1 to be resource, string given in %s on line %d
026- bool(false)
027-
028- Warning: msg_send() expects parameter 1 to be resource, string given in %s on line %d
029- bool(false)
030- bool(false)
031- Done
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux andi.webstyles.hu 2.6.18-6-686-bigmem #1 SMP Sun Feb 10 22:21:07 UTC 2008 i686
Autoconf:
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
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) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
Copyright (C) 2005 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 --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Bison:
Libraries:
linux-gate.so.1 => (0xffffe000)
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0x40020000)
libc-client.so.2002edebian => /usr/lib/libc-client.so.2002edebian (0x4004f000)
libz.so.1 => /usr/lib/libz.so.1 (0x4010d000)
libreadline.so.5 => /lib/libreadline.so.5 (0x40121000)
libncurses.so.5 => /lib/libncurses.so.5 (0x40151000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x40192000)
libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x4019b000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0x401ca000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x401d1000)
libpam.so.0 => /lib/libpam.so.0 (0x401d5000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0x401dd000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40220000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4028a000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x402ae000)
libdb-4.4.so => /usr/lib/libdb-4.4.so (0x402ce000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x403c9000)
libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x403d9000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x403ec000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x40408000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x40485000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x404aa000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0x404ad000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0x404ec000)
libcurl.so.3 => /usr/lib/libcurl.so.3 (0x40626000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x4065b000)
libidn.so.11 => /usr/lib/libidn.so.11 (0x40661000)
libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x40691000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x4086b000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x4087d000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x40893000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x408b8000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x409d3000)
/lib/ld-linux.so.2 (0x40000000)
User's E-mail:
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.17
System => Linux andi.webstyles.hu 2.6.18-6-686-bigmem #1 SMP Sun Feb 10 22:21:07 UTC 2008 i686
Build Date => Apr 27 2011 11:39:49
Configure Command => './configure' '--enable-mod-charset' '--with-apxs2=/servers/httpd/bin/apxs' '--enable-magic-quotes' '--with-openssl' '--with-zlib' '--enable-bcmath' '--with-bz2' '--enable-calendar' '--with-curl' '--with-kerberos' '--with-mysqli' '--enable-dba' '--with-db4' '--enable-dbase' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-freetype-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-gettext' '--with-gmp' '--with-imap' '--enable-mbstring' '--with-mcrypt' '--with-mysql' '--prefix=/servers/php' '--with-readline' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-iconv-dir' '--with-imap-ssl' '--enable-zip' '--enable-zend-multibyte' '--with-pdo-mysql'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /servers/php/lib
Loaded Configuration File => /servers/php/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 => https, ftps, compress.zlib, compress.bzip2, php, file, data, http, ftp, zip
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, 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 => On => On
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
detect_unicode => On => On
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 => /var/log/apache2/php.log => /var/log/apache2/php.log
error_prepend_string => no value => no value
error_reporting => 6135 => 6135
expose_php => On => On
extension_dir => /servers/php/lib/php/extensions/no-debug-non-zts-20060613 => /servers/php/lib/php/extensions/no-debug-non-zts-20060613
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 => .:/servers/php/lib/php => .:/servers/php/lib/php
log_errors => On => On
log_errors_max_len => 0 => 0
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 => 64M => 64M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => On => On
register_long_arrays => On => On
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 => 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 => 10M => 10M
upload_tmp_dir => /tmp => /tmp
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
bcmath
BCMath support => enabled
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bz2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.3, 15-Feb-2005
calendar
Calendar support => enabled
ctype
ctype functions => enabled
curl
cURL support => enabled
cURL Information => libcurl/7.15.5 OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5
date
date/time support => enabled
"Olson" Timezone Database Version => 2010.9
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
dba
DBA support => enabled
Supported handlers => cdb cdb_make db4 inifile flatfile
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.27
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
filter
Input Validation and Filtering => enabled
Revision => $Revision: 298196 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.2.1
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
JIS-mapped Japanese Font Support => enabled
gettext
GetText Support => enabled
gmp
gmp support => enabled
GMP version => 4.2.1
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.3.6
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
imagick
imagick module => enabled
imagick module version => 3.0.1
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version => ImageMagick 6.6.9-6 2011-04-26 Q16 http://www.imagemagick.org
ImageMagick copyright => Copyright (C) 1999-2011 ImageMagick Studio LLC
ImageMagick release date => 2011-04-26
ImageMagick number of supported formats: => 182
ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BMP, BMP2, BMP3, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, JNG, JPEG, JPG, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TILE, TIM, TTC, TTF, TXT, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X3F, !
XBM, XC, XCF, XPM, XPS, XV, Y, YCbCr, YCbCrA, YUV
Directive => Local Value => Master Value
imagick.locale_fix => 0 => 0
imagick.progress_monitor => 0 => 0
imap
IMAP c-Client Version => 2001
SSL Support => enabled
Kerberos Support => enabled
json
json support => enabled
json version => 1.2.1
libxml
libXML support => active
libXML Version => 2.6.27
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.script_encoding => no value => no value
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value
mcrypt
mcrypt support => enabled
Version => 2.5.7
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
memcache
memcache support => enabled
Active persistent connections => 0
Version => 2.2.6
Revision => $Revision: 303962 $
Directive => Local Value => Master Value
memcache.allow_failover => 1 => 1
memcache.chunk_size => 8192 => 8192
memcache.default_port => 11211 => 11211
memcache.default_timeout_ms => 1000 => 1000
memcache.hash_function => crc32 => crc32
memcache.hash_strategy => standard => standard
memcache.max_failover_attempts => 20 => 20
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.0.32
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
mysqli
MysqlI Support => enabled
Client API library version => 5.0.32
Client API header version => 5.0.32
MYSQLI_SOCKET => /var/run/mysqld/mysqld.sock
Directive => Local Value => Master Value
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.reconnect => Off => Off
openssl
OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.8c 05 Sep 2006
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.02 2010-03-19
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.0.32
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 300129 2010-06-03 00:43:37Z felipe $
session
Session Support => enabled
Registered save handlers => files user sqlite memcache
Registered serializer handlers => php php_binary
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_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 => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
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 => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 299016 $
Schema support => enabled
soap
Soap Client => enabled
Soap Server => enabled
Directive => Local Value => Master Value
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
sockets
Sockets 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 298697 2010-04-28 12:10:10Z iliaa $
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=,fieldset= => a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent => no value => no value
sysvmsg
sysvmsg support => enabled
Revision => $Revision: 293036 $
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.27
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
zip
Zip => enabled
Extension Version => $Id: php_zip.c 305848 2010-11-30 11:04:06Z pajoye $
Zip version => 1.8.11
Libzip version => 0.9.0
zlib
ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3
Linked Version => 1.2.3
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value
Additional Modules
Module Name
dbase
readline
sysvsem
sysvshm
Environment
Variable => Value
TEST_PHP_SRCDIR => /usr/src/php-5.2.17
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => root
LS_COLORS => no=00:fi=00:di=01;34:ln=01;36: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: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
SUDO_USER => bofh
SUDO_UID => 1000
SSH_AUTH_SOCK => deleted
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
_ => /usr/src/php-5.2.17/sapi/cli/php
PWD => /usr/src/php-5.2.17
LANG => en_US.UTF-8
TEST_PHP_EXECUTABLE => /usr/src/php-5.2.17/sapi/cli/php
HISTCONTROL => ignoredups
SUDO_COMMAND => /bin/bash
HOME => /home/bofh
SHLVL => 3
LOGNAME => root
SSH_CONNECTION => deleted
LESSOPEN => | /usr/bin/lesspipe %s
SUDO_GID => 1000
CC => gcc
LESSCLOSE => /usr/bin/lesspipe %s %s
PHP Variables
Variable => Value
PHP_SELF =>
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-5.2.17
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36: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: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_SERVER["SUDO_USER"] => bofh
_SERVER["SUDO_UID"] => 1000
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
_SERVER["_"] => /usr/src/php-5.2.17/sapi/cli/php
_SERVER["PWD"] => /usr/src/php-5.2.17
_SERVER["LANG"] => en_US.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/php-5.2.17/sapi/cli/php
_SERVER["HISTCONTROL"] => ignoredups
_SERVER["SUDO_COMMAND"] => /bin/bash
_SERVER["HOME"] => /home/bofh
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => root
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["LESSOPEN"] => | /usr/bin/lesspipe %s
_SERVER["SUDO_GID"] => 1000
_SERVER["CC"] => gcc
_SERVER["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1303898580
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["TEST_PHP_SRCDIR"] => /usr/src/php-5.2.17
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => deleted
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => root
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36: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: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_ENV["SUDO_USER"] => bofh
_ENV["SUDO_UID"] => 1000
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
_ENV["_"] => /usr/src/php-5.2.17/sapi/cli/php
_ENV["PWD"] => /usr/src/php-5.2.17
_ENV["LANG"] => en_US.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /usr/src/php-5.2.17/sapi/cli/php
_ENV["HISTCONTROL"] => ignoredups
_ENV["SUDO_COMMAND"] => /bin/bash
_ENV["HOME"] => /home/bofh
_ENV["SHLVL"] => 3
_ENV["LOGNAME"] => root
_ENV["SSH_CONNECTION"] => deleted
_ENV["LESSOPEN"] => | /usr/bin/lesspipe %s
_ENV["SUDO_GID"] => 1000
_ENV["CC"] => gcc
_ENV["LESSCLOSE"] => /usr/bin/lesspipe %s %s
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].