No keywords return:
Fatal error: Uncaught Error: Class "Locale" not found in /in/nhDZW:4
Stack trace:
#0 {main}
thrown in /in/nhDZW on line 4
Process exited with code 255.
No keywords return: NULL
No locale specified use the default, which doesn't usually have keywords. Returns: NULL
But it could, so worth mentioning the argument default. Returns: array(2) {
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
}
The INTL_MAX_LOCALE_LEN is: 156
So a string of 156 returns: array(5) {
["calendar"]=>
string(16) "islamic-umalqura"
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
["foo"]=>
string(60) "lorumipsumsedutperspiciatisundeomnisistenatuserrorsitlorumip"
["numbers"]=>
string(7) "hansfin"
}
But a string of 157 returns: NULL
Just one keyword value with a max length longer than 100? (114) Returns: array(1) {
["cfoo"]=>
string(114) "lorumipsumsedutperspiciatisundeomnisistenatuserrorsitlorumipslorumipsumsedutperspiciatisundeomnisistenatuserrorsit"
}
Just one keyword key with a max length longer than 100? (114) Returns: NULL
No keywords return: NULL
No locale specified use the default, which doesn't usually have keywords. Returns: NULL
But it could, so worth mentioning the argument default. Returns: array(2) {
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
}
The INTL_MAX_LOCALE_LEN is: 80
So a string of 156 returns: NULL
But a string of 157 returns: NULL
Just one keyword value with a max length longer than 100? (114) Returns: NULL
Just one keyword key with a max length longer than 100? (114) Returns: NULL
No keywords return: NULL
No locale specified use the default, which doesn't usually have keywords. Returns: NULL
But it could, so worth mentioning the argument default. Returns: array(2) {
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
}
The INTL_MAX_LOCALE_LEN is: 80
So a string of 156 returns: array(5) {
["calendar"]=>
string(16) "islamic-umalqura"
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
["foo"]=>
string(60) "lorumipsumsedutperspiciatisundeomnisistenatuserrorsitlorumip"
["numbers"]=>
string(7) "hansfin"
}
But a string of 157 returns: array(5) {
["calendar"]=>
string(16) "islamic-umalqura"
["collation"]=>
string(9) "PHONEBOOK"
["currency"]=>
string(3) "EUR"
["foo"]=>
string(61) "lorumipsumsedutperspiciatisundeomnisistenatuserrorsitlorumips"
["numbers"]=>
string(7) "hansfin"
}
Just one keyword value with a max length longer than 100? (114) Returns: array(1) {
["cfoo"]=>
string(114) "lorumipsumsedutperspiciatisundeomnisistenatuserrorsitlorumipslorumipsumsedutperspiciatisundeomnisistenatuserrorsit"
}
Just one keyword key with a max length longer than 100? (114) Returns: NULL