Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 52) sorted by relevance

123

/PHP-8.2/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt12 $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 Dtimezone_hasSameRules_basic.phpt13 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 Dtransliterator_create_from_rule_basic.phpt9 $rules = <<<RULES
14 $t = Transliterator::createFromRules($rules);
19 $u = transliterator_create_from_rules($rules, Transliterator::REVERSE);
H A Drbbiter___construct_basic.phpt9 $rules = <<<RULES
22 $rbbi = new IntlRuleBasedBreakIterator($rules);
34 IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules
H A Drbbiter_getRules_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatusVec_basic.phpt10 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic3.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatus_basic.phpt10 $rules = <<<RULES
23 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic2.phpt13 $rules = <<<RULES
26 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic3.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic2.phpt13 $rules = <<<RULES
26 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Dbreakiter___construct_error.phpt47 …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 Drulebasedbreakiterator_methods.cpp37 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 Dfinfo_file_regex.phpt2 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 Dmailinglist-rules.md1 # 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 D032.phpt2 Nullable return type inheritance rules (nullable and non-nullable)
H A D031.phpt2 Nullable return type inheritance rules (non-nullable and nullable)
H A Dbug71978.phpt2 Bug #71978 (Existence of return type hint affects other compatibility rules)
/PHP-8.2/tests/classes/
H A Dinheritance_009.phpt2 Ensure private methods with the same name are not checked for inheritance rules - abstract
H A Dinheritance_008.phpt2 Ensure private methods with the same name are not checked for inheritance rules - static
/PHP-8.2/Zend/tests/traits/
H A Dbug74607.phpt2 Bug #74607 (Traits enforce different inheritance rules - return types)
H A Dbug74607a.phpt2 Bug #74607 (Traits enforce different inheritance rules - number of required parameters)
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator.stub.php33 …public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD): ?… argument
/PHP-8.2/Zend/tests/
H A Dmagic_methods_inheritance_rules_non_trivial_01.phpt2 Magic Methods inheritance rules on a non-trivial class hierarchy

Completed in 52 milliseconds

123