Home
last modified time | relevance | path

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

123

/PHP-8.0/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.phpt15 echo "Europe/Lisbon has same rules as itself:\n";
18 echo "\nEurope/Lisbon has same rules as Portugal:\n";
21 echo "\nEurope/Lisbon has same rules as Atlantic/Azores:\n";
26 Europe/Lisbon has same rules as itself:
29 Europe/Lisbon has same rules as Portugal:
32 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.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
36 IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules
H A Drbbiter_getRules_basic.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatusVec_basic.phpt12 $rules = <<<RULES
27 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic3.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatus_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic2.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic3.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic2.phpt12 $rules = <<<RULES
25 $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.0/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp36 char *rules; in _php_intlrbbi_constructor_body() local
44 &rules, &rules_len, &compiled) == FAILURE) { in _php_intlrbbi_constructor_body()
60 if (intl_stringFromChar(rulesStr, rules, rules_len, &status) in _php_intlrbbi_constructor_body()
117 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_METHOD() local
119 u8str = intl_charFromString(rules, BREAKITER_ERROR_CODE_P(bio)); in PHP_METHOD()
161 int32_t *rules = new int32_t[num_rules]; in PHP_METHOD() local
162 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules, num_rules, in PHP_METHOD()
165 delete[] rules; in PHP_METHOD()
174 add_next_index_long(return_value, rules[i]); in PHP_METHOD()
176 delete[] rules; in PHP_METHOD()
[all …]
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt2 Test finfo_file() function : regex rules
16 echo "*** Testing finfo_file() : regex rules ***\n";
25 *** Testing finfo_file() : regex rules ***
/PHP-8.0/docs/
H A Dmailinglist-rules.md1 # Mailinglist rules
4 mailinglists. 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 mailinglist 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.0/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.0/ext/intl/transliterator/
H A Dtransliterator.stub.php19 … public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD) {} argument
/PHP-8.0/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.0/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.0/Zend/tests/
H A Dmagic_methods_inheritance_rules_non_trivial_01.phpt2 Magic Methods inheritance rules on a non-trivial class hierarchy

Completed in 23 milliseconds

123