Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp35 char *rules; in _php_intlrbbi_constructor_body() local
42 &rules, &rules_len, &compiled) == FAILURE) { in _php_intlrbbi_constructor_body()
54 if (intl_stringFromChar(rulesStr, rules, rules_len, &status) in _php_intlrbbi_constructor_body()
119 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_FUNCTION() local
121 u8str = intl_charFromString(rules, BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION()
170 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION() local
171 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules, num_rules, in PHP_FUNCTION()
174 delete[] rules; in PHP_FUNCTION()
183 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
185 delete[] rules; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt18 $rules = <<<RULES
23 $t = Transliterator::createFromRules($rules);
26 $rules = <<<RULES
30 $t = Transliterator::createFromRules($rules);
44 Warning: Transliterator::createFromRules(): String conversion of rules to UTF-16 failed in %s on li…
45 String conversion of rules to UTF-16 failed: U_INVALID_CHAR_FOUND
47 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
48 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
50 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
51 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";
27 Europe/Lisbon has same rules as itself:
30 Europe/Lisbon has same rules as Portugal:
33 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.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
39 string(93) "rbbi_create_instance: unable to create instance from compiled rules: U_ILLEGAL_ARGUMENT…
H A Drbbiter_getRuleStatusVec_basic.phpt12 $rules = <<<RULES
27 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRules_basic2.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatus_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic2.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Dbreakiter___construct_error.phpt41 …uct(): rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error on li…
49 …__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on line %d
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt2 Test finfo_file() function : regex rules
16 echo "*** Testing finfo_file() : regex rules ***\n";
26 *** Testing finfo_file() : regex rules ***
/PHP-7.1/
H A DREADME.MAILINGLIST_RULES6 mailinglists. Following these rules is considered imperative to the success of
8 impact if you do not follow these rules. More importantly you can actually
9 assume that not following these rules will hurt the PHP project.
13 following some basic rules with regards to mailinglist usage will:
25 Having said that, here are the organizational rules:
54 The next few rules are more some general hints:
57 people, double check the above rules. Try to wait a bit longer before
/PHP-7.1/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-7.1/Zend/tests/
H A Dnowdoc_009.phpt2 Torture the T_END_NOWDOC rules (nowdoc)
H A Dheredoc_010.phpt2 Torture the T_END_HEREDOC rules with variable expansions (heredoc)
H A Dnowdoc_010.phpt2 Torture the T_END_NOWDOC rules with variable expansions (nowdoc)
H A Dheredoc_009.phpt2 Torture the T_END_HEREDOC rules (heredoc)
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A DREADME7 The rules are:
/PHP-7.1/Zend/tests/traits/
H A Dproperty005.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
/PHP-7.1/ext/soap/tests/soap12/
H A DT27.phpt28 …nv:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of encoding rules</env:Text></env:Re…

Completed in 45 milliseconds

12