3v4l.org

run code in 300+ PHP versions simultaneously
<?php $allIntlCharConstants = (new ReflectionClass('IntlChar'))->getConstants(); $constants = array_filter($allIntlCharConstants, function($name){ return strpos($name, 'CHAR_CATEGORY_') === 0; }, ARRAY_FILTER_USE_KEY); var_dump($constants); IntlChar::enumCharTypes(function($start, $end, $type) use ($constants) { printf("U+%04x through U+%04x are in category %d\n", $start, $end, array_search(type, $constants)); });
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
array(32) { ["CHAR_CATEGORY_UNASSIGNED"]=> int(0) ["CHAR_CATEGORY_GENERAL_OTHER_TYPES"]=> int(0) ["CHAR_CATEGORY_UPPERCASE_LETTER"]=> int(1) ["CHAR_CATEGORY_LOWERCASE_LETTER"]=> int(2) ["CHAR_CATEGORY_TITLECASE_LETTER"]=> int(3) ["CHAR_CATEGORY_MODIFIER_LETTER"]=> int(4) ["CHAR_CATEGORY_OTHER_LETTER"]=> int(5) ["CHAR_CATEGORY_NON_SPACING_MARK"]=> int(6) ["CHAR_CATEGORY_ENCLOSING_MARK"]=> int(7) ["CHAR_CATEGORY_COMBINING_SPACING_MARK"]=> int(8) ["CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER"]=> int(9) ["CHAR_CATEGORY_LETTER_NUMBER"]=> int(10) ["CHAR_CATEGORY_OTHER_NUMBER"]=> int(11) ["CHAR_CATEGORY_SPACE_SEPARATOR"]=> int(12) ["CHAR_CATEGORY_LINE_SEPARATOR"]=> int(13) ["CHAR_CATEGORY_PARAGRAPH_SEPARATOR"]=> int(14) ["CHAR_CATEGORY_CONTROL_CHAR"]=> int(15) ["CHAR_CATEGORY_FORMAT_CHAR"]=> int(16) ["CHAR_CATEGORY_PRIVATE_USE_CHAR"]=> int(17) ["CHAR_CATEGORY_SURROGATE"]=> int(18) ["CHAR_CATEGORY_DASH_PUNCTUATION"]=> int(19) ["CHAR_CATEGORY_START_PUNCTUATION"]=> int(20) ["CHAR_CATEGORY_END_PUNCTUATION"]=> int(21) ["CHAR_CATEGORY_CONNECTOR_PUNCTUATION"]=> int(22) ["CHAR_CATEGORY_OTHER_PUNCTUATION"]=> int(23) ["CHAR_CATEGORY_MATH_SYMBOL"]=> int(24) ["CHAR_CATEGORY_CURRENCY_SYMBOL"]=> int(25) ["CHAR_CATEGORY_MODIFIER_SYMBOL"]=> int(26) ["CHAR_CATEGORY_OTHER_SYMBOL"]=> int(27) ["CHAR_CATEGORY_INITIAL_PUNCTUATION"]=> int(28) ["CHAR_CATEGORY_FINAL_PUNCTUATION"]=> int(29) ["CHAR_CATEGORY_CHAR_CATEGORY_COUNT"]=> int(30) } Fatal error: Uncaught Error: Undefined constant "type" in /in/SED0O:11 Stack trace: #0 [internal function]: {closure}(0, 32, 15) #1 /in/SED0O(10): IntlChar::enumCharTypes(Object(Closure)) #2 {main} thrown in /in/SED0O on line 11
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28
array(32) { ["CHAR_CATEGORY_UNASSIGNED"]=> int(0) ["CHAR_CATEGORY_GENERAL_OTHER_TYPES"]=> int(0) ["CHAR_CATEGORY_UPPERCASE_LETTER"]=> int(1) ["CHAR_CATEGORY_LOWERCASE_LETTER"]=> int(2) ["CHAR_CATEGORY_TITLECASE_LETTER"]=> int(3) ["CHAR_CATEGORY_MODIFIER_LETTER"]=> int(4) ["CHAR_CATEGORY_OTHER_LETTER"]=> int(5) ["CHAR_CATEGORY_NON_SPACING_MARK"]=> int(6) ["CHAR_CATEGORY_ENCLOSING_MARK"]=> int(7) ["CHAR_CATEGORY_COMBINING_SPACING_MARK"]=> int(8) ["CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER"]=> int(9) ["CHAR_CATEGORY_LETTER_NUMBER"]=> int(10) ["CHAR_CATEGORY_OTHER_NUMBER"]=> int(11) ["CHAR_CATEGORY_SPACE_SEPARATOR"]=> int(12) ["CHAR_CATEGORY_LINE_SEPARATOR"]=> int(13) ["CHAR_CATEGORY_PARAGRAPH_SEPARATOR"]=> int(14) ["CHAR_CATEGORY_CONTROL_CHAR"]=> int(15) ["CHAR_CATEGORY_FORMAT_CHAR"]=> int(16) ["CHAR_CATEGORY_PRIVATE_USE_CHAR"]=> int(17) ["CHAR_CATEGORY_SURROGATE"]=> int(18) ["CHAR_CATEGORY_DASH_PUNCTUATION"]=> int(19) ["CHAR_CATEGORY_START_PUNCTUATION"]=> int(20) ["CHAR_CATEGORY_END_PUNCTUATION"]=> int(21) ["CHAR_CATEGORY_CONNECTOR_PUNCTUATION"]=> int(22) ["CHAR_CATEGORY_OTHER_PUNCTUATION"]=> int(23) ["CHAR_CATEGORY_MATH_SYMBOL"]=> int(24) ["CHAR_CATEGORY_CURRENCY_SYMBOL"]=> int(25) ["CHAR_CATEGORY_MODIFIER_SYMBOL"]=> int(26) ["CHAR_CATEGORY_OTHER_SYMBOL"]=> int(27) ["CHAR_CATEGORY_INITIAL_PUNCTUATION"]=> int(28) ["CHAR_CATEGORY_FINAL_PUNCTUATION"]=> int(29) ["CHAR_CATEGORY_CHAR_CATEGORY_COUNT"]=> int(30) } Fatal error: Uncaught Error: Undefined constant "type" in /in/SED0O:11 Stack trace: #0 [internal function]: {closure}(0, 32, 15) #1 /in/SED0O(12): IntlChar::enumCharTypes(Object(Closure)) #2 {main} thrown in /in/SED0O on line 11
Process exited with code 255.
Output for 8.0.13
Fatal error: Uncaught ReflectionException: Class "IntlChar" does not exist in /in/SED0O:3 Stack trace: #0 /in/SED0O(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/SED0O on line 3
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Fatal error: Uncaught ReflectionException: Class IntlChar does not exist in /in/SED0O:3 Stack trace: #0 /in/SED0O(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/SED0O on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.32
array(32) { ["CHAR_CATEGORY_UNASSIGNED"]=> int(0) ["CHAR_CATEGORY_GENERAL_OTHER_TYPES"]=> int(0) ["CHAR_CATEGORY_UPPERCASE_LETTER"]=> int(1) ["CHAR_CATEGORY_LOWERCASE_LETTER"]=> int(2) ["CHAR_CATEGORY_TITLECASE_LETTER"]=> int(3) ["CHAR_CATEGORY_MODIFIER_LETTER"]=> int(4) ["CHAR_CATEGORY_OTHER_LETTER"]=> int(5) ["CHAR_CATEGORY_NON_SPACING_MARK"]=> int(6) ["CHAR_CATEGORY_ENCLOSING_MARK"]=> int(7) ["CHAR_CATEGORY_COMBINING_SPACING_MARK"]=> int(8) ["CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER"]=> int(9) ["CHAR_CATEGORY_LETTER_NUMBER"]=> int(10) ["CHAR_CATEGORY_OTHER_NUMBER"]=> int(11) ["CHAR_CATEGORY_SPACE_SEPARATOR"]=> int(12) ["CHAR_CATEGORY_LINE_SEPARATOR"]=> int(13) ["CHAR_CATEGORY_PARAGRAPH_SEPARATOR"]=> int(14) ["CHAR_CATEGORY_CONTROL_CHAR"]=> int(15) ["CHAR_CATEGORY_FORMAT_CHAR"]=> int(16) ["CHAR_CATEGORY_PRIVATE_USE_CHAR"]=> int(17) ["CHAR_CATEGORY_SURROGATE"]=> int(18) ["CHAR_CATEGORY_DASH_PUNCTUATION"]=> int(19) ["CHAR_CATEGORY_START_PUNCTUATION"]=> int(20) ["CHAR_CATEGORY_END_PUNCTUATION"]=> int(21) ["CHAR_CATEGORY_CONNECTOR_PUNCTUATION"]=> int(22) ["CHAR_CATEGORY_OTHER_PUNCTUATION"]=> int(23) ["CHAR_CATEGORY_MATH_SYMBOL"]=> int(24) ["CHAR_CATEGORY_CURRENCY_SYMBOL"]=> int(25) ["CHAR_CATEGORY_MODIFIER_SYMBOL"]=> int(26) ["CHAR_CATEGORY_OTHER_SYMBOL"]=> int(27) ["CHAR_CATEGORY_INITIAL_PUNCTUATION"]=> int(28) ["CHAR_CATEGORY_FINAL_PUNCTUATION"]=> int(29) ["CHAR_CATEGORY_CHAR_CATEGORY_COUNT"]=> int(30) } Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0000 through U+0020 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0020 through U+0021 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0021 through U+0024 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0024 through U+0025 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0025 through U+0028 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0028 through U+0029 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0029 through U+002a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+002a through U+002b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+002b through U+002c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+002c through U+002d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+002d through U+002e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+002e through U+0030 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0030 through U+003a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+003a through U+003c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+003c through U+003f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+003f through U+0041 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0041 through U+005b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+005b through U+005c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+005c through U+005d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+005d through U+005e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+005e through U+005f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+005f through U+0060 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0060 through U+0061 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0061 through U+007b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+007b through U+007c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+007c through U+007d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+007d through U+007e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+007e through U+007f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+007f through U+00a0 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a0 through U+00a1 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a1 through U+00a2 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a2 through U+00a6 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a6 through U+00a7 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a7 through U+00a8 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a8 through U+00a9 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00a9 through U+00aa are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00aa through U+00ab are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00ab through U+00ac are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00ac through U+00ad are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00ad through U+00ae are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00ae through U+00af are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00af through U+00b0 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b0 through U+00b1 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b1 through U+00b2 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b2 through U+00b4 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b4 through U+00b5 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b5 through U+00b6 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b6 through U+00b8 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b8 through U+00b9 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00b9 through U+00ba are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00ba through U+00bb are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00bb through U+00bc are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00bc through U+00bf are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00bf through U+00c0 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00c0 through U+00d7 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00d7 through U+00d8 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00d8 through U+00df are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00df through U+00f7 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00f7 through U+00f8 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+00f8 through U+0100 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0100 through U+0101 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0101 through U+0102 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0102 through U+0103 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0103 through U+0104 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0104 through U+0105 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0105 through U+0106 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0106 through U+0107 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0107 through U+0108 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0108 through U+0109 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0109 through U+010a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010a through U+010b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010b through U+010c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010c through U+010d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010d through U+010e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010e through U+010f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+010f through U+0110 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0110 through U+0111 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0111 through U+0112 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0112 through U+0113 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0113 through U+0114 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0114 through U+0115 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0115 through U+0116 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0116 through U+0117 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0117 through U+0118 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0118 through U+0119 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0119 through U+011a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011a through U+011b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011b through U+011c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011c through U+011d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011d through U+011e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011e through U+011f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+011f through U+0120 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0120 through U+0121 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0121 through U+0122 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0122 through U+0123 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0123 through U+0124 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0124 through U+0125 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0125 through U+0126 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0126 through U+0127 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0127 through U+0128 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0128 through U+0129 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0129 through U+012a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012a through U+012b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012b through U+012c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012c through U+012d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012d through U+012e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012e through U+012f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+012f through U+0130 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0130 through U+0131 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0131 through U+0132 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0132 through U+0133 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0133 through U+0134 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0134 through U+0135 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0135 through U+0136 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0136 through U+0137 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0137 through U+0139 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0139 through U+013a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013a through U+013b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013b through U+013c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013c through U+013d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013d through U+013e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013e through U+013f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+013f through U+0140 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0140 through U+0141 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0141 through U+0142 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0142 through U+0143 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0143 through U+0144 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0144 through U+0145 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0145 through U+0146 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0146 through U+0147 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0147 through U+0148 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0148 through U+014a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014a through U+014b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014b through U+014c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014c through U+014d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014d through U+014e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014e through U+014f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+014f through U+0150 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0150 through U+0151 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0151 through U+0152 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0152 through U+0153 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0153 through U+0154 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0154 through U+0155 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0155 through U+0156 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0156 through U+0157 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0157 through U+0158 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0158 through U+0159 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0159 through U+015a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015a through U+015b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015b through U+015c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015c through U+015d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015d through U+015e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015e through U+015f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+015f through U+0160 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0160 through U+0161 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0161 through U+0162 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0162 through U+0163 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0163 through U+0164 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0164 through U+0165 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0165 through U+0166 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0166 through U+0167 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0167 through U+0168 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0168 through U+0169 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0169 through U+016a are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016a through U+016b are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016b through U+016c are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016c through U+016d are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016d through U+016e are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016e through U+016f are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+016f through U+0170 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0170 through U+0171 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0171 through U+0172 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0172 through U+0173 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0173 through U+0174 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0174 through U+0175 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0175 through U+0176 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/SED0O on line 11 U+0176 through U+0177 are in category 0 Warning: Use of undefined constant type - assumed 'type' (this wi
Process exited with code 137.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
array(32) { ["CHAR_CATEGORY_UNASSIGNED"]=> int(0) ["CHAR_CATEGORY_GENERAL_OTHER_TYPES"]=> int(0) ["CHAR_CATEGORY_UPPERCASE_LETTER"]=> int(1) ["CHAR_CATEGORY_LOWERCASE_LETTER"]=> int(2) ["CHAR_CATEGORY_TITLECASE_LETTER"]=> int(3) ["CHAR_CATEGORY_MODIFIER_LETTER"]=> int(4) ["CHAR_CATEGORY_OTHER_LETTER"]=> int(5) ["CHAR_CATEGORY_NON_SPACING_MARK"]=> int(6) ["CHAR_CATEGORY_ENCLOSING_MARK"]=> int(7) ["CHAR_CATEGORY_COMBINING_SPACING_MARK"]=> int(8) ["CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER"]=> int(9) ["CHAR_CATEGORY_LETTER_NUMBER"]=> int(10) ["CHAR_CATEGORY_OTHER_NUMBER"]=> int(11) ["CHAR_CATEGORY_SPACE_SEPARATOR"]=> int(12) ["CHAR_CATEGORY_LINE_SEPARATOR"]=> int(13) ["CHAR_CATEGORY_PARAGRAPH_SEPARATOR"]=> int(14) ["CHAR_CATEGORY_CONTROL_CHAR"]=> int(15) ["CHAR_CATEGORY_FORMAT_CHAR"]=> int(16) ["CHAR_CATEGORY_PRIVATE_USE_CHAR"]=> int(17) ["CHAR_CATEGORY_SURROGATE"]=> int(18) ["CHAR_CATEGORY_DASH_PUNCTUATION"]=> int(19) ["CHAR_CATEGORY_START_PUNCTUATION"]=> int(20) ["CHAR_CATEGORY_END_PUNCTUATION"]=> int(21) ["CHAR_CATEGORY_CONNECTOR_PUNCTUATION"]=> int(22) ["CHAR_CATEGORY_OTHER_PUNCTUATION"]=> int(23) ["CHAR_CATEGORY_MATH_SYMBOL"]=> int(24) ["CHAR_CATEGORY_CURRENCY_SYMBOL"]=> int(25) ["CHAR_CATEGORY_MODIFIER_SYMBOL"]=> int(26) ["CHAR_CATEGORY_OTHER_SYMBOL"]=> int(27) ["CHAR_CATEGORY_INITIAL_PUNCTUATION"]=> int(28) ["CHAR_CATEGORY_FINAL_PUNCTUATION"]=> int(29) ["CHAR_CATEGORY_CHAR_CATEGORY_COUNT"]=> int(30) } Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0000 through U+0020 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0020 through U+0021 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0021 through U+0024 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0024 through U+0025 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0025 through U+0028 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0028 through U+0029 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0029 through U+002a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+002a through U+002b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+002b through U+002c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+002c through U+002d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+002d through U+002e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+002e through U+0030 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0030 through U+003a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+003a through U+003c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+003c through U+003f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+003f through U+0041 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0041 through U+005b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+005b through U+005c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+005c through U+005d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+005d through U+005e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+005e through U+005f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+005f through U+0060 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0060 through U+0061 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0061 through U+007b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+007b through U+007c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+007c through U+007d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+007d through U+007e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+007e through U+007f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+007f through U+00a0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a0 through U+00a1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a1 through U+00a2 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a2 through U+00a6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a6 through U+00a7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a7 through U+00a8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a8 through U+00a9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00a9 through U+00aa are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00aa through U+00ab are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00ab through U+00ac are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00ac through U+00ad are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00ad through U+00ae are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00ae through U+00af are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00af through U+00b0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b0 through U+00b1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b1 through U+00b2 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b2 through U+00b4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b4 through U+00b5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b5 through U+00b6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b6 through U+00b8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b8 through U+00b9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00b9 through U+00ba are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00ba through U+00bb are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00bb through U+00bc are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00bc through U+00bf are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00bf through U+00c0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00c0 through U+00d7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00d7 through U+00d8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00d8 through U+00df are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00df through U+00f7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00f7 through U+00f8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+00f8 through U+0100 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0100 through U+0101 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0101 through U+0102 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0102 through U+0103 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0103 through U+0104 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0104 through U+0105 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0105 through U+0106 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0106 through U+0107 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0107 through U+0108 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0108 through U+0109 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0109 through U+010a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010a through U+010b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010b through U+010c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010c through U+010d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010d through U+010e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010e through U+010f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+010f through U+0110 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0110 through U+0111 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0111 through U+0112 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0112 through U+0113 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0113 through U+0114 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0114 through U+0115 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0115 through U+0116 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0116 through U+0117 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0117 through U+0118 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0118 through U+0119 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0119 through U+011a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011a through U+011b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011b through U+011c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011c through U+011d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011d through U+011e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011e through U+011f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+011f through U+0120 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0120 through U+0121 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0121 through U+0122 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0122 through U+0123 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0123 through U+0124 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0124 through U+0125 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0125 through U+0126 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0126 through U+0127 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0127 through U+0128 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0128 through U+0129 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0129 through U+012a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012a through U+012b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012b through U+012c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012c through U+012d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012d through U+012e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012e through U+012f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+012f through U+0130 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0130 through U+0131 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0131 through U+0132 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0132 through U+0133 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0133 through U+0134 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0134 through U+0135 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0135 through U+0136 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0136 through U+0137 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0137 through U+0139 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0139 through U+013a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013a through U+013b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013b through U+013c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013c through U+013d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013d through U+013e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013e through U+013f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+013f through U+0140 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0140 through U+0141 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0141 through U+0142 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0142 through U+0143 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0143 through U+0144 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0144 through U+0145 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0145 through U+0146 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0146 through U+0147 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0147 through U+0148 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0148 through U+014a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014a through U+014b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014b through U+014c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014c through U+014d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014d through U+014e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014e through U+014f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+014f through U+0150 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0150 through U+0151 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0151 through U+0152 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0152 through U+0153 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0153 through U+0154 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0154 through U+0155 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0155 through U+0156 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0156 through U+0157 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0157 through U+0158 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0158 through U+0159 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0159 through U+015a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015a through U+015b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015b through U+015c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015c through U+015d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015d through U+015e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015e through U+015f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+015f through U+0160 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0160 through U+0161 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0161 through U+0162 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0162 through U+0163 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0163 through U+0164 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0164 through U+0165 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0165 through U+0166 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0166 through U+0167 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0167 through U+0168 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0168 through U+0169 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0169 through U+016a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016a through U+016b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016b through U+016c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016c through U+016d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016d through U+016e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016e through U+016f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+016f through U+0170 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0170 through U+0171 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0171 through U+0172 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0172 through U+0173 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0173 through U+0174 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0174 through U+0175 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0175 through U+0176 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0176 through U+0177 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0177 through U+0178 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0178 through U+017a are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+017a through U+017b are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+017b through U+017c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+017c through U+017d are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+017d through U+017e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+017e through U+0181 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0181 through U+0183 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0183 through U+0184 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0184 through U+0185 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0185 through U+0186 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0186 through U+0188 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0188 through U+0189 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0189 through U+018c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+018c through U+018e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+018e through U+0192 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0192 through U+0193 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0193 through U+0195 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0195 through U+0196 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0196 through U+0199 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+0199 through U+019c are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+019c through U+019e are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+019e through U+019f are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+019f through U+01a1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a1 through U+01a2 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a2 through U+01a3 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a3 through U+01a4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a4 through U+01a5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a5 through U+01a6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a6 through U+01a8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a8 through U+01a9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01a9 through U+01aa are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01aa through U+01ac are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01ac through U+01ad are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01ad through U+01ae are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01ae through U+01b0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b0 through U+01b1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b1 through U+01b4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b4 through U+01b5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b5 through U+01b6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b6 through U+01b7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b7 through U+01b9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01b9 through U+01bb are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01bb through U+01bc are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01bc through U+01bd are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01bd through U+01c0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c0 through U+01c4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c4 through U+01c5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c5 through U+01c6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c6 through U+01c7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c7 through U+01c8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c8 through U+01c9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01c9 through U+01ca are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01ca through U+01cb are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01cb through U+01cc are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01cc through U+01cd are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01cd through U+01ce are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01ce through U+01cf are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01cf through U+01d0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d0 through U+01d1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d1 through U+01d2 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d2 through U+01d3 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d3 through U+01d4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d4 through U+01d5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d5 through U+01d6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d6 through U+01d7 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d7 through U+01d8 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d8 through U+01d9 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01d9 through U+01da are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01da through U+01db are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01db through U+01dc are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01dc through U+01de are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01de through U+01df are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01df through U+01e0 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e0 through U+01e1 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e1 through U+01e2 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e2 through U+01e3 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e3 through U+01e4 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e4 through U+01e5 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e5 through U+01e6 are in category 0 Notice: Use of undefined constant type - assumed 'type' in /in/SED0O on line 11 U+01e6 through U+01e7 are in category 0
Process exited with code 137.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Fatal error: Uncaught exception 'ReflectionException' with message 'Class IntlChar does not exist' in /in/SED0O:3 Stack trace: #0 /in/SED0O(3): ReflectionClass->__construct('IntlChar') #1 {main} thrown in /in/SED0O on line 3
Process exited with code 255.

preferences:
267.89 ms | 402 KiB | 273 Q