/PHP-8.2/ext/intl/tests/ |
H A D | transliterator_create_from_rule_error.phpt | 12 $rules = <<<RULES 17 $t = Transliterator::createFromRules($rules); 20 $rules = <<<RULES 24 $t = Transliterator::createFromRules($rules); 29 Warning: Transliterator::createFromRules(): String conversion of rules to UTF-16 failed in %s on li… 30 String conversion of rules to UTF-16 failed: U_INVALID_CHAR_FOUND 32 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after… 33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after… 35 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of… 36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
|
H A D | timezone_hasSameRules_basic.phpt | 13 echo "Europe/Lisbon has same rules as itself:\n"; 16 echo "\nEurope/Lisbon has same rules as Portugal:\n"; 19 echo "\nEurope/Lisbon has same rules as Atlantic/Azores:\n"; 24 Europe/Lisbon has same rules as itself: 27 Europe/Lisbon has same rules as Portugal: 30 Europe/Lisbon has same rules as Atlantic/Azores:
|
H A D | transliterator_create_from_rule_basic.phpt | 9 $rules = <<<RULES 14 $t = Transliterator::createFromRules($rules); 19 $u = transliterator_create_from_rules($rules, Transliterator::REVERSE);
|
H A D | rbbiter___construct_basic.phpt | 9 $rules = <<<RULES 22 $rbbi = new IntlRuleBasedBreakIterator($rules); 34 IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules
|
H A D | rbbiter_getRules_basic.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatusVec_basic.phpt | 10 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRules_basic3.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatus_basic.phpt | 10 $rules = <<<RULES 23 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRules_basic2.phpt | 13 $rules = <<<RULES 26 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic3.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic2.phpt | 13 $rules = <<<RULES 26 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | breakiter___construct_error.phpt | 47 …reakIterator::__construct(): unable to create RuleBasedBreakIterator from rules (parse error on li… 55 Exception: IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules…
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 37 char *rules; in _php_intlrbbi_constructor_body() local 45 &rules, &rules_len, &compiled) == FAILURE) { in _php_intlrbbi_constructor_body() 64 if (intl_stringFromChar(rulesStr, rules, rules_len, &status) in _php_intlrbbi_constructor_body() 86 rbbi = new RuleBasedBreakIterator((uint8_t*)rules, rules_len, status); in _php_intlrbbi_constructor_body() 123 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_METHOD() local 125 u8str = intl_charFromString(rules, BREAKITER_ERROR_CODE_P(bio)); in PHP_METHOD() 167 std::unique_ptr<int32_t[]> rules = std::unique_ptr<int32_t[]>(new int32_t[num_rules]); in PHP_METHOD() local 168 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules.get(), num_rules, in PHP_METHOD() 179 add_next_index_long(return_value, rules[i]); in PHP_METHOD() 195 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD() local [all …]
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | finfo_file_regex.phpt | 2 Test finfo_file() function : regex rules 15 echo "*** Testing finfo_file() : regex rules ***\n"; 24 *** Testing finfo_file() : regex rules ***
|
/PHP-8.2/docs/ |
H A D | mailinglist-rules.md | 1 # Mailing list rules 4 mailing lists. Following these rules is considered imperative to the success of 6 impact if you do not follow these rules. More importantly you can actually 7 assume that not following these rules will hurt the PHP project. 11 following some basic rules with regards to mailing list usage will: 22 Having said that, here are the organizational rules: 51 The next few rules are more some general hints: 54 people, double-check the above rules. Try to wait a bit longer before
|
/PHP-8.2/Zend/tests/return_types/ |
H A D | 032.phpt | 2 Nullable return type inheritance rules (nullable and non-nullable)
|
H A D | 031.phpt | 2 Nullable return type inheritance rules (non-nullable and nullable)
|
H A D | bug71978.phpt | 2 Bug #71978 (Existence of return type hint affects other compatibility rules)
|
/PHP-8.2/tests/classes/ |
H A D | inheritance_009.phpt | 2 Ensure private methods with the same name are not checked for inheritance rules - abstract
|
H A D | inheritance_008.phpt | 2 Ensure private methods with the same name are not checked for inheritance rules - static
|
/PHP-8.2/Zend/tests/traits/ |
H A D | bug74607.phpt | 2 Bug #74607 (Traits enforce different inheritance rules - return types)
|
H A D | bug74607a.phpt | 2 Bug #74607 (Traits enforce different inheritance rules - number of required parameters)
|
/PHP-8.2/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 33 …public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD): ?… argument
|
/PHP-8.2/Zend/tests/ |
H A D | magic_methods_inheritance_rules_non_trivial_01.phpt | 2 Magic Methods inheritance rules on a non-trivial class hierarchy
|