php 7.0.5 with the musl c library

[email protected]
Newsgroups php.qa.reports
Message-ID <[email protected]>
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
bugs 48111 and 52176.
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
Initial value of static var in method depends on the include time of the class definition [Zend/tests/method_static_var.phpt]  XFAIL REASON: Maybe not a bug
Bug #70228 (memleak if return in finally block) [Zend/tests/try/bug70228.phpt]  XFAIL REASON: See https://bugs.php.net/bug.php?id=70228
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
Bug #55407 (Impossible to prototype DateTime::createFromFormat) [ext/date/tests/bug55407.phpt]  XFAIL REASON: Bug #55407
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt]  XFAIL REASON: Still not quite right
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt]  XFAIL REASON: Still not quite right
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
Bug #67296 (filter_input doesn't validate variables) [ext/filter/tests/bug49184.phpt]  XFAIL REASON: See Bug #49184
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null [ext/filter/tests/bug67167.02.phpt]  XFAIL REASON: Requires php_zval_filter to not use convert_to_string for all filters.
Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt]  XFAIL REASON: Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
Bug #69111 Crash in SessionHandler::read() [ext/session/tests/bug69111.phpt]  XFAIL REASON: It is still a leak
Test basic function : variation3 use_trans_sid [ext/session/tests/session_basic3.phpt]  XFAIL REASON: Waiting url_scanner_ex.re fix. https://bugs.php.net/bug.php?id=68970
Bug #70470 (Built-in server truncates headers spanning over TCP packets) [sapi/cli/tests/bug70470.phpt]  XFAIL REASON: bug is not fixed yet
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
Bug #12647 (Locale settings affecting float parsing) [tests/lang/034.phpt]
Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X) [tests/lang/bug30638.phpt]
bug #42143 (The constant NAN is reported as 0 on Windows build) [Zend/tests/bug42143.phpt]
Scalar type basics [Zend/tests/type_declarations/scalar_basic.phpt]
Return scalar type basics [Zend/tests/type_declarations/scalar_return_basic_64bit.phpt]
strftime() and gmstrftime() tests [ext/date/tests/009.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt]
Bug #32555 (strtotime("tomorrow") can return false) [ext/date/tests/bug32555.phpt]
Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt]
Bug #53437 DateInterval unserialize bad data, 64 bit [ext/date/tests/bug53437_var5.phpt]
Bug #48147 (iconv with //IGNORE cuts the string) [ext/iconv/tests/bug48147.phpt]
Bug #52211 (iconv() returns part of string on error) [ext/iconv/tests/bug52211.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt]
Test iconv() function : basic functionality [ext/iconv/tests/iconv_basic.phpt]
Test the basics to function iconv. [ext/iconv/tests/iconv_basic_001.phpt]
iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter_delimiter.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt]
Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') [ext/json/tests/bug41403.phpt]
An error is thrown when INF or NaN are encoded [ext/json/tests/inf_nan_error.phpt]
Localized match [ext/pcre/tests/locales.phpt]
SQLite3 open_basedir checks [ext/sqlite3/tests/sqlite3_21_security.phpt]
Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
Bug #49244 (Floating point NaN cause garbage characters) [ext/standard/tests/bug49244.phpt]
Test BCRYPT with invalid algorithm [ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt]
Test BCRYPT with invalid cost [ext/standard/tests/crypt/bcrypt_invalid_cost.phpt]
Test DES with invalid fallback [ext/standard/tests/crypt/des_fallback_invalid_salt.phpt]
Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes) [ext/standard/tests/file/bug43008.phpt]
Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error.phpt]
Test function getservbyname() by substituting argument 1 with boolean values. [ext/standard/tests/general_functions/getservbyname_variation2.phpt]
Test function getservbyname() by substituting argument 1 with int values. [ext/standard/tests/general_functions/getservbyname_variation5.phpt]
Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_variation1.phpt]
Bug #45712 (NaN/INF comparison) [ext/standard/tests/math/bug45712.phpt]
Test is_nan() - basic function test is_nan() [ext/standard/tests/math/is_nan_basic.phpt]
Test deprecated operation of password_hash() [ext/standard/tests/password/password_deprecated_salts.phpt]
Test normal operation of password_hash() [ext/standard/tests/password/password_hash.phpt]
Test normal operation of password_verify) [ext/standard/tests/password/password_verify.phpt]
php_strip_whitespace() and output buffer [ext/standard/tests/strings/007.phpt]
Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size) [ext/standard/tests/strings/bug50052.phpt]
Bug #51059 crypt() segfaults on certain salts [ext/standard/tests/strings/bug51059.phpt]
Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int conversion [ext/standard/tests/strings/bug54322.phpt]
Bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size) [ext/standard/tests/strings/bug54721.phpt]
Bug #62443 Crypt SHA256/512 Segfaults With Malformed Salt [ext/standard/tests/strings/bug62443.phpt]
crypt() function [ext/standard/tests/strings/crypt.phpt]
Official blowfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c) [ext/standard/tests/strings/crypt_blowfish.phpt]
Test Blowfish crypt() with invalid rounds [ext/standard/tests/strings/crypt_blowfish_variation1.phpt]
Test Blowfish crypt() does not fall back to DES when rounds are not specified,
or Blowfish is not available. [ext/standard/tests/strings/crypt_blowfish_variation2.phpt]
crypt() function - characters > 0x80 [ext/standard/tests/strings/crypt_chars.phpt]
crypt(): *0 should return *1 [ext/standard/tests/strings/crypt_des_error.phpt]
crypt() SHA-256 [ext/standard/tests/strings/crypt_sha256.phpt]
crypt() SHA-512 [ext/standard/tests/strings/crypt_sha512.phpt]
crypt() function - long salt [ext/standard/tests/strings/crypt_variation1.phpt]
htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) [ext/standard/tests/strings/htmlentities02.phpt]
htmlentities() test 4 (setlocale / ja_JP.EUC-JP) [ext/standard/tests/strings/htmlentities04.phpt]
htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt]
money_format test [ext/standard/tests/strings/moneyformat.phpt]
Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt]
Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : error condition [ext/standard/tests/strings/setlocale_error.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
Test setlocale() function : usage variations - setting system locale as null [ext/standard/tests/strings/setlocale_variation4.phpt]
Test setlocale() function : usage variations - Setting system locale as empty string [ext/standard/tests/strings/setlocale_variation5.phpt]
sprintf %f #3 [ext/standard/tests/strings/sprintf_f_3.phpt]
Test strtoupper on non-ASCII characters [ext/standard/tests/strings/strtoupper.phpt]
Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt]
Test strptime() function : basic functionality [ext/standard/tests/time/strptime_parts.phpt]
using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt]
Bug #61977 Test exit code for various errors [sapi/cli/tests/bug43177.phpt]
Bug #61679 (Error on non-standard HTTP methods) [sapi/cli/tests/bug61679.phpt]
Bug #61977 test CLI web-server support for Mime Type File extensions mapping [sapi/cli/tests/bug61977.phpt]
Bug #64878 (304 responses return Content-Type header) [sapi/cli/tests/bug64878.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code [sapi/cli/tests/bug65066_100.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code [sapi/cli/tests/bug65066_422.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code [sapi/cli/tests/bug65066_511.phpt]
Bug #65633 (built-in server treat some http headers as case-sensitive) [sapi/cli/tests/bug65633.phpt]
Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - GET request [sapi/cli/tests/bug66606_1.phpt]
Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - POST request [sapi/cli/tests/bug66606_2.phpt]
Bug #66830 (Empty header causes PHP built-in web server to hang) [sapi/cli/tests/bug66830.phpt]
FR #67429 (CLI server is missing some new HTTP response codes) [sapi/cli/tests/bug67429.phpt]
Bug #68291 (404 on urls with '+') [sapi/cli/tests/bug68291.phpt]
Bug #68745 (Invalid HTTP requests make web server segfault) [sapi/cli/tests/bug68745.phpt]
Bug #69655 (php -S changes MKCALENDAR request method to MKCOL) [sapi/cli/tests/bug69655.phpt]
FR #69953 (Support MKCALENDAR request method) [sapi/cli/tests/bug69953.phpt]
Bug #70264 (CLI server directory traversal) [sapi/cli/tests/bug70264.phpt]
Bug #71005 (Segfault in php_cli_server_dispatch_router()) [sapi/cli/tests/bug71005.phpt]
basic function [sapi/cli/tests/php_cli_server_001.phpt]
$_SERVER variable [sapi/cli/tests/php_cli_server_002.phpt]
Bug #55726 (Changing the working directory makes router script inaccessible) [sapi/cli/tests/php_cli_server_003.phpt]
Bug #55747 (request headers missed in $_SERVER) [sapi/cli/tests/php_cli_server_004.phpt]
Post a file [sapi/cli/tests/php_cli_server_005.phpt]
Bug #55755 (SegFault when outputting header WWW-Authenticate) [sapi/cli/tests/php_cli_server_006.phpt]
Bug #55758 (Digest Authenticate missed in 5.4) [sapi/cli/tests/php_cli_server_007.phpt]
SERVER_PROTOCOL header availability [sapi/cli/tests/php_cli_server_008.phpt]
PATH_INFO (relevant to #60112) [sapi/cli/tests/php_cli_server_009.phpt]
Bug #60180 ($_SERVER["PHP_SELF"] incorrect) [sapi/cli/tests/php_cli_server_010.phpt]
Bug #60159 (Router returns false, but POST is not passed to requested resource) [sapi/cli/tests/php_cli_server_012.phpt]
No router, no script [sapi/cli/tests/php_cli_server_013.phpt]
Bug #60477: Segfault after two multipart/form-data POST requestes [sapi/cli/tests/php_cli_server_014.phpt]
Bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) [sapi/cli/tests/php_cli_server_015.phpt]
Bug #60591 (Memory leak when access a non-exists file) [sapi/cli/tests/php_cli_server_016.phpt]
Implement Req #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) [sapi/cli/tests/php_cli_server_017.phpt]
Implement Req #61679 (Support HTTP PATCH method) [sapi/cli/tests/php_cli_server_018.phpt]
Implement Req #65917 (getallheaders() is not supported by the built-in web server) [sapi/cli/tests/php_cli_server_019.phpt]
Use SEARCH as a HTTP verb [sapi/cli/tests/php_cli_server_020.phpt]
file upload greater than 2G [sapi/cli/tests/upload_2G.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
Bug #70172 - Use After Free Vulnerability in unserialize() [ext/standard/tests/serialize/bug70172_2.phpt] (warn: XFAIL section but test passes)
Bug #70219 Use after free vulnerability in session deserializer [ext/standard/tests/serialize/bug70219.phpt] (warn: XFAIL section but test passes)
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   49
Exts tested     :   26
---------------------------------------------------------------------

Number of tests : 14337              9614
Tests skipped   : 4723 ( 32.9%) --------
Tests warned    :    7 (  0.0%) (  0.1%)
Tests failed    :  115 (  0.8%) (  1.2%)
Expected fail   :   36 (  0.3%) (  0.4%)
Tests passed    : 9456 ( 66.0%) ( 98.4%)
---------------------------------------------------------------------
Time taken      :  188 seconds
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
bugs 48111 and 52176.
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
Initial value of static var in method depends on the include time of the class definition [Zend/tests/method_static_var.phpt]  XFAIL REASON: Maybe not a bug
Bug #70228 (memleak if return in finally block) [Zend/tests/try/bug70228.phpt]  XFAIL REASON: See https://bugs.php.net/bug.php?id=70228
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
Bug #55407 (Impossible to prototype DateTime::createFromFormat) [ext/date/tests/bug55407.phpt]  XFAIL REASON: Bug #55407
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt]  XFAIL REASON: Still not quite right
RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt]  XFAIL REASON: Still not quite right
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]  XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
Bug #67296 (filter_input doesn't validate variables) [ext/filter/tests/bug49184.phpt]  XFAIL REASON: See Bug #49184
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null [ext/filter/tests/bug67167.02.phpt]  XFAIL REASON: Requires php_zval_filter to not use convert_to_string for all filters.
Phar: bug #69958: Segfault in Phar::convertToData on invalid file [ext/phar/tests/bug69958.phpt]  XFAIL REASON: Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
Bug #69111 Crash in SessionHandler::read() [ext/session/tests/bug69111.phpt]  XFAIL REASON: It is still a leak
Test basic function : variation3 use_trans_sid [ext/session/tests/session_basic3.phpt]  XFAIL REASON: Waiting url_scanner_ex.re fix. https://bugs.php.net/bug.php?id=68970
Bug #70470 (Built-in server truncates headers spanning over TCP packets) [sapi/cli/tests/bug70470.phpt]  XFAIL REASON: bug is not fixed yet
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
Bug #12647 (Locale settings affecting float parsing) [tests/lang/034.phpt]
Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X) [tests/lang/bug30638.phpt]
bug #42143 (The constant NAN is reported as 0 on Windows build) [Zend/tests/bug42143.phpt]
Scalar type basics [Zend/tests/type_declarations/scalar_basic.phpt]
Return scalar type basics [Zend/tests/type_declarations/scalar_return_basic_64bit.phpt]
strftime() and gmstrftime() tests [ext/date/tests/009.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt]
Bug #32555 (strtotime("tomorrow") can return false) [ext/date/tests/bug32555.phpt]
Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt]
Bug #53437 DateInterval unserialize bad data, 64 bit [ext/date/tests/bug53437_var5.phpt]
Bug #48147 (iconv with //IGNORE cuts the string) [ext/iconv/tests/bug48147.phpt]
Bug #52211 (iconv() returns part of string on error) [ext/iconv/tests/bug52211.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt]
Test iconv() function : basic functionality [ext/iconv/tests/iconv_basic.phpt]
Test the basics to function iconv. [ext/iconv/tests/iconv_basic_001.phpt]
iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter_delimiter.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt]
Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') [ext/json/tests/bug41403.phpt]
An error is thrown when INF or NaN are encoded [ext/json/tests/inf_nan_error.phpt]
Localized match [ext/pcre/tests/locales.phpt]
SQLite3 open_basedir checks [ext/sqlite3/tests/sqlite3_21_security.phpt]
Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
Bug #49244 (Floating point NaN cause garbage characters) [ext/standard/tests/bug49244.phpt]
Test BCRYPT with invalid algorithm [ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt]
Test BCRYPT with invalid cost [ext/standard/tests/crypt/bcrypt_invalid_cost.phpt]
Test DES with invalid fallback [ext/standard/tests/crypt/des_fallback_invalid_salt.phpt]
Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes) [ext/standard/tests/file/bug43008.phpt]
Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error.phpt]
Test function getservbyname() by substituting argument 1 with boolean values. [ext/standard/tests/general_functions/getservbyname_variation2.phpt]
Test function getservbyname() by substituting argument 1 with int values. [ext/standard/tests/general_functions/getservbyname_variation5.phpt]
Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_variation1.phpt]
Bug #45712 (NaN/INF comparison) [ext/standard/tests/math/bug45712.phpt]
Test is_nan() - basic function test is_nan() [ext/standard/tests/math/is_nan_basic.phpt]
Test deprecated operation of password_hash() [ext/standard/tests/password/password_deprecated_salts.phpt]
Test normal operation of password_hash() [ext/standard/tests/password/password_hash.phpt]
Test normal operation of password_verify) [ext/standard/tests/password/password_verify.phpt]
php_strip_whitespace() and output buffer [ext/standard/tests/strings/007.phpt]
Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size) [ext/standard/tests/strings/bug50052.phpt]
Bug #51059 crypt() segfaults on certain salts [ext/standard/tests/strings/bug51059.phpt]
Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int conversion [ext/standard/tests/strings/bug54322.phpt]
Bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size) [ext/standard/tests/strings/bug54721.phpt]
Bug #62443 Crypt SHA256/512 Segfaults With Malformed Salt [ext/standard/tests/strings/bug62443.phpt]
crypt() function [ext/standard/tests/strings/crypt.phpt]
Official blowfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c) [ext/standard/tests/strings/crypt_blowfish.phpt]
Test Blowfish crypt() with invalid rounds [ext/standard/tests/strings/crypt_blowfish_variation1.phpt]
Test Blowfish crypt() does not fall back to DES when rounds are not specified,
or Blowfish is not available. [ext/standard/tests/strings/crypt_blowfish_variation2.phpt]
crypt() function - characters > 0x80 [ext/standard/tests/strings/crypt_chars.phpt]
crypt(): *0 should return *1 [ext/standard/tests/strings/crypt_des_error.phpt]
crypt() SHA-256 [ext/standard/tests/strings/crypt_sha256.phpt]
crypt() SHA-512 [ext/standard/tests/strings/crypt_sha512.phpt]
crypt() function - long salt [ext/standard/tests/strings/crypt_variation1.phpt]
htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) [ext/standard/tests/strings/htmlentities02.phpt]
htmlentities() test 4 (setlocale / ja_JP.EUC-JP) [ext/standard/tests/strings/htmlentities04.phpt]
htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt]
money_format test [ext/standard/tests/strings/moneyformat.phpt]
Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt]
Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : error condition [ext/standard/tests/strings/setlocale_error.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
Test setlocale() function : usage variations - setting system locale as null [ext/standard/tests/strings/setlocale_variation4.phpt]
Test setlocale() function : usage variations - Setting system locale as empty string [ext/standard/tests/strings/setlocale_variation5.phpt]
sprintf %f #3 [ext/standard/tests/strings/sprintf_f_3.phpt]
Test strtoupper on non-ASCII characters [ext/standard/tests/strings/strtoupper.phpt]
Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt]
Test strptime() function : basic functionality [ext/standard/tests/time/strptime_parts.phpt]
using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt]
Bug #61977 Test exit code for various errors [sapi/cli/tests/bug43177.phpt]
Bug #61679 (Error on non-standard HTTP methods) [sapi/cli/tests/bug61679.phpt]
Bug #61977 test CLI web-server support for Mime Type File extensions mapping [sapi/cli/tests/bug61977.phpt]
Bug #64878 (304 responses return Content-Type header) [sapi/cli/tests/bug64878.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code [sapi/cli/tests/bug65066_100.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code [sapi/cli/tests/bug65066_422.phpt]
Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code [sapi/cli/tests/bug65066_511.phpt]
Bug #65633 (built-in server treat some http headers as case-sensitive) [sapi/cli/tests/bug65633.phpt]
Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - GET request [sapi/cli/tests/bug66606_1.phpt]
Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - POST request [sapi/cli/tests/bug66606_2.phpt]
Bug #66830 (Empty header causes PHP built-in web server to hang) [sapi/cli/tests/bug66830.phpt]
FR #67429 (CLI server is missing some new HTTP response codes) [sapi/cli/tests/bug67429.phpt]
Bug #68291 (404 on urls with '+') [sapi/cli/tests/bug68291.phpt]
Bug #68745 (Invalid HTTP requests make web server segfault) [sapi/cli/tests/bug68745.phpt]
Bug #69655 (php -S changes MKCALENDAR request method to MKCOL) [sapi/cli/tests/bug69655.phpt]
FR #69953 (Support MKCALENDAR request method) [sapi/cli/tests/bug69953.phpt]
Bug #70264 (CLI server directory traversal) [sapi/cli/tests/bug70264.phpt]
Bug #71005 (Segfault in php_cli_server_dispatch_router()) [sapi/cli/tests/bug71005.phpt]
basic function [sapi/cli/tests/php_cli_server_001.phpt]
$_SERVER variable [sapi/cli/tests/php_cli_server_002.phpt]
Bug #55726 (Changing the working directory makes router script inaccessible) [sapi/cli/tests/php_cli_server_003.phpt]
Bug #55747 (request headers missed in $_SERVER) [sapi/cli/tests/php_cli_server_004.phpt]
Post a file [sapi/cli/tests/php_cli_server_005.phpt]
Bug #55755 (SegFault when outputting header WWW-Authenticate) [sapi/cli/tests/php_cli_server_006.phpt]
Bug #55758 (Digest Authenticate missed in 5.4) [sapi/cli/tests/php_cli_server_007.phpt]
SERVER_PROTOCOL header availability [sapi/cli/tests/php_cli_server_008.phpt]
PATH_INFO (relevant to #60112) [sapi/cli/tests/php_cli_server_009.phpt]
Bug #60180 ($_SERVER["PHP_SELF"] incorrect) [sapi/cli/tests/php_cli_server_010.phpt]
Bug #60159 (Router returns false, but POST is not passed to requested resource) [sapi/cli/tests/php_cli_server_012.phpt]
No router, no script [sapi/cli/tests/php_cli_server_013.phpt]
Bug #60477: Segfault after two multipart/form-data POST requestes [sapi/cli/tests/php_cli_server_014.phpt]
Bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) [sapi/cli/tests/php_cli_server_015.phpt]
Bug #60591 (Memory leak when access a non-exists file) [sapi/cli/tests/php_cli_server_016.phpt]
Implement Req #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) [sapi/cli/tests/php_cli_server_017.phpt]
Implement Req #61679 (Support HTTP PATCH method) [sapi/cli/tests/php_cli_server_018.phpt]
Implement Req #65917 (getallheaders() is not supported by the built-in web server) [sapi/cli/tests/php_cli_server_019.phpt]
Use SEARCH as a HTTP verb [sapi/cli/tests/php_cli_server_020.phpt]
file upload greater than 2G [sapi/cli/tests/upload_2G.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
Bug #70172 - Use After Free Vulnerability in unserialize() [ext/standard/tests/serialize/bug70172_2.phpt] (warn: XFAIL section but test passes)
Bug #70219 Use after free vulnerability in session deserializer [ext/standard/tests/serialize/bug70219.phpt] (warn: XFAIL section but test passes)
=====================================================================


================================================================================
/php-7.0.5/tests/basic/bug67198.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:45:37 2016
string(4) "PASS"
string(4) "PASS"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:45:37 2016
================================================================================



================================================================================
/php-7.0.5/tests/lang/034.phpt
================================================================================
3.14
================================================================================
001+ 3.14
001- 3,14
================================================================================



================================================================================
/php-7.0.5/tests/lang/bug30638.phpt
================================================================================
decimal_point: .
thousands_sep:
================================================================================
001+ decimal_point: .
002+ thousands_sep:
001- decimal_point: ,
002- thousands_sep: .
================================================================================



================================================================================
/php-7.0.5/Zend/tests/bug42143.phpt
================================================================================
Testing NAN:
NAN= float(NAN)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
float(NAN)
bool(true)
bool(false)
bool(false)
bool(true)
bool(true)
bool(false)
================================================================================
009+ bool(true)
011- bool(false)
================================================================================



================================================================================
/php-7.0.5/Zend/tests/type_declarations/scalar_basic.phpt
================================================================================
Testing 'int' type:

*** Trying int(1)
int(1)

*** Trying string(1) "1"
int(1)

*** Trying float(1)
int(1)

*** Trying float(1.5)
int(1)

*** Trying string(2) "1a"
E_NOTICE: A non well formed numeric value encountered on line 13
int(1)

*** Trying string(1) "a"
*** Caught Argument 1 passed to {closure}() must be of the type integer, string given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying string(0) ""
*** Caught Argument 1 passed to {closure}() must be of the type integer, string given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying int(9223372036854775807)
int(9223372036854775807)

*** Trying float(NAN)
int(0)

*** Trying bool(true)
int(1)

*** Trying bool(false)
int(0)

*** Trying NULL
*** Caught Argument 1 passed to {closure}() must be of the type integer, null given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying array(0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type integer, array given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(stdClass)#6 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type integer, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(Stringable)#7 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type integer, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying resource(5) of type (stream)
*** Caught Argument 1 passed to {closure}() must be of the type integer, resource given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

Testing 'float' type:

*** Trying int(1)
float(1)

*** Trying string(1) "1"
float(1)

*** Trying float(1)
float(1)

*** Trying float(1.5)
float(1.5)

*** Trying string(2) "1a"
E_NOTICE: A non well formed numeric value encountered on line 14
float(1)

*** Trying string(1) "a"
*** Caught Argument 1 passed to {closure}() must be of the type float, string given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying string(0) ""
*** Caught Argument 1 passed to {closure}() must be of the type float, string given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying int(9223372036854775807)
float(9.2233720368548E+18)

*** Trying float(NAN)
float(NAN)

*** Trying bool(true)
float(1)

*** Trying bool(false)
float(0)

*** Trying NULL
*** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying array(0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type float, array given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(stdClass)#6 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type float, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(Stringable)#7 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type float, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying resource(5) of type (stream)
*** Caught Argument 1 passed to {closure}() must be of the type float, resource given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

Testing 'string' type:

*** Trying int(1)
string(1) "1"

*** Trying string(1) "1"
string(1) "1"

*** Trying float(1)
string(1) "1"

*** Trying float(1.5)
string(3) "1.5"

*** Trying string(2) "1a"
string(2) "1a"

*** Trying string(1) "a"
string(1) "a"

*** Trying string(0) ""
string(0) ""

*** Trying int(9223372036854775807)
string(19) "9223372036854775807"

*** Trying float(NAN)
string(3) "NAN"

*** Trying bool(true)
string(1) "1"

*** Trying bool(false)
string(0) ""

*** Trying NULL
*** Caught Argument 1 passed to {closure}() must be of the type string, null given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying array(0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type string, array given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(stdClass)#6 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type string, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(Stringable)#7 (0) {
}
string(6) "foobar"

*** Trying resource(5) of type (stream)
*** Caught Argument 1 passed to {closure}() must be of the type string, resource given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

Testing 'bool' type:

*** Trying int(1)
bool(true)

*** Trying string(1) "1"
bool(true)

*** Trying float(1)
bool(true)

*** Trying float(1.5)
bool(true)

*** Trying string(2) "1a"
bool(true)

*** Trying string(1) "a"
bool(true)

*** Trying string(0) ""
bool(false)

*** Trying int(9223372036854775807)
bool(true)

*** Trying float(NAN)
bool(true)

*** Trying bool(true)
bool(true)

*** Trying bool(false)
bool(false)

*** Trying NULL
*** Caught Argument 1 passed to {closure}() must be of the type boolean, null given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying array(0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type boolean, array given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(stdClass)#6 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type boolean, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying object(Stringable)#7 (0) {
}
*** Caught Argument 1 passed to {closure}() must be of the type boolean, object given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

*** Trying resource(5) of type (stream)
*** Caught Argument 1 passed to {closure}() must be of the type boolean, resource given, called in /php-7.0.5/Zend/tests/type_declarations/scalar_basic.php on line 50

Done
================================================================================
029+ int(0)
029- *** Caught Argument 1 passed to {closure}() must be of the type integer, float given, called in %s on line %d
================================================================================



================================================================================
/php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.phpt
================================================================================
Testing 'int' type:
*** Trying int(1)
int(1)
*** Trying string(1) "1"
int(1)
*** Trying float(1)
int(1)
*** Trying float(1.5)
int(1)
*** Trying string(2) "1a"
E_NOTICE: A non well formed numeric value encountered on line 14
int(1)
*** Trying string(1) "a"
*** Caught Return value of {closure}() must be of the type integer, string returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying string(0) ""
*** Caught Return value of {closure}() must be of the type integer, string returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying int(9223372036854775807)
int(9223372036854775807)
*** Trying float(NAN)
int(0)
*** Trying bool(true)
int(1)
*** Trying bool(false)
int(0)
*** Trying NULL
*** Caught Return value of {closure}() must be of the type integer, null returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying array(0) {
}
*** Caught Return value of {closure}() must be of the type integer, array returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying object(stdClass)#6 (0) {
}
*** Caught Return value of {closure}() must be of the type integer, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying object(Stringable)#7 (0) {
}
*** Caught Return value of {closure}() must be of the type integer, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14
*** Trying resource(5) of type (stream)
*** Caught Return value of {closure}() must be of the type integer, resource returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 14

Testing 'float' type:
*** Trying int(1)
float(1)
*** Trying string(1) "1"
float(1)
*** Trying float(1)
float(1)
*** Trying float(1.5)
float(1.5)
*** Trying string(2) "1a"
E_NOTICE: A non well formed numeric value encountered on line 15
float(1)
*** Trying string(1) "a"
*** Caught Return value of {closure}() must be of the type float, string returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying string(0) ""
*** Caught Return value of {closure}() must be of the type float, string returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying int(9223372036854775807)
float(9.2233720368548E+18)
*** Trying float(NAN)
float(NAN)
*** Trying bool(true)
float(1)
*** Trying bool(false)
float(0)
*** Trying NULL
*** Caught Return value of {closure}() must be of the type float, null returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying array(0) {
}
*** Caught Return value of {closure}() must be of the type float, array returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying object(stdClass)#6 (0) {
}
*** Caught Return value of {closure}() must be of the type float, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying object(Stringable)#7 (0) {
}
*** Caught Return value of {closure}() must be of the type float, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15
*** Trying resource(5) of type (stream)
*** Caught Return value of {closure}() must be of the type float, resource returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 15

