3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = new ReflectionClass(IntlChar::CLASS); foreach($x->getMethods() as $method) echo $method . "\n";
Output for git.master, git.master_jit
Method [ <internal:intl> static public method hasBinaryProperty ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <required> int $property ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method charAge ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?array ] } Method [ <internal:intl> static public method charDigitValue ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charDirection ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charFromName ] { - Parameters [2] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charMirror ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method charName ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ ?string ] } Method [ <internal:intl> static public method charType ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method chr ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?string ] } Method [ <internal:intl> static public method digit ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $base = 10 ] } - Tentative return [ int|false|null ] } Method [ <internal:intl> static public method enumCharNames ] { - Parameters [4] { Parameter #0 [ <required> string|int $start ] Parameter #1 [ <required> string|int $end ] Parameter #2 [ <required> callable $callback ] Parameter #3 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method enumCharTypes ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - Tentative return [ void ] } Method [ <internal:intl> static public method foldCase ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $options = IntlChar::FOLD_CASE_DEFAULT ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method forDigit ] { - Parameters [2] { Parameter #0 [ <required> int $digit ] Parameter #1 [ <optional> int $base = 10 ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getBidiPairedBracket ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method getBlockCode ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getCombiningClass ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getFC_NFKC_Closure ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|false|null ] } Method [ <internal:intl> static public method getIntPropertyMaxValue ] { - Parameters [1] { Parameter #0 [ <required> int $property ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getIntPropertyMinValue ] { - Parameters [1] { Parameter #0 [ <required> int $property ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getIntPropertyValue ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <required> int $property ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getNumericValue ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?float ] } Method [ <internal:intl> static public method getPropertyEnum ] { - Parameters [1] { Parameter #0 [ <required> string $alias ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getPropertyName ] { - Parameters [2] { Parameter #0 [ <required> int $property ] Parameter #1 [ <optional> int $type = IntlChar::LONG_PROPERTY_NAME ] } - Tentative return [ string|false ] } Method [ <internal:intl> static public method getPropertyValueEnum ] { - Parameters [2] { Parameter #0 [ <required> int $property ] Parameter #1 [ <required> string $name ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getPropertyValueName ] { - Parameters [3] { Parameter #0 [ <required> int $property ] Parameter #1 [ <required> int $value ] Parameter #2 [ <optional> int $type = IntlChar::LONG_PROPERTY_NAME ] } - Tentative return [ string|false ] } Method [ <internal:intl> static public method getUnicodeVersion ] { - Parameters [0] { } - Tentative return [ array ] } Method [ <internal:intl> static public method isalnum ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isalpha ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isbase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isblank ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method iscntrl ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isdefined ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isdigit ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isgraph ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDIgnorable ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDPart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDStart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isISOControl ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaIDPart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaIDStart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaSpaceChar ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method islower ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isMirrored ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isprint ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method ispunct ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isspace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method istitle ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUAlphabetic ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isULowercase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isupper ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUUppercase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUWhiteSpace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isWhitespace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isxdigit ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method ord ] { - Parameters [1] { Parameter #0 [ <required> string|int $character ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method tolower ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method totitle ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method toupper ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] }
Output for rfc.property-hooks
Method [ <internal:intl> static public method hasBinaryProperty ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <required> int $property ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method charAge ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?array ] } Method [ <internal:intl> static public method charDigitValue ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charDirection ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charFromName ] { - Parameters [2] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method charMirror ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method charName ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ ?string ] } Method [ <internal:intl> static public method charType ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method chr ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?string ] } Method [ <internal:intl> static public method digit ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $base = 10 ] } - Tentative return [ int|false|null ] } Method [ <internal:intl> static public method enumCharNames ] { - Parameters [4] { Parameter #0 [ <required> string|int $start ] Parameter #1 [ <required> string|int $end ] Parameter #2 [ <required> callable $callback ] Parameter #3 [ <optional> int $type = IntlChar::UNICODE_CHAR_NAME ] } - Tentative return [ bool ] } Method [ <internal:intl> static public method enumCharTypes ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - Tentative return [ void ] } Method [ <internal:intl> static public method foldCase ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <optional> int $options = IntlChar::FOLD_CASE_DEFAULT ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method forDigit ] { - Parameters [2] { Parameter #0 [ <required> int $digit ] Parameter #1 [ <optional> int $base = 10 ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getBidiPairedBracket ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method getBlockCode ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getCombiningClass ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getFC_NFKC_Closure ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|false|null ] } Method [ <internal:intl> static public method getIntPropertyMaxValue ] { - Parameters [1] { Parameter #0 [ <required> int $property ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getIntPropertyMinValue ] { - Parameters [1] { Parameter #0 [ <required> int $property ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getIntPropertyValue ] { - Parameters [2] { Parameter #0 [ <required> string|int $codepoint ] Parameter #1 [ <required> int $property ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method getNumericValue ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?float ] } Method [ <internal:intl> static public method getPropertyEnum ] { - Parameters [1] { Parameter #0 [ <required> string $alias ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getPropertyName ] { - Parameters [2] { Parameter #0 [ <required> int $property ] Parameter #1 [ <optional> int $type = IntlChar::LONG_PROPERTY_NAME ] } - Tentative return [ string|false ] } Method [ <internal:intl> static public method getPropertyValueEnum ] { - Parameters [2] { Parameter #0 [ <required> int $property ] Parameter #1 [ <required> string $name ] } - Tentative return [ int ] } Method [ <internal:intl> static public method getPropertyValueName ] { - Parameters [3] { Parameter #0 [ <required> int $property ] Parameter #1 [ <required> int $value ] Parameter #2 [ <optional> int $type = IntlChar::LONG_PROPERTY_NAME ] } - Tentative return [ string|false ] } Method [ <internal:intl> static public method getUnicodeVersion ] { - Parameters [0] { } - Tentative return [ array ] } Method [ <internal:intl> static public method isalnum ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isalpha ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isbase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isblank ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method iscntrl ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isdefined ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isdigit ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isgraph ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDIgnorable ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDPart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isIDStart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isISOControl ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaIDPart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaIDStart ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isJavaSpaceChar ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method islower ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isMirrored ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isprint ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method ispunct ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isspace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method istitle ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUAlphabetic ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isULowercase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isupper ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUUppercase ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isUWhiteSpace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isWhitespace ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method isxdigit ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ ?bool ] } Method [ <internal:intl> static public method ord ] { - Parameters [1] { Parameter #0 [ <required> string|int $character ] } - Tentative return [ ?int ] } Method [ <internal:intl> static public method tolower ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method totitle ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] } Method [ <internal:intl> static public method toupper ] { - Parameters [1] { Parameter #0 [ <required> string|int $codepoint ] } - Tentative return [ string|int|null ] }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
60.38 ms | 425 KiB | 8 Q