- Show whether we execute unicode or native tests
authorMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:51:03 +0000 (19:51 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:51:03 +0000 (19:51 +0000)
run-tests.php

index da4f81b036f69e91054afed6c03a87a00b463c36..ced4296c03ccc7e6bf8d26b5f4e0182f63436be5 100755 (executable)
@@ -171,6 +171,7 @@ PHP_SAPI    : " . PHP_SAPI . "
 PHP_VERSION : " . phpversion() . "
 ZEND_VERSION: " . zend_version() . "
 PHP_OS      : " . PHP_OS . " - " . php_uname() . "
+UNICODE     : " . (ini_get("unicode_semantics") ? "ON" : "OFF") . "
 INI actual  : " . realpath(get_cfg_var("cfg_file_path")) . "
 More .INIs  : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n","", php_ini_scanned_files()) : "** not determined **"); ?>';
        save_text($info_file, $php_info);