Testing 'string' type:
*** Trying int(1)
string(1) "1"
*** Trying string(1) "1"
string(1) "1"
*** Trying float(1)
string(1) "1"
*** Trying float(1.5)
string(3) "1.5"
*** Trying string(2) "1a"
string(2) "1a"
*** Trying string(1) "a"
string(1) "a"
*** Trying string(0) ""
string(0) ""
*** Trying int(9223372036854775807)
string(19) "9223372036854775807"
*** Trying float(NAN)
string(3) "NAN"
*** Trying bool(true)
string(1) "1"
*** Trying bool(false)
string(0) ""
*** Trying NULL
*** Caught Return value of {closure}() must be of the type string, null returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 16
*** Trying array(0) {
}
*** Caught Return value of {closure}() must be of the type string, array returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 16
*** Trying object(stdClass)#6 (0) {
}
*** Caught Return value of {closure}() must be of the type string, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 16
*** Trying object(Stringable)#7 (0) {
}
string(6) "foobar"
*** Trying resource(5) of type (stream)
*** Caught Return value of {closure}() must be of the type string, resource returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 16

Testing 'bool' type:
*** Trying int(1)
bool(true)
*** Trying string(1) "1"
bool(true)
*** Trying float(1)
bool(true)
*** Trying float(1.5)
bool(true)
*** Trying string(2) "1a"
bool(true)
*** Trying string(1) "a"
bool(true)
*** Trying string(0) ""
bool(false)
*** Trying int(9223372036854775807)
bool(true)
*** Trying float(NAN)
bool(true)
*** Trying bool(true)
bool(true)
*** Trying bool(false)
bool(false)
*** Trying NULL
*** Caught Return value of {closure}() must be of the type boolean, null returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 17
*** Trying array(0) {
}
*** Caught Return value of {closure}() must be of the type boolean, array returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 17
*** Trying object(stdClass)#6 (0) {
}
*** Caught Return value of {closure}() must be of the type boolean, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 17
*** Trying object(Stringable)#7 (0) {
}
*** Caught Return value of {closure}() must be of the type boolean, object returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 17
*** Trying resource(5) of type (stream)
*** Caught Return value of {closure}() must be of the type boolean, resource returned in /php-7.0.5/Zend/tests/type_declarations/scalar_return_basic_64bit.php on line 17

Done
================================================================================
020+ int(0)
020- *** Caught Return value of {closure}() must be of the type integer, float returned in %s on line %d
================================================================================



================================================================================
/php-7.0.5/ext/date/tests/009.phpt
================================================================================
Warning: strftime() expects at least 1 parameter, 0 given in /php-7.0.5/ext/date/tests/009.php on line 6
bool(false)
bool(false)
string(176) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 20 27 06/27/06 27 06 2006 Jun 00 12 178 06 00 
 AM 12:00:00 AM 00:00 00 	 00:00:00 2 26 26 26 2 06/27/06 00:00:00 06 2006  +0300 %"
string(5) "%q %a"
bool(false)
string(4) "blah"

Warning: gmstrftime() expects at least 1 parameter, 0 given in /php-7.0.5/ext/date/tests/009.php on line 14
bool(false)
bool(false)
string(175) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 20 26 06/26/06 26 06 2006 Jun 21 09 177 06 00 
 PM 09:00:00 PM 21:00 00 	 21:00:00 1 26 26 26 1 06/26/06 21:00:00 06 2006  +0000 %"
string(5) "%q %a"
bool(false)
string(4) "blah"
Done
================================================================================
007+ bool(false)
008- %unicode|string%(4) "blah"
016+ bool(false)
017- %unicode|string%(4) "blah"
================================================================================



================================================================================
/php-7.0.5/ext/date/tests/bug27780.phpt
================================================================================
America/Chicago
1076824799 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076824801 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079503200 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
1080367200 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
1080460800 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
1081227600 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
1081314000 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
1081317600 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
1081321200 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
1081400400 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
1081400400 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
1083128400 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]

Europe/Amsterdam
1076799599 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076799600 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076799601 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079478000 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
1080342000 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
1080435600 [2004-03-28 03:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
1081292400 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
1081296000 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
1081375200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
1081375200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
1083103200 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]

Asia/Jerusalem
1076795999 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076796000 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076796001 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079474400 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
1080338400 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
1081292400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +1 hour]
1081292400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
1081371600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
1081371600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
1083099600 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]

Asia/Singapore
1076774399 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076774400 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076774401 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079452800 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
1080316800 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
1080410400 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
1081180800 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
1081267200 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
1081270800 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
1081274400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
1081353600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
1081353600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
1083081600 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]

America/Sao_Paulo
1076810399 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076814000 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076814001 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079492400 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
1080356400 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
1080450000 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
1081220400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
1081306800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
1081310400 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
1081314000 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
1081393200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
1081393200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
1083121200 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
================================================================================
002+ 1076824799 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
003+ 1076824800 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
004+ 1076824801 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
005+ 1079503200 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
006+ 1080367200 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
007+ 1080460800 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
008+ 1081227600 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
009+ 1081314000 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
010+ 1081317600 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
011+ 1081321200 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
012+ 1081400400 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
013+ 1081400400 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
014+ 1083128400 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
002- 1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
003- 1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
004- 1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
005- 1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
006- 1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
007- 1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
008- 1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
009- 1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
010- 1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
011- 1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
012- 1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
013- 1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
014- 1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]
017+ 1076799599 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
018+ 1076799600 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
019+ 1076799601 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
020+ 1079478000 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
021+ 1080342000 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
022+ 1080435600 [2004-03-28 03:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
023+ 1081202400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
024+ 1081288800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
025+ 1081292400 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
026+ 1081296000 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
027+ 1081375200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
028+ 1081375200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
029+ 1083103200 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
017- 1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
018- 1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
019- 1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
020- 1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
021- 1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
022- 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
023- 1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
024- 1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
025- 1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
026- 1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
027- 1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
028- 1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
029- 1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]
032+ 1076795999 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
033+ 1076796000 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
034+ 1076796001 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
035+ 1079474400 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
036+ 1080338400 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
037+ 1080432000 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
038+ 1081202400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
039+ 1081288800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
040+ 1081292400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +1 hour]
041+ 1081292400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
042+ 1081371600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
043+ 1081371600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
044+ 1083099600 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
032- 1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
033- 1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
034- 1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
035- 1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
036- 1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
037- 1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
038- 1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
039- 1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
040- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
041- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
042- 1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
043- 1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
044- 1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]
047+ 1076774399 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
048+ 1076774400 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
049+ 1076774401 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
050+ 1079452800 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
051+ 1080316800 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
052+ 1080410400 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
053+ 1081180800 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
054+ 1081267200 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
055+ 1081270800 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
056+ 1081274400 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
057+ 1081353600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
058+ 1081353600 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
059+ 1083081600 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
047- 1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
048- 1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
049- 1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
050- 1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
051- 1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
052- 1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours]
053- 1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
054- 1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
055- 1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
056- 1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
057- 1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
058- 1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
059- 1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]
062+ 1076810399 [2004-02-14 23:59:59 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063+ 1076814000 [2004-02-15 00:00:00 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064+ 1076814001 [2004-02-15 00:00:01 ] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
065+ 1079492400 [2004-03-17 00:00:00 ] [2004-04-07 00:00:00 -21 days]
066+ 1080356400 [2004-03-27 00:00:00 ] [2004-04-07 00:00:00 11 days ago]
067+ 1080450000 [2004-03-28 02:00:00 ] [2004-04-07 00:00:00 -10 day +2 hours]
068+ 1081220400 [2004-04-06 00:00:00 ] [2004-04-07 00:00:00 -1 day]
069+ 1081306800 [2004-04-07 00:00:00 ] [2004-04-07 00:00:00]
070+ 1081310400 [2004-04-07 01:00:00 ] [2004-04-07 00:00:00 +1 hour]
071+ 1081314000 [2004-04-07 02:00:00 ] [2004-04-07 00:00:00 +2 hour]
072+ 1081393200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 +1 day]
073+ 1081393200 [2004-04-08 00:00:00 ] [2004-04-07 00:00:00 1 day]
074+ 1083121200 [2004-04-28 00:00:00 ] [2004-04-07 00:00:00 +21 days]
062- 1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063- 1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064- 1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
065- 1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
066- 1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
067- 1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours]
068- 1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
069- 1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
070- 1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
071- 1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
072- 1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
073- 1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
074- 1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
================================================================================



================================================================================
/php-7.0.5/ext/date/tests/bug32555.phpt
================================================================================
Sat Apr  2 02:30:00 2005 
Sun Apr  3 00:00:00 2005 
Sun Apr  3 03:30:00 2005 
Mon Apr  4 02:30:00 2005
================================================================================
001+ Sat Apr  2 02:30:00 2005 
002+ Sun Apr  3 00:00:00 2005 
003+ Sun Apr  3 03:30:00 2005 
004+ Mon Apr  4 02:30:00 2005
001- Sat Apr  2 02:30:00 2005 EST
002- Sun Apr  3 00:00:00 2005 EST
003- Sun Apr  3 03:30:00 2005 EDT
004- Mon Apr  4 02:30:00 2005 EDT
================================================================================



================================================================================
/php-7.0.5/ext/date/tests/bug33532.phpt
================================================================================
TZ has NOT been set
Should strftime==datestr? Strftime seems to assume GMT tStamp.
input    10:00:00 AM July 1 2005
strftime 10:00:00 AM July 1 2005  +0000
datestr  10:00:00 AM July 1 2005 UTC

Setting TZ
input    10:00:00 AM July 1 2005
strftime 10:00:00 AM July 1 2005  +1000
datestr  10:00:00 AM July 1 2005 AEST
================================================================================
004+ strftime 10:00:00 AM July 1 2005  +0000
004- strftime 10:00:00 AM July 1 2005 UTC +0000
009+ strftime 10:00:00 AM July 1 2005  +1000
009- strftime 10:00:00 AM July 1 2005 AEST +1000
================================================================================



================================================================================
/php-7.0.5/ext/date/tests/bug53437_var5.phpt
================================================================================
object(DateInterval)#1 (15) {
  ["y"]=>
  int(2)
  ["m"]=>
  int(0)
  ["d"]=>
  int(0)
  ["h"]=>
  int(6)
  ["i"]=>
  int(8)
  ["s"]=>
  int(0)
  ["weekday"]=>
  int(10)
  ["weekday_behavior"]=>
  int(10)
  ["first_last_day_of"]=>
  int(0)
  ["invert"]=>
  int(0)
  ["days"]=>
  int(0)
  ["special_type"]=>
  int(0)
  ["special_amount"]=>
  int(-5284220612989638553)
  ["have_weekday_relative"]=>
  int(9)
  ["have_special_relative"]=>
  int(0)
}
==DONE==
================================================================================
027+   int(-5284220612989638553)
027-   int(9223372036854775807)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/bug48147.phpt
================================================================================
Notice: iconv(): Detected an illegal character in input string in /php-7.0.5/ext/iconv/tests/bug48147.php on line 3
bool(false)

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 4
string(0) ""

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 6
string(0) ""

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 8
string(0) ""

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 10
string(0) ""
================================================================================
003- string(10) "aa%C3%B8aa"
004+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 4
005- Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
007+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 6
008+ string(0) ""
009+ 
010+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 8
011+ string(0) ""
012+ 
013+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `UTF-8//IGNORE' is not allowed in /php-7.0.5/ext/iconv/tests/bug48147.php on line 10
007- string(8) "%C3%B8aa"
009- Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/bug52211.phpt
================================================================================
string(36) "PATHOLOGIES M*ëDICO-CHIRUR. ADUL. PL"
================================================================================
001+ string(36) "PATHOLOGIES M*ëDICO-CHIRUR. ADUL. PL"
001- Notice: iconv(): Detected an illegal character in input string in %s on line %d
002- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/eucjp2iso2022jp.phpt
================================================================================

================================================================================
001+ 
001- 1b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c2546252d2539254824481b284220456e676c69736820746578741b2442467c4b5c386c1b2842
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/eucjp2sjis.phpt
================================================================================

================================================================================
001+ 
001- CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0CpP6lnuM6oNlg0yDWINngsZFbmdsaXNoIFRleHQKk/qWe4zqg2WDTINYg2eCxkVuZ2xpc2ggVGV4dAqT+pZ7jOqDZYNMg1iDZ4LGRW5nbGlzaCBUZXh0Cg==
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_basic.phpt
================================================================================
*** Testing iconv() : basic functionality ***

-- Convert to EUC-JP --
Expected EUC-JP encoded string in base64:
string(74) "c6fccbdcb8eca5c6a5ada5b9a5c8a4c7a4b9a1a33031323334a3b5a3b6a3b7a3b8a3b9a1a3"
Converted Strings:

Notice: iconv(): Wrong charset, conversion from `SJIS' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 22
string(0) ""

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 23
string(0) ""

-- Convert to SJIS --
Expected SJIS encoded string in base64:
string(74) "93fa967b8cea8365834c8358836782c582b781423031323334825482558256825782588142"
Converted Strings:

Notice: iconv(): Wrong charset, conversion from `EUC-JP' to `SJIS' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 29
string(0) ""

Notice: iconv(): Wrong charset, conversion from `UTF-8' to `SJIS' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 30
string(0) ""

-- Convert to UTF-8 --
Expected UTF-8 encoded string in base64:
string(106) "e697a5e69cace8aa9ee38386e382ade382b9e38388e381a7e38199e380823031323334efbc95efbc96efbc97efbc98efbc99e38082"
Converted Strings:
string(106) "e697a5e69cace8aa9ee38386e382ade382b9e38388e381a7e38199e380823031323334efbc95efbc96efbc97efbc98efbc99e38082"
string(106) "e697a5e69cace8aa9ee38386e382ade382b9e38388e381a7e38199e380823031323334efbc95efbc96efbc97efbc98efbc99e38082"
Done
================================================================================
007+ 
008+ Notice: iconv(): Wrong charset, conversion from `SJIS' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 22
009+ string(0) ""
010+ 
011+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 23
012+ string(0) ""
007- string(74) "c6fccbdcb8eca5c6a5ada5b9a5c8a4c7a4b9a1a33031323334a3b5a3b6a3b7a3b8a3b9a1a3"
008- string(74) "c6fccbdcb8eca5c6a5ada5b9a5c8a4c7a4b9a1a33031323334a3b5a3b6a3b7a3b8a3b9a1a3"
014- string(74) "93fa967b8cea8365834c8358836782c582b781423031323334825482558256825782588142"
015- string(74) "93fa967b8cea8365834c8358836782c582b781423031323334825482558256825782588142"
018+ 
019+ Notice: iconv(): Wrong charset, conversion from `EUC-JP' to `SJIS' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 29
020+ string(0) ""
021+ 
022+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `SJIS' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic.php on line 30
023+ string(0) ""
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_basic_001.phpt
================================================================================
Notice: iconv(): Wrong charset, conversion from `UTF-8' to `ASCII//TRANSLIT' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic_001.php on line 7
bool(false)
================================================================================
001+ Notice: iconv(): Wrong charset, conversion from `UTF-8' to `ASCII//TRANSLIT' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_basic_001.php on line 7
001- string(15) "Zlutoucky kun\n"
002+ bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_mime_decode.phpt
================================================================================
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
2: iconv_mime_decode(): Malformed string
(0) ""
8: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not allowed
(0) ""
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
2: iconv_mime_decode(): Malformed string
(0) ""
8: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not allowed
(0) ""
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung??   =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(376) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?==?ISO-2022-JP?B?GyRCJXMlVxsoQg==?==?ISO-2022-JP?B?GyRCJWtKOBsoQg==?==?ISO-2022-JP?B?GyRCO3pOcxsoQg==?==?ISO-2022-JP?B?GyRCJTUlcxsoQg==?==?ISO-2022-JP?B?GyRCJVclaxsoQg==?==?ISO-2022-JP?B?GyRCSjg7ehsoQg==?==?ISO-2022-JP?B?GyRCTnNGfBsoQg==?==?ISO-2022-JP?B?GyRCS1w4bBsoQg==?==?ISO-2022-JP?B?GyRCJUYlLRsoQg==?==?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung??   =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(376) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?==?ISO-2022-JP?B?GyRCJXMlVxsoQg==?==?ISO-2022-JP?B?GyRCJWtKOBsoQg==?==?ISO-2022-JP?B?GyRCO3pOcxsoQg==?==?ISO-2022-JP?B?GyRCJTUlcxsoQg==?==?ISO-2022-JP?B?GyRCJVclaxsoQg==?==?ISO-2022-JP?B?GyRCSjg7ehsoQg==?==?ISO-2022-JP?B?GyRCTnNGfBsoQg==?==?ISO-2022-JP?B?GyRCS1w4bBsoQg==?==?ISO-2022-JP?B?GyRCJUYlLRsoQg==?==?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
================================================================================
006+ 8: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not allowed
007+ (0) ""
006- (27) "From: サンプル文字列サンプル文字列日本語テキスト"
012- (27) "From: サンプル文字列サンプル文字列日本語テキスト"
013+ 8: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not allowed
014+ (0) ""
017- (27) "From: サンプル文字列サンプル文字列日本語テキスト"
019+ (376) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?==?ISO-2022-JP?B?GyRCJXMlVxsoQg==?==?ISO-2022-JP?B?GyRCJWtKOBsoQg==?==?ISO-2022-JP?B?GyRCO3pOcxsoQg==?==?ISO-2022-JP?B?GyRCJTUlcxsoQg==?==?ISO-2022-JP?B?GyRCJVclaxsoQg==?==?ISO-2022-JP?B?GyRCSjg7ehsoQg==?==?ISO-2022-JP?B?GyRCTnNGfBsoQg==?==?ISO-2022-JP?B?GyRCS1w4bBsoQg==?==?ISO-2022-JP?B?GyRCJUYlLRsoQg==?==?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
022- (27) "From: サンプル文字列サンプル文字列日本語テキスト"
024+ (376) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?==?ISO-2022-JP?B?GyRCJXMlVxsoQg==?==?ISO-2022-JP?B?GyRCJWtKOBsoQg==?==?ISO-2022-JP?B?GyRCO3pOcxsoQg==?==?ISO-2022-JP?B?GyRCJTUlcxsoQg==?==?ISO-2022-JP?B?GyRCJVclaxsoQg==?==?ISO-2022-JP?B?GyRCSjg7ehsoQg==?==?ISO-2022-JP?B?GyRCTnNGfBsoQg==?==?ISO-2022-JP?B?GyRCS1w4bBsoQg==?==?ISO-2022-JP?B?GyRCJUYlLRsoQg==?==?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_mime_encode.phpt
================================================================================
-------- line length=0
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=1
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=2
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=3
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=4
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=5
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=6
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=7
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=8
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=9
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=10
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=11
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=12
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=13
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=14
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=15
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=16
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=17
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=18
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=19
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=20
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=21
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=22
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=23
2: iconv_mime_encode(): Buffer length exceeded
bool(false)
-------- 
-------- line length=24
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=25
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=26
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=27
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=28
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=29
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=30
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=31
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=32
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=33
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=34
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=35
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=36
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=37
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=38
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=39
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=40
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=41
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=42
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=43
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=44
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=45
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=46
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=47
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=48
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=49
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=50
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=51
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=52
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=53
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=54
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=55
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=56
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=57
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=58
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=59
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=60
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=61
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=62
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=63
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=64
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=65
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=66
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=67
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=68
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=69
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=70
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=71
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=72
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=73
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=74
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=75
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=76
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=77
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=78
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
-------- 
-------- line length=79
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
================================================================================
098+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
098- 2: %s
102+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
102- 2: %s
106+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
106- 2: %s
110+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
110- 2: %s
114+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
114- 2: %s
118+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
118- 2: %s
122+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
122- 2: %s
126+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
126- 2: %s
130+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
130- 2: %s
134+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
134- 2: %s
138+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
138- 2: %s
142+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
142- 2: %s
146+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
147+ bool(false)
148+ -------- 
149+ -------- line length=37
150+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
151+ bool(false)
152+ -------- 
153+ -------- line length=38
154+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
155+ bool(false)
156+ -------- 
157+ -------- line length=39
158+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
159+ bool(false)
160+ -------- 
161+ -------- line length=40
162+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
163+ bool(false)
164+ -------- 
165+ -------- line length=41
166+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
167+ bool(false)
168+ -------- 
169+ -------- line length=42
170+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
171+ bool(false)
172+ -------- 
173+ -------- line length=43
174+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
175+ bool(false)
176+ -------- 
177+ -------- line length=44
178+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
179+ bool(false)
180+ -------- 
181+ -------- line length=45
182+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
183+ bool(false)
184+ -------- 
185+ -------- line length=46
186+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
187+ bool(false)
188+ -------- 
189+ -------- line length=47
190+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
191+ bool(false)
192+ -------- 
193+ -------- line length=48
194+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
195+ bool(false)
196+ -------- 
197+ -------- line length=49
198+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
199+ bool(false)
200+ -------- 
201+ -------- line length=50
202+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
203+ bool(false)
204+ -------- 
205+ -------- line length=51
206+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
207+ bool(false)
208+ -------- 
209+ -------- line length=52
210+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
211+ bool(false)
212+ -------- 
213+ -------- line length=53
214+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
215+ bool(false)
216+ -------- 
217+ -------- line length=54
218+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
219+ bool(false)
220+ -------- 
221+ -------- line length=55
222+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
223+ bool(false)
224+ -------- 
225+ -------- line length=56
226+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
227+ bool(false)
228+ -------- 
229+ -------- line length=57
230+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
231+ bool(false)
232+ -------- 
233+ -------- line length=58
234+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
235+ bool(false)
236+ -------- 
237+ -------- line length=59
238+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
239+ bool(false)
240+ -------- 
241+ -------- line length=60
242+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
243+ bool(false)
244+ -------- 
245+ -------- line length=61
246+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
247+ bool(false)
248+ -------- 
249+ -------- line length=62
250+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
251+ bool(false)
252+ -------- 
253+ -------- line length=63
254+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
255+ bool(false)
256+ -------- 
257+ -------- line length=64
258+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
259+ bool(false)
260+ -------- 
261+ -------- line length=65
262+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
263+ bool(false)
264+ -------- 
265+ -------- line length=66
266+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
267+ bool(false)
268+ -------- 
269+ -------- line length=67
270+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
271+ bool(false)
272+ -------- 
273+ -------- line length=68
274+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
275+ bool(false)
276+ -------- 
277+ -------- line length=69
278+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
279+ bool(false)
280+ -------- 
281+ -------- line length=70
282+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
283+ bool(false)
284+ -------- 
285+ -------- line length=71
286+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
287+ bool(false)
288+ -------- 
289+ -------- line length=72
290+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
291+ bool(false)
292+ -------- 
293+ -------- line length=73
294+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
295+ bool(false)
296+ -------- 
297+ -------- line length=74
298+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
299+ bool(false)
300+ -------- 
301+ -------- line length=75
302+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
303+ bool(false)
304+ -------- 
305+ -------- line length=76
306+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
307+ bool(false)
308+ -------- 
309+ -------- line length=77
310+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
311+ bool(false)
312+ -------- 
313+ -------- line length=78
314+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
315+ bool(false)
316+ -------- 
317+ -------- line length=79
318+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
319+ bool(false)
320+ --------
146- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
147-  =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
148-  =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
149-  =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
150-  =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
151-  =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
152-  =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
153-  =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
154-  =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
155-  =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
156-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
157- -------- bool(true)
158- -------- line length=37
159- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
160-  =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
161-  =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
162-  =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
163-  =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
164-  =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
165-  =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
166-  =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
167-  =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
168-  =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
169-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
170- -------- bool(true)
171- -------- line length=38
172- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
173-  =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
174-  =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
175-  =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
176-  =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
177-  =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
178-  =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
179-  =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
180-  =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
181-  =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
182-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
183- -------- bool(true)
184- -------- line length=39
185- string(236) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
186-  =?ISO-2022-JP?B?GyRCJXMlVyVrSjgbKEI=?=
187-  =?ISO-2022-JP?B?GyRCO3pOcyU1JXMbKEI=?=
188-  =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
189-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwbKEI=?=
190-  =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
191- -------- bool(true)
192- -------- line length=40
193- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
194-  =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
195-  =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
196-  =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
197-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
198-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
199- -------- bool(true)
200- -------- line length=41
201- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
202-  =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
203-  =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
204-  =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
205-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
206-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
207- -------- bool(true)
208- -------- line length=42
209- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
210-  =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
211-  =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
212-  =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
213-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
214-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
215- -------- bool(true)
216- -------- line length=43
217- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
218-  =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
219-  =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
220-  =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bBsoQg==?=
221-  =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
222- -------- bool(true)
223- -------- line length=44
224- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
225-  =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
226-  =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
227-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
228-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
229- -------- bool(true)
230- -------- line length=45
231- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
232-  =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
233-  =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
234-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
235-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
236- -------- bool(true)
237- -------- line length=46
238- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
239-  =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
240-  =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
241-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
242-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
243- -------- bool(true)
244- -------- line length=47
245- string(176) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
246-  =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcyVXJWsbKEI=?=
247-  =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYbKEI=?=
248-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
249- -------- bool(true)
250- -------- line length=48
251- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
252-  =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
253-  =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
254-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
255- -------- bool(true)
256- -------- line length=49
257- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
258-  =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
259-  =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
260-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
261- -------- bool(true)
262- -------- line length=50
263- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
264-  =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
265-  =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
266-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
267- -------- bool(true)
268- -------- line length=51
269- string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
270-  =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjg7ehsoQg==?=
271-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
272- -------- bool(true)
273- -------- line length=52
274- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
275-  =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
276-  =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
277- -------- bool(true)
278- -------- line length=53
279- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
280-  =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
281-  =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
282- -------- bool(true)
283- -------- line length=54
284- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
285-  =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
286-  =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
287- -------- bool(true)
288- -------- line length=55
289- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
290-  =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfEtcOGwbKEI=?=
291-  =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
292- -------- bool(true)
293- -------- line length=56
294- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
295-  =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
296-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
297- -------- bool(true)
298- -------- line length=57
299- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
300-  =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
301-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
302- -------- bool(true)
303- -------- line length=58
304- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
305-  =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
306-  =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
307- -------- bool(true)
308- -------- line length=59
309- string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
310-  =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYlLRsoQg==?=
311-  =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
312- -------- bool(true)
313- -------- line length=60
314- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
315-  =?ISO-2022-JP?B?GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==?="
316- -------- bool(true)
317- -------- line length=61
318- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
319-  =?ISO-2022-JP?B?GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==?="
320- -------- bool(true)
321- -------- line length=62
322- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
323-  =?ISO-2022-JP?B?GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==?="
324- -------- bool(true)
325- -------- line length=63
326- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
327-  =?ISO-2022-JP?B?GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==?="
328- -------- bool(true)
329- -------- line length=64
330- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==?=
331-  =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
332- -------- bool(true)
333- -------- line length=65
334- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==?=
335-  =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
336- -------- bool(true)
337- -------- line length=66
338- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==?=
339-  =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
340- -------- bool(true)
341- -------- line length=67
342- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==?=
343-  =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
344- -------- bool(true)
345- -------- line length=68
346- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3obKEI=?=
347-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
348- -------- bool(true)
349- -------- line length=69
350- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3obKEI=?=
351-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
352- -------- bool(true)
353- -------- line length=70
354- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3obKEI=?=
355-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
356- -------- bool(true)
357- -------- line length=71
358- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3obKEI=?=
359-  =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
360- -------- bool(true)
361- -------- line length=72
362- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOcxsoQg==?=
363-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
364- -------- bool(true)
365- -------- line length=73
366- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOcxsoQg==?=
367-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
368- -------- bool(true)
369- -------- line length=74
370- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOcxsoQg==?=
371-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
372- -------- bool(true)
373- -------- line length=75
374- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOcxsoQg==?=
375-  =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
376- -------- bool(true)
377- -------- line length=76
378- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOc0Z8S1wbKEI=?=
379-  =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
380- -------- bool(true)
381- -------- line length=77
382- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOc0Z8S1wbKEI=?=
383-  =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
384- -------- bool(true)
385- -------- line length=78
386- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOc0Z8S1wbKEI=?=
387-  =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
388- -------- bool(true)
389- -------- line length=79
390- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pOc0Z8S1wbKEI=?=
391-  =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
392- -------- bool(true)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_stream_filter.phpt
================================================================================
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"

Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter.php on line 9
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"

Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter.php on line 17
bool(true)
bool(true)
bool(true)
================================================================================
004+ 
005+ Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter.php on line 9
006+ string(20) "1b244224332473244b24"
007+ string(10) "41244f1b28"
008+ string(2) "42"
009+ 
010+ Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter.php on line 17
004- string(20) "a4b3a4f3a4cba4c1a4cf"
005- string(10) "69636f6e76"
006- string(2) "0a"
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.phpt
================================================================================
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"

Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.php on line 9
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"

Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP.EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.php on line 16
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"

Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.php on line 23
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
================================================================================
004+ 
005+ Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP/EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.php on line 9
006+ string(20) "1b244224332473244b24"
007+ string(10) "41244f1b28"
008+ string(2) "42"
009+ 
010+ Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP.EUC-JP" in /php-7.0.5/ext/iconv/tests/iconv_stream_filter_delimiter.php on line 16
011+ string(20) "1b244224332473244b24"
012+ string(10) "41244f1b28"
013+ string(2) "42"
004- string(20) "a4b3a4f3a4cba4c1a4cf"
005- string(10) "69636f6e76"
006- string(2) "0a"
007- string(20) "a4b3a4f3a4cba4c1a4cf"
008- string(10) "69636f6e76"
009- string(2) "0a"
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_strpos.phpt
================================================================================
2: strpos(): Offset not contained in string
bool(false)
2: iconv_strpos(): Offset not contained in string.
bool(false)
2: strpos(): Offset not contained in string
bool(false)
bool(false)
int(7)
int(7)
int(16)
int(16)
int(300)
int(300)
int(302)
int(151)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
8: iconv_strpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
bool(false)
bool(false)
================================================================================
016+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
017+ bool(false)
018+ 8: iconv_strpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
019+ bool(false)
016- int(1)
017- int(300)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_strrpos.phpt
================================================================================
int(14)
int(9)
int(605)
int(300)
int(305)
int(151)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
bool(false)
bool(false)
================================================================================
007+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
008+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
009+ bool(false)
010+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
011+ bool(false)
012+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
013+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
014+ bool(false)
015+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
016+ bool(false)
017+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
018+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
019+ bool(false)
020+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
021+ bool(false)
022+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
023+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
024+ bool(false)
025+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
026+ bool(false)
027+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
028+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
029+ bool(false)
030+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
031+ bool(false)
032+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
033+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
034+ bool(false)
035+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
036+ bool(false)
037+ 8: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
038+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
039+ bool(false)
040+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
041+ bool(false)
042+ bool(false)
007- int(600)
009- int(601)
010- int(300)
011- int(602)
012- int(301)
013- int(603)
014- int(302)
015- int(604)
016- int(303)
017- int(605)
018- int(304)
019- int(606)
020- int(305)
021- bool(false)
022- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/iconv_substr.phpt
================================================================================
666768696a6b6c
666768696a6b6c
a6a4a8a4aaa4ab

Notice: iconv_substr(): Detected an incomplete multibyte character in input string in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 12

bool(false)
bool(false)
string(14) "This is a test"
string(14) "This is a test"
string(3) "est"
string(3) "est"
string(5) "This "
string(5) "This "
bool(false)
bool(false)
bool(false)
bool(false)

Notice: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33

Notice: iconv_substr(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33

Notice: iconv(): Wrong charset, conversion from `ISO-2022-JP' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33
bool(false)
================================================================================
004+ 
005+ Notice: iconv_substr(): Detected an incomplete multibyte character in input string in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 12
006+ 
004- a4aba4ada4afa4b1a4b3a4b5a4b7
017- string(10) "¤Á¤Ï ISO-2"
019+ 
020+ Notice: iconv(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33
021+ 
022+ Notice: iconv_substr(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33
023+ 
024+ Notice: iconv(): Wrong charset, conversion from `ISO-2022-JP' to `EUC-JP' is not allowed in /php-7.0.5/ext/iconv/tests/iconv_substr.php on line 33
025+ bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/iconv/tests/ob_iconv_handler.phpt
================================================================================

================================================================================
001+ 
001- ‚ ‚¢‚¤‚¦‚¨
================================================================================



================================================================================
/php-7.0.5/ext/json/tests/bug41403.phpt
================================================================================
array(1) {
  [0]=>
  float(2.1)
}
array(1) {
  [0]=>
  float(0.15)
}
array(1) {
  [0]=>
  float(123.13452345)
}
array(2) {
  [0]=>
  int(123)
  [1]=>
  int(13452345)
}
Done
================================================================================
003+   float(2.1)
003-   float(2,1)
007+   float(0.15)
007-   float(0,15)
011+   float(123.13452345)
011-   float(123,13452345)
================================================================================



================================================================================
/php-7.0.5/ext/json/tests/inf_nan_error.phpt
================================================================================
float(INF)
bool(false)
int(7)
string(34) "Inf and NaN cannot be JSON encoded"
string(1) "0"
int(7)
string(34) "Inf and NaN cannot be JSON encoded"

float(NAN)
string(3) "NAN"
int(0)
string(8) "No error"
string(3) "NAN"
int(0)
string(8) "No error"
================================================================================
010+ string(3) "NAN"
011+ int(0)
012+ string(8) "No error"
013+ string(3) "NAN"
014+ int(0)
015+ string(8) "No error"
010- bool(false)
011- int(7)
012- string(34) "Inf and NaN cannot be JSON encoded"
013- string(1) "0"
014- int(7)
015- string(34) "Inf and NaN cannot be JSON encoded"
================================================================================



================================================================================
/php-7.0.5/ext/pcre/tests/locales.phpt
================================================================================
int(0)
int(0)
int(0)
================================================================================
002+ int(0)
002- int(1)
================================================================================



================================================================================
/php-7.0.5/ext/sqlite3/tests/sqlite3_21_security.phpt
================================================================================
Within test directory
object(SQLite3)#1 (0) {
}
bool(true)
Above test directory
Done
================================================================================
006- 
007- Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d
008- Exception: open_basedir prohibits opening %s in %ssqlite3_21_security.php:%d
009- Stack trace:
010- #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')
011- #1 {main}
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/array/locale_sort.phpt
================================================================================
array(13) {
  ["AB"]=>
  string(7) "Alberta"
  ["BC"]=>
  string(20) "Colombie-Britannique"
  ["MB"]=>
  string(8) "Manitoba"
  ["NB"]=>
  string(17) "Nouveau-Brunswick"
  ["NS"]=>
  string(15) "Nouvelle-Écosse"
  ["NU"]=>
  string(7) "Nunavut"
  ["ON"]=>
  string(7) "Ontario"
  ["QC"]=>
  string(6) "Québec"
  ["SK"]=>
  string(12) "Saskatchewan"
  ["NL"]=>
  string(23) "Terre-Neuve-et-Labrador"
  ["YT"]=>
  string(19) "Territoire du Yukon"
  ["NT"]=>
  string(25) "Territoires du Nord-Ouest"
  ["PE"]=>
  string(21) "Île-du-Prince-Édouard"
}
================================================================================
006-   ["PE"]=>
007-   string(21) "Île-du-Prince-Édouard"
026+   ["PE"]=>
027+   string(21) "Île-du-Prince-Édouard"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/bug49244.phpt
================================================================================
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
{NAN} NAN
================================================================================
001+ {NAN} NAN
002+ {NAN} NAN
003+ {NAN} NAN
004+ {NAN} NAN
005+ {NAN} NAN
006+ {NAN} NAN
007+ {NAN} NAN
008+ {NAN} NAN
009+ {NAN} NAN
010+ {NAN} NAN
011+ {NAN} NAN
012+ {NAN} NAN
013+ {NAN} NAN
014+ {NAN} NAN
015+ {NAN} NAN
016+ {NAN} NAN
017+ {NAN} NAN
018+ {NAN} NAN
019+ {NAN} NAN
020+ {NAN} NAN
001- {NaN} NaN
002- {NaN} NaN
003- {NaN} NaN
004- {NaN} NaN
005- {NaN} NaN
006- {NaN} NaN
007- {NaN} NaN
008- {NaN} NaN
009- {NaN} NaN
010- {NaN} NaN
011- {NaN} NaN
012- {NaN} NaN
013- {NaN} NaN
014- {NaN} NaN
015- {NaN} NaN
016- {NaN} NaN
017- {NaN} NaN
018- {NaN} NaN
019- {NaN} NaN
020- {NaN} NaN
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- string(2) "*0"
002- string(2) "*0"
003- string(2) "*0"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/crypt/bcrypt_invalid_cost.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- string(2) "*0"
002- string(2) "*0"
003- string(2) "*0"
004- string(2) "*0"
005- string(2) "*0"
006- string(2) "*0"
007- string(2) "*0"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/crypt/des_fallback_invalid_salt.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %s on line %d
002- string(13) "$#8MWASl5pGIk"
003+ Termsig=11
004- Deprecated: crypt(): Supplied salt is not valid for DES. Possible bug in provided salt format. in %s on line %d
005- string(13) "$54mkQyGCLvHs"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/file/bug43008.phpt
================================================================================
string(8) "foob%2Ar"
================================================================================
001+ string(8) "foob%2Ar"
001- string(8) "foob%E2r"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/file/popen_pclose_error.phpt
================================================================================
*** Testing for error conditions ***

Warning: popen() expects exactly 2 parameters, 0 given in /php-7.0.5/ext/standard/tests/file/popen_pclose_error.php on line 11
NULL

Warning: popen() expects exactly 2 parameters, 1 given in /php-7.0.5/ext/standard/tests/file/popen_pclose_error.php on line 12
NULL
resource(4) of type (stream)
sh: 1: abc.txt: not found

Warning: pclose() expects exactly 1 parameter, 0 given in /php-7.0.5/ext/standard/tests/file/popen_pclose_error.php on line 14
bool(false)

Warning: pclose() expects exactly 1 parameter, 2 given in /php-7.0.5/ext/standard/tests/file/popen_pclose_error.php on line 16
bool(false)

Warning: pclose() expects parameter 1 to be resource, integer given in /php-7.0.5/ext/standard/tests/file/popen_pclose_error.php on line 18
bool(false)

--- Done ---
================================================================================
008+ resource(4) of type (stream)
009+ sh: 1: abc.txt: not found
009- Warning: popen(abc.txt,rw): %s on line %d
010- bool(false)
011- 
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/general_functions/getservbyname_variation2.phpt
================================================================================
*** Test substituting argument 1 with boolean values ***
int(1)
bool(false)
int(1)
bool(false)
================================================================================
002+ int(1)
004+ int(1)
004- bool(false)
005- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/general_functions/getservbyname_variation5.phpt
================================================================================
*** Test substituting argument 1 with int values ***
int(0)
int(1)
int(12345)
bool(false)
================================================================================
002+ int(0)
003+ int(1)
004+ int(12345)
003- bool(false)
004- bool(false)
005- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/general_functions/getservbyport_variation1.phpt
================================================================================
string(5) "65535"
bool(false)
bool(false)

Warning: getservbyport() expects parameter 1 to be integer, array given in /php-7.0.5/ext/standard/tests/general_functions/getservbyport_variation1.php on line 5
NULL

Warning: getservbyport() expects parameter 1 to be integer, array given in /php-7.0.5/ext/standard/tests/general_functions/getservbyport_variation1.php on line 6
NULL

Warning: getservbyport() expects parameter 1 to be integer, array given in /php-7.0.5/ext/standard/tests/general_functions/getservbyport_variation1.php on line 7
NULL
bool(false)
string(4) "http"

Warning: getservbyport() expects parameter 1 to be integer, object given in /php-7.0.5/ext/standard/tests/general_functions/getservbyport_variation1.php on line 10
NULL
================================================================================
001+ string(5) "65535"
003- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/math/bug45712.phpt
================================================================================
float(NAN)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
float(INF)
bool(true)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(true)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(true)
================================================================================
002+ bool(false)
002- bool(true)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/math/is_nan_basic.phpt
================================================================================
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
================================================================================
014+ bool(false)
014- bool(true)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/password/password_deprecated_salts.phpt
================================================================================
Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in /php-7.0.5/ext/standard/tests/password/password_deprecated_salts.php on line 5
string(140239871942664) "
================================================================================
002+ string(140239871942664) "
002- string(60) "$2y$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hi"
003- 
004- Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line %d
005- string(60) "$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y"
006- OK!
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/password/password_hash.phpt
================================================================================
int(140161128079376)
Segmentation fault

Termsig=11
================================================================================
001+ int(140161128079376)
002+ Segmentation fault
003+ 
001- int(60)
002- bool(true)
003- OK!
004+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/password/password_verify.phpt
================================================================================
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)
OK!
================================================================================
004+ bool(false)
005+ bool(false)
004- bool(true)
006- bool(true)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/007.phpt
================================================================================
Warning: php_strip_whitespace(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): failed to open stream: Filename too long in /php-7.0.5/ext/standard/tests/strings/007.php on line 4
string(0) ""
bool(false)
===DONE===
================================================================================
001+ Warning: php_strip_whitespace(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): failed to open stream: Filename too long in /php-7.0.5/ext/standard/tests/strings/007.php on line 4
001- Warning: php_strip_whitespace(%s): failed to open stream: File name too long in %s007.php on line %d
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/bug50052.phpt
================================================================================
$1$f+uslYF01$
Segmentation fault

Termsig=11
================================================================================
002+ Segmentation fault
002- $1$f+uslYF0$orVloNmKSLvOeswusE0bY.
003+ 
004+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/bug51059.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- OK
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/bug54322.phpt
================================================================================
bool(true)
================================================================================
001+ bool(true)
001- Warning: get_html_translation_table() expects parameter 1 to be integer, float given in %s on line %d
002- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/bug54721.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- $1$dW0.is5.$I0iqTYHPzkP4YnRgnXxZW0
002- $1$dW0.is5.$KaspRpPQ9U7Xb5Vv5c.WE/
003- $1$dW0.is5.$X9G1x/Ep8zYQSrU4/lKUg.
004- $1$dW0.is5.$wE5Rz/HxPtDMfqil6kK980
005- $1$dW0.is5.$2E4/ZDY1vr73HqLl1bLs9.
006- $1$dW0.is5.$lvGhphTQwqgKxWhWwYERr1
007- $1$dW0.is5.$XzsWcLSBj2BvhOKH0xdpZ0
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/bug62443.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- OK!
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- STD
002- EXT
003- MD5
004- BLO
003+ Termsig=11
006- Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in %s on line %d
007- string(%d) "%s"
008- 
009- Warning: crypt() expects at least 1 parameter, 0 given in %s on line %d
010- NULL
011- 
012- Warning: crypt() expects at most 2 parameters, 3 given in %s on line %d
013- NULL
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_blowfish.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- 0. OK
002- 1. OK
003- 2. OK
004- 3. OK
005- 4. OK
006- 5. OK
007- 6. OK
008- 7. OK
009- 8. OK
010- 9. OK
011- 10. OK
012- 11. OK
013- 12. OK
014- 13. OK
015- 14. OK
016- 15. OK
017- 16. OK
018- 17. OK
019- 18. OK
020- 19. OK
021- 20. OK
022- 21. OK
023- 22. OK
024- 23. OK
025- 24. OK
026- 25. OK
027- 26. OK
028- 27. OK
029- 28. OK
030- 29. OK
031- 30. OK
032- 31. OK
033- 32. OK
034- 33. OK
035- 34. OK
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_blowfish_variation1.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- 32. OK
002- 33. OK
003- 34. OK
004- 35. OK
005- 36. OK
006- 37. OK
007- 38. OK
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_blowfish_variation2.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- OK
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_chars.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- string(13) "99PxawtsTfX56"
002- string(13) "99jcVcGxUZOWk"
003- string(20) "_01234567IBjxKliXXRQ"
004- string(20) "_012345678OSGpGQRVHA"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_des_error.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- string(2) "*1"
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_sha256.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- Passes.
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_sha512.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
001- Passes.
002+ 
003+ Termsig=11
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/crypt_variation1.phpt
================================================================================
Segmentation fault

Termsig=11
================================================================================
001+ Segmentation fault
002+ 
003+ Termsig=11
001- $5$AAAAAAAAAAAAAAAA$frotiiztWZiwcncxnY5tWG9Ida2WOZEximjLXCleQu6
002- $5$AAAAAAAAAAAAAAAA$frotiiztWZiwcncxnY5tWG9Ida2WOZEximjLXCleQu6
003- $5$AAAAAAAAAAAAAAAA$frotiiztWZiwcncxnY5tWG9Ida2WOZEximjLXCleQu6
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/htmlentities02.phpt
================================================================================
string(0) ""
================================================================================
001+ string(0) ""
001- string(20) "&OElig;&oelig;&Yuml;"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/htmlentities04.phpt
================================================================================
string(0) ""
================================================================================
001+ string(0) ""
001- Strict Standards: htmlentities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
002- string(6) "¡¢¡£¡¤"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/htmlentities15.phpt
================================================================================
string(9) "ÒÏÓËÏÛÎÙÊ"
string(0) ""
================================================================================
002+ string(0) ""
002- string(9) "ÒÏÓËÏÛÎÙÊ"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/moneyformat.phpt
================================================================================
string(6) "X3.14Y"
================================================================================
001+ string(6) "X3.14Y"
001- string(7) "X$3.14Y"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_basic1.phpt
================================================================================
*** Testing setlocale() : basic functionality - set to a specific locale ***
sh: 1: locale: not found
Setting system locale(LC_ALL) to Checking currency settings in the new locale, expected: EUR, Found: 
Test FAILED.
Done
================================================================================
002+ sh: 1: locale: not found
003- string(%d) %s
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
004+ Test FAILED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_basic2.phpt
================================================================================
*** Testing setlocale() with an array containing list of locales ***
sh: 1: locale: not found
-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
Test FAILED.
Done
================================================================================
002+ sh: 1: locale: not found
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
004+ Test FAILED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_basic3.phpt
================================================================================
*** Testing setlocale() by passing multiple locales as argument ***
sh: 1: locale: not found
Done
================================================================================
002+ sh: 1: locale: not found
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_error.phpt
================================================================================
*** Testing setlocale() : error conditions ***

-- Testing setlocale() function with Zero arguments --
Warning: setlocale() expects at least 2 parameters, 0 given in /php-7.0.5/ext/standard/tests/strings/setlocale_error.php on line 12
NULL

-- Testing setlocale() function with One argument, 'category' = LC_ALL --
Warning: setlocale() expects at least 2 parameters, 1 given in /php-7.0.5/ext/standard/tests/strings/setlocale_error.php on line 16
NULL

-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
string(83) "en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid"

-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
string(83) "en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid"

-- Testing setlocale() function with locale name too long, 'category' = LC_ALL --
Warning: setlocale(): Specified locale name is too long in /php-7.0.5/ext/standard/tests/strings/setlocale_error.php on line 29
bool(false)

Done
================================================================================
012+ string(83) "en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid"
012- bool(false)
015+ string(83) "en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid;en_US.invalid"
015- bool(false)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_variation1.phpt
================================================================================
*** Testing setlocale() by passing multiple valid/invalid locales as argument ***
sh: 1: locale: not found
Done
================================================================================
002+ sh: 1: locale: not found
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invalid, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_variation2.phpt
================================================================================
*** Testing setlocale() : usage variations ***
sh: 1: locale: not found
-- Test setlocale() with all available locale in the system --
No of locales found on the machine = 1
No of setlocale() success = 1
Expected no of failures = 0
Test PASSED
Done
================================================================================
002+ sh: 1: locale: not found
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_variation3.phpt
================================================================================
*** Testing setlocale() : usage variations - setting system locale = 0 ***
Locale info, before setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Setting system locale, category = LC_ALL and locale = 0
Locale info, after setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Checking locale in the system, Expected : no change in the existing locale
Test PASSED.
Done
================================================================================
007+   string(0) ""
007-   string(1) ","
009+   string(0) ""
009-   string(4) "USD "
011+   string(0) ""
011-   string(1) "$"
013+   string(0) ""
013-   string(1) "."
015+   string(0) ""
015-   string(1) ","
019+   string(0) ""
019-   string(1) "-"
021+   int(127)
021-   int(2)
023+   int(127)
023-   int(2)
025+   int(127)
025-   int(1)
027+   int(127)
027-   int(0)
029+   int(127)
029-   int(1)
031+   int(127)
031-   int(0)
033+   int(127)
033-   int(1)
035+   int(127)
035-   int(1)
037+   array(0) {
037-   array(2) {
038-     [0]=>
039-     int(3)
040-     [1]=>
041-     int(3)
040+   array(0) {
044-   array(2) {
045-     [0]=>
046-     int(3)
047-     [1]=>
048-     int(3)
049+   string(0) ""
051+   string(0) ""
053+   string(0) ""
055+   string(0) ""
057+   string(0) ""
057-   string(1) ","
059-   string(4) "USD "
061+   string(0) ""
061-   string(1) "$"
063+   int(127)
063-   string(1) "."
065+   int(127)
065-   string(1) ","
067+   int(127)
069+   int(127)
069-   string(1) "-"
071+   int(127)
071-   int(2)
073+   int(127)
073-   int(2)
075+   int(127)
075-   int(1)
077+   int(127)
077-   int(0)
079+   array(0) {
079-   int(1)
081-   int(0)
082+   array(0) {
083-   int(1)
085-   int(1)
087-   array(2) {
088-     [0]=>
089-     int(3)
090-     [1]=>
091-     int(3)
094-   array(2) {
095-     [0]=>
096-     int(3)
097-     [1]=>
098-     int(3)
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_variation4.phpt
================================================================================
*** Testing setlocale() : usage variations - Setting system locale = null ***
Locale info, before setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Setting system locale, category = LC_ALL and locale = null
Locale info, after setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Checking new locale in the system, Expected : the locale names will be set from the values of environment variables
Test FAILED.
Done
================================================================================
007+   string(0) ""
007-   string(1) ","
009+   string(0) ""
009-   string(4) "AUD "
011+   string(0) ""
011-   string(1) "$"
013+   string(0) ""
013-   string(1) "."
015+   string(0) ""
015-   string(1) ","
019+   string(0) ""
019-   string(1) "-"
021+   int(127)
021-   int(2)
023+   int(127)
023-   int(2)
025+   int(127)
025-   int(1)
027+   int(127)
027-   int(0)
029+   int(127)
029-   int(1)
031+   int(127)
031-   int(0)
033+   int(127)
033-   int(1)
035+   int(127)
035-   int(1)
037+   array(0) {
037-   array(2) {
038-     [0]=>
039-     int(3)
040-     [1]=>
041-     int(3)
040+   array(0) {
044-   array(2) {
045-     [0]=>
046-     int(3)
047-     [1]=>
048-     int(3)
049+   string(0) ""
051+   string(0) ""
053+   string(0) ""
055+   string(0) ""
057+   string(0) ""
057-   string(1) ","
059-   string(4) "USD "
061+   string(0) ""
061-   string(1) "$"
063+   int(127)
063-   string(1) "."
065+   int(127)
065-   string(1) ","
067+   int(127)
069+   int(127)
069-   string(1) "-"
071+   int(127)
071-   int(2)
073+   int(127)
073-   int(2)
075+   int(127)
075-   int(1)
077+   int(127)
077-   int(0)
079+   array(0) {
079-   int(1)
081-   int(0)
082+   array(0) {
083-   int(1)
085-   int(1)
086+ Test FAILED.
087-   array(2) {
088-     [0]=>
089-     int(3)
090-     [1]=>
091-     int(3)
094-   array(2) {
095-     [0]=>
096-     int(3)
097-     [1]=>
098-     int(3)
102- Test PASSED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/setlocale_variation5.phpt
================================================================================
*** Testing setlocale() : usage variations - setting system locale = "" ***
Locale info, before setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Setting system locale, category = LC_ALL and locale = ""
Locale info, after setting the locale
array(18) {
  ["decimal_point"]=>
  string(1) "."
  ["thousands_sep"]=>
  string(0) ""
  ["int_curr_symbol"]=>
  string(0) ""
  ["currency_symbol"]=>
  string(0) ""
  ["mon_decimal_point"]=>
  string(0) ""
  ["mon_thousands_sep"]=>
  string(0) ""
  ["positive_sign"]=>
  string(0) ""
  ["negative_sign"]=>
  string(0) ""
  ["int_frac_digits"]=>
  int(127)
  ["frac_digits"]=>
  int(127)
  ["p_cs_precedes"]=>
  int(127)
  ["p_sep_by_space"]=>
  int(127)
  ["n_cs_precedes"]=>
  int(127)
  ["n_sep_by_space"]=>
  int(127)
  ["p_sign_posn"]=>
  int(127)
  ["n_sign_posn"]=>
  int(127)
  ["grouping"]=>
  array(0) {
  }
  ["mon_grouping"]=>
  array(0) {
  }
}
Checking new locale in the system, Expected : the locale names will be set from the values of environment variables
Test FAILED.
Done
================================================================================
007+   string(0) ""
007-   string(1) ","
009+   string(0) ""
009-   string(4) "AUD "
011+   string(0) ""
011-   string(1) "$"
013+   string(0) ""
013-   string(1) "."
015+   string(0) ""
015-   string(1) ","
019+   string(0) ""
019-   string(1) "-"
021+   int(127)
021-   int(2)
023+   int(127)
023-   int(2)
025+   int(127)
025-   int(1)
027+   int(127)
027-   int(0)
029+   int(127)
029-   int(1)
031+   int(127)
031-   int(0)
033+   int(127)
033-   int(1)
035+   int(127)
035-   int(1)
037+   array(0) {
037-   array(2) {
038-     [0]=>
039-     int(3)
040-     [1]=>
041-     int(3)
040+   array(0) {
044-   array(2) {
045-     [0]=>
046-     int(3)
047-     [1]=>
048-     int(3)
049+   string(0) ""
051+   string(0) ""
053+   string(0) ""
055+   string(0) ""
057+   string(0) ""
057-   string(1) ","
059-   string(4) "USD "
061+   string(0) ""
061-   string(1) "$"
063+   int(127)
063-   string(1) "."
065+   int(127)
065-   string(1) ","
067+   int(127)
069+   int(127)
069-   string(1) "-"
071+   int(127)
071-   int(2)
073+   int(127)
073-   int(2)
075+   int(127)
075-   int(1)
077+   int(127)
077-   int(0)
079+   array(0) {
079-   int(1)
081-   int(0)
082+   array(0) {
083-   int(1)
085-   int(1)
086+ Test FAILED.
087-   array(2) {
088-     [0]=>
089-     int(3)
090-     [1]=>
091-     int(3)
094-   array(2) {
095-     [0]=>
096-     int(3)
097-     [1]=>
098-     int(3)
102- Test PASSED.
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/sprintf_f_3.phpt
================================================================================
string(7) "100.426"
string(6) "100.43"
string(11) "100.426000'"
string(6) "123.10"
string(8) "1.231e+2"
================================================================================
001+ string(7) "100.426"
002+ string(6) "100.43"
003+ string(11) "100.426000'"
004+ string(6) "123.10"
001- string(7) "100,426"
002- string(6) "100,43"
003- string(11) "100,426000'"
004- string(6) "123,10"
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/strings/strtoupper.phpt
================================================================================
äöü
================================================================================
001+ äöü
001- ÄÖÜ
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/time/strptime_basic.phpt
================================================================================
*** Testing strptime() : basic functionality ***
bool(false)
array(9) {
  ["tm_sec"]=>
  int(0)
  ["tm_min"]=>
  int(0)
  ["tm_hour"]=>
  int(10)
  ["tm_mday"]=>
  int(2)
  ["tm_mon"]=>
  int(6)
  ["tm_year"]=>
  int(163)
  ["tm_wday"]=>
  int(0)
  ["tm_yday"]=>
  int(0)
  ["unparsed"]=>
  string(0) ""
}
array(9) {
  ["tm_sec"]=>
  int(0)
  ["tm_min"]=>
  int(0)
  ["tm_hour"]=>
  int(10)
  ["tm_mday"]=>
  int(2)
  ["tm_mon"]=>
  int(6)
  ["tm_year"]=>
  int(0)
  ["tm_wday"]=>
  int(2)
  ["tm_yday"]=>
  int(0)
  ["unparsed"]=>
  string(0) ""
}
===DONE===
================================================================================
002+ bool(false)
014-   int(63)
015+   int(163)
016-   int(2)
017+   int(0)
018-   int(182)
019+   int(0)
020-   string(4) " GMT"
021+   string(0) ""
034-   int(163)
035+   int(0)
036-   int(1)
037+   int(2)
038-   int(182)
039+   int(0)
042- array(9) {
043+ ===DONE===
043-   ["tm_sec"]=>
044-   int(0)
045-   ["tm_min"]=>
046-   int(0)
047-   ["tm_hour"]=>
048-   int(10)
049-   ["tm_mday"]=>
050-   int(2)
051-   ["tm_mon"]=>
052-   int(6)
053-   ["tm_year"]=>
054-   int(0)
055-   ["tm_wday"]=>
056-   int(2)
057-   ["tm_yday"]=>
058-   int(182)
059-   ["unparsed"]=>
060-   string(0) ""
061- }
062- ===DONE===
================================================================================



================================================================================
/php-7.0.5/ext/standard/tests/time/strptime_parts.phpt
================================================================================
*** Testing strptime() : basic functionality ***
NULL
NULL
NULL
NULL
NULL
NULL
int(20)
int(1)
int(10)
int(2)
int(6)
int(163)
int(0)
int(1)
int(10)
int(2)
int(6)
int(0)
===DONE===
================================================================================
002+ NULL
003+ NULL
004+ NULL
005+ NULL
006+ NULL
007+ NULL
007- int(63)
008- int(20)
009- int(1)
010- int(10)
011- int(2)
012- int(6)
================================================================================



================================================================================
/php-7.0.5/sapi/cgi/tests/005.phpt
================================================================================
string(51) "Interactive mode enabled
No input file specified.

"
string(51) "Interactive mode enabled
No input file specified.

"
Done
================================================================================
001+ string(51) "Interactive mode enabled
002+ No input file specified.
003+ 
004+ "
005+ string(51) "Interactive mode enabled
006+ No input file specified.
001- string(51) "No input file specified.
002- Interactive mode enabled
005- string(51) "No input file specified.
006- Interactive mode enabled
007- 
008- "
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug43177.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

OK
HTTP/1.0 500 Internal Server Error
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

HTTP/1.0 500 Internal Server Error
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

HTTP/1.0 500 Internal Server Error
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug61679.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
HTTP/1.1 501 Not Implemented
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug61977.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
foo.html => Content-Type: text/html; charset=UTF-8
foo.htm => Content-Type: text/html; charset=UTF-8
foo.svg => Content-Type: image/svg+xml
foo.css => Content-Type: text/css; charset=UTF-8
foo.js => Content-Type: application/javascript
foo.png => Content-Type: image/png
foo.webm => Content-Type: video/webm
foo.ogv => Content-Type: video/ogg
foo.ogg => Content-Type: audio/ogg
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug64878.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
0
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug65066_100.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
HTTP/1.1 100 Continue
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug65066_422.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
HTTP/1.1 422 Unknown Status Code
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug65066_511.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
HTTP/1.1 511 Network Authentication Required
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:41 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug65633.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

array(1) {
  ["foo"]=>
  string(3) "bar"
}
string(3) "bar"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug66606_1.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
NULL
NULL
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug66606_2.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(33) "application/x-www-form-urlencoded"
string(1) "3"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug66830.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug67429.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 308 Permanent Redirect
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

HTTP/1.1 426 Upgrade Required
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug68291.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
Found
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug68745.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

int(14)
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug69655.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016

Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
 in /php-7.0.5/sapi/cli/tests/bug69655.php on line 7

Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
 in /php-7.0.5/sapi/cli/tests/bug69655.php on line 7

Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP/1.0 501 Not Implemented
 in /php-7.0.5/sapi/cli/tests/bug69655.php on line 7
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
002+ 
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug69953.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
string(10) "MKCALENDAR"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug70264.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016

Warning: file_get_contents(http://localhost:8964/..\CREDITS): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
 in /php-7.0.5/sapi/cli/tests/bug70264.php on line 4

Warning: file_get_contents(http://localhost:8964/..%5CCREDITS): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
 in /php-7.0.5/sapi/cli/tests/bug70264.php on line 5
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
002+ 
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/bug71005.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

goodbye
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_001.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
string(11) "Hello world"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_002.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
string(120) "string(25) "/php-7.0.5/sapi/cli/tests"
string(28) "PHP 7.0.5 Development Server"
string(9) "localhost"
string(4) "8964"
"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_003.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
string(4) "okey"
string(4) "okey"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_004.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(19) "HTTP_HOST:localhost"
string(21) "HTTP_USER_AGENT:dummy"
string(15) "HTTP_CUSTOM:foo"
string(32) "HTTP_REFERER:http://www.php.net/"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_005.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

array(1) {
  ["userfile"]=>
  array(5) {
    ["name"]=>
    string(12) "laruence.txt"
    ["type"]=>
    string(10) "text/plain"
    ["tmp_name"]=>
    string(14) "/tmp/phpiOiDpB"
    ["error"]=>
    int(0)
    ["size"]=>
    int(26)
  }
}
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_006.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(3) "foo"
string(3) "bar"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_007.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 401 Unauthorized
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a4d8"
Content-type: text/html; charset=UTF-8
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_008.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(8) "HTTP/1.1"
HTTP/1.0 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(8) "HTTP/1.0"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_009.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(8) "/foo/bar"
HTTP/1.0 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(9) "/foo/bar/"
HTTP/1.0 404 Not Found
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_010.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(18) "/index.php/foo/bar"
string(10) "/index.php"
string(8) "/foo/bar"
string(7) "foo=bar"
HTTP/1.0 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(19) "/index.php/foo/bar/"
string(10) "/index.php"
string(9) "/foo/bar/"
string(7) "foo=bar"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_012.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

Array
(
    [a] => b
)
Array
(
    [a] => b
    [foo] => bar
)
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_013.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 404 Not Found
Host: localhost
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 533

<!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
HTTP/1.1 404 Not Found
Host: localhost
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 547

<!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
HTTP/1.1 404 Not Found
Host: localhost
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 545

<!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was not found on this server.</p></body></html>
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_014.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

done
HTTP/1.1 404 Not Found
Host: localhost
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 551

<!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</code> was not found on this server.</p></body></html>
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_015.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

<br />
<b>Fatal error</b>:  Uncaught Error: Call to undefined function non_exists_function() in /php-7.0.5/sapi/cli/tests/syntax_error.php:1
Stack trace:
#0 /php-7.0.5/sapi/cli/tests/index.php(1): require()
#1 {main}
  thrown in <b>/php-7.0.5/sapi/cli/tests/syntax_error.php</b> on line <b>1</b><br />
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:42 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_016.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 404 Not Found
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_017.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(35) "/php-7.0.5/sapi/cli/tests/index.php"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_018.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(5) "PATCH"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_019.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Bar-Foo: Foo
Content-type: text/html; charset=UTF-8

array(2) {
  ["Host"]=>
  string(9) "localhost"
  ["Foo-Bar"]=>
  string(3) "Bar"
}
array(2) {
  ["Host"]=>
  string(9) "localhost"
  ["Foo-Bar"]=>
  string(3) "Bar"
}
array(3) {
  ["X-Powered-By"]=>
  string(9) "PHP/7.0.5"
  ["Bar-Foo"]=>
  string(3) "Foo"
  ["Content-type"]=>
  string(24) "text/html; charset=UTF-8"
}
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/php_cli_server_020.phpt
================================================================================
PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

string(6) "SEARCH"
================================================================================
001+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================



================================================================================
/php-7.0.5/sapi/cli/tests/upload_2G.phpt
================================================================================
Test

PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
HTTP/1.1 200 OK
Host: localhost
Connection: close
X-Powered-By: PHP/7.0.5
Content-type: text/html; charset=UTF-8

array(1) {
  ["file1"]=>
  array(5) {
    ["name"]=>
    string(9) "file1.txt"
    ["type"]=>
    string(10) "text/plain"
    ["tmp_name"]=>
    string(14) "/tmp/phpmlOALP"
    ["error"]=>
    int(0)
    ["size"]=>
    int(2150000000)
  }
}
Done
================================================================================
003+ PHP 7.0.5 Development Server started at Tue Apr 12 13:48:43 2016
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux test 4.4.6_1 #1 SMP PREEMPT Wed Mar 16 16:41:55 UTC 2016 x86_64

Autoconf:
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
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:
libtool (GNU libtool) 2.4.6
Written by Gordon Matzigkeit, 1996

Copyright (C) 2014 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.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-musl/4.9.3/lto-wrapper
Target: x86_64-linux-musl
Configured with: ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib --libdir=/usr/lib --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-linker-build-id --disable-werror --disable-nls --enable-checking=release --disable-libstdcxx-pch --enable-cloog-backend=isl --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,lto --build=x86_64-linux-musl --enable-java-gc=boehm --enable-fast-character --disable-libsanitizer --disable-symvers libat_cv_have_ifunc=no
Thread model: posix
gcc version 4.9.3 (GCC) 

Bison:

Libraries:
	/lib/ld-musl-x86_64.so.1 (0x55ea5f3a4000)
	libxml2.so.2 => /lib/libxml2.so.2 (0x7f381419a000)
	libz.so.1 => /lib/libz.so.1 (0x7f3813f85000)
	libc.so => /lib/ld-musl-x86_64.so.1 (0x55ea5f3a4000)
	liblzma.so.5 => /lib/liblzma.so.5 (0x7f3813d5f000)



================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 7.0.5

System => Linux test 4.4.6_1 #1 SMP PREEMPT Wed Mar 16 16:41:55 UTC 2016 x86_64
Build Date => Apr 12 2016 13:43:57
Configure Command =>  './configure' 
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
Additional .ini files parsed => (none)
PHP API => 20151012
PHP Extension => 20151012
Zend Extension => 320151012
Zend Extension Build => API320151012,NTS
PHP Extension Build => API20151012,NTS
Debug Build => no
Thread Safety => disabled
Zend Signal Handling => disabled
Zend Memory Manager => enabled
Zend Multibyte Support => disabled
IPv6 Support => enabled
DTrace Support => disabled

Registered PHP Streams => php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk

This program makes use of the Zend Scripting Language Engine:
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies


 _______________________________________________________________________


Configuration

Core

PHP Version => 7.0.5

Directive => Local Value => Master Value
allow_url_fopen => On => On
allow_url_include => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
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 => UTF-8 => UTF-8
default_mimetype => text/html => text/html
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
enable_post_data_reading => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/local/lib/php/extensions/no-debug-non-zts-20151012 => /usr/local/lib/php/extensions/no-debug-non-zts-20151012
file_uploads => On => On
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
input_encoding => no value => no value
internal_encoding => no value => no value
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => 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
max_input_vars => 1000 => 1000
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_encoding => no value => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
request_order => no value => no value
sendmail_from => no value => no value
sendmail_path =>  -t -i  =>  -t -i 
serialize_precision => 17 => 17
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
sys_temp_dir => no value => no value
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
zend.assertions => 1 => 1
zend.detect_unicode => On => On
zend.enable_gc => On => On
zend.multibyte => Off => Off
zend.script_encoding => no value => no value

ctype

ctype functions => enabled

date

date/time support => enabled
"Olson" Timezone Database Version => 2016.3
Timezone Database => internal
Default timezone => UTC

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.9.3
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

fileinfo

fileinfo support => enabled
version => 1.0.5
libmagic => 522

filter

Input Validation and Filtering => enabled
Revision => $Id: 2c8dde9d49ae877877eccaf496c8f5a733b4f1c2 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat 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 => unknown
iconv library version => unknown

Directive => Local Value => Master Value
iconv.input_encoding => no value => no value
iconv.internal_encoding => no value => no value
iconv.output_encoding => no value => no value

json

json support => enabled
json version => 1.4.0

libxml

libXML support => active
libXML Compiled Version => 2.9.3
libXML Loaded Version => 20903
libXML streams => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.38 2015-11-23
PCRE JIT Support => enabled

Directive => Local Value => Master Value
pcre.backtrack_limit => 1000000 => 1000000
pcre.jit => 1 => 1
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.8.10.2

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.2
Phar API version => 1.1.1
SVN revision => $Id: 860f5132d446a7b24c2bbf050ce6949381ea8db5 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => disabled (install ext/zlib)
bzip2 compression => disabled (install pecl/bz2)
OpenSSL support => disabled (install ext/openssl)


Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Id: e1f4ef62622ef222ff6df750254ece3184fd53ef $

Reflection

Reflection => enabled
Version => $Id: 50d0ba002342d41efa753927261e5e09f295ecf9 $

session

Session Support => enabled
Registered save handlers => files user 
Registered serializer handlers => php_serialize php php_binary 

Directive => Local Value => Master Value
session.auto_start => Off => Off
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 => /dev/urandom => /dev/urandom
session.entropy_length => 32 => 32
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.lazy_write => On => On
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.upload_progress.cleanup => On => On
session.upload_progress.enabled => On => On
session.upload_progress.freq => 1% => 1%
session.upload_progress.min_freq => 1 => 1
session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix => upload_progress_ => upload_progress_
session.use_cookies => On => On
session.use_only_cookies => On => On
session.use_strict_mode => Off => Off
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Id: 8a1ef4915f2024925ab80334b809c691c2cc0196 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.8.10.2

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail =>  -t -i 

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

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.9.3

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

Additional Modules

Module Name

Environment

Variable => Value
MAIL => /var/spool/mail/root
USER => root
SSH_CLIENT => deleted
SHLVL => 3
HOME => /root
OLDPWD => /
TEST_PHP_SRCDIR => /php-7.0.5
SSH_TTY => deleted
PAGER => less -X
PS1 => \u@\h \W\$ 
MAKEFLAGS =>  
container => lxc
MAKE_TERMERR => /dev/pts/8
MOZ_PLUGIN_PATH => /usr/lib/mozilla/plugins
LOGNAME => root
_ => /usr/bin/make
TEST_PHP_EXECUTABLE => /php-7.0.5/sapi/cli/php
TERM => screen
LC_COLLATE => C
PATH => /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
MAKELEVEL => 1
STY => 4036.pts-5.x6
LANG => en_US.UTF-8
LS_COLORS => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
SSH_AUTH_SOCK => deleted
SHELL => /bin/bash
MAKE_TERMOUT => /dev/pts/8
WINDOW => 1
PWD => /php-7.0.5
SSH_CONNECTION => deleted
TERMCAP => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
	:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
	:li#39:co#131:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
	:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
	:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
	:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
	:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
	:se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\
	:me=\E[m:ms:\
	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
	:vb=\Eg:G0:as=\E(0:ae=\E(B:\
	:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
	:po=\E[5i:pf=\E[4i:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:\
	:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
	:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
	:F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:F6=\E[1;2S:\
	:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:kb=^H:\
	:K2=\EOE:kB=\E[Z:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:\
	:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:\
	:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:kH=\E[4~:\
	:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\
	:kd=\EOB:kr=\EOC:kl=\EOD:km:
MFLAGS =>  
CC => cc

PHP Variables

Variable => Value
$_SERVER['MAIL'] => /var/spool/mail/root
$_SERVER['USER'] => root
$_SERVER['SSH_CLIENT'] => deleted
$_SERVER['SHLVL'] => 3
$_SERVER['HOME'] => /root
$_SERVER['OLDPWD'] => /
$_SERVER['TEST_PHP_SRCDIR'] => /php-7.0.5
$_SERVER['SSH_TTY'] => deleted
$_SERVER['PAGER'] => less -X
$_SERVER['PS1'] => \u@\h \W\$ 
$_SERVER['MAKEFLAGS'] => 
$_SERVER['container'] => lxc
$_SERVER['MAKE_TERMERR'] => /dev/pts/8
$_SERVER['MOZ_PLUGIN_PATH'] => /usr/lib/mozilla/plugins
$_SERVER['LOGNAME'] => root
$_SERVER['_'] => /usr/bin/make
$_SERVER['TEST_PHP_EXECUTABLE'] => /php-7.0.5/sapi/cli/php
$_SERVER['TERM'] => screen
$_SERVER['LC_COLLATE'] => C
$_SERVER['PATH'] => /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
$_SERVER['MAKELEVEL'] => 1
$_SERVER['STY'] => 4036.pts-5.x6
$_SERVER['LANG'] => en_US.UTF-8
$_SERVER['LS_COLORS'] => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
$_SERVER['SSH_AUTH_SOCK'] => deleted
$_SERVER['SHELL'] => /bin/bash
$_SERVER['MAKE_TERMOUT'] => /dev/pts/8
$_SERVER['WINDOW'] => 1
$_SERVER['PWD'] => /php-7.0.5
$_SERVER['SSH_CONNECTION'] => deleted
$_SERVER['TERMCAP'] => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
	:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
	:li#39:co#131:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
	:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
	:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
	:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
	:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
	:se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\
	:me=\E[m:ms:\
	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
	:vb=\Eg:G0:as=\E(0:ae=\E(B:\
	:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
	:po=\E[5i:pf=\E[4i:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:\
	:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
	:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
	:F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:F6=\E[1;2S:\
	:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:kb=^H:\
	:K2=\EOE:kB=\E[Z:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:\
	:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:\
	:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:kH=\E[4~:\
	:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\
	:kd=\EOB:kr=\EOC:kl=\EOD:km:
$_SERVER['MFLAGS'] => 
$_SERVER['CC'] => cc
$_SERVER['PHP_SELF'] => 
$_SERVER['SCRIPT_NAME'] => 
$_SERVER['SCRIPT_FILENAME'] => 
$_SERVER['PATH_TRANSLATED'] => 
$_SERVER['DOCUMENT_ROOT'] => 
$_SERVER['REQUEST_TIME_FLOAT'] => 1460461842.4433
$_SERVER['REQUEST_TIME'] => 1460461842
$_SERVER['argv'] => Array
(
)

$_SERVER['argc'] => 0
$_ENV['MAIL'] => /var/spool/mail/root
$_ENV['USER'] => root
$_ENV['SSH_CLIENT'] => deleted
$_ENV['SHLVL'] => 3
$_ENV['HOME'] => /root
$_ENV['OLDPWD'] => /
$_ENV['TEST_PHP_SRCDIR'] => /php-7.0.5
$_ENV['SSH_TTY'] => deleted
$_ENV['PAGER'] => less -X
$_ENV['PS1'] => \u@\h \W\$ 
$_ENV['MAKEFLAGS'] => 
$_ENV['container'] => lxc
$_ENV['MAKE_TERMERR'] => /dev/pts/8
$_ENV['MOZ_PLUGIN_PATH'] => /usr/lib/mozilla/plugins
$_ENV['LOGNAME'] => root
$_ENV['_'] => /usr/bin/make
$_ENV['TEST_PHP_EXECUTABLE'] => /php-7.0.5/sapi/cli/php
$_ENV['TERM'] => screen
$_ENV['LC_COLLATE'] => C
$_ENV['PATH'] => /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
$_ENV['MAKELEVEL'] => 1
$_ENV['STY'] => 4036.pts-5.x6
$_ENV['LANG'] => en_US.UTF-8
$_ENV['LS_COLORS'] => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35:*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga=00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:*.pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wmv=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35:*.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
$_ENV['SSH_AUTH_SOCK'] => deleted
$_ENV['SHELL'] => /bin/bash
$_ENV['MAKE_TERMOUT'] => /dev/pts/8
$_ENV['WINDOW'] => 1
$_ENV['PWD'] => /php-7.0.5
$_ENV['SSH_CONNECTION'] => deleted
$_ENV['TERMCAP'] => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
	:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
	:li#39:co#131:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
	:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
	:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
	:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
	:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
	:se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\
	:me=\E[m:ms:\
	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
	:vb=\Eg:G0:as=\E(0:ae=\E(B:\
	:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
	:po=\E[5i:pf=\E[4i:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:\
	:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
	:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
	:F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:F6=\E[1;2S:\
	:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:kb=^H:\
	:K2=\EOE:kB=\E[Z:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:\
	:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:\
	:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:kH=\E[4~:\
	:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\
	:kd=\EOB:kr=\EOC:kl=\EOD:km:
$_ENV['MFLAGS'] => 
$_ENV['CC'] => cc

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].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.