/PHP-7.4/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 38 char *rules; in _php_intlrbbi_constructor_body() local 45 &rules, &rules_len, &compiled) == FAILURE) { in _php_intlrbbi_constructor_body() 57 if (intl_stringFromChar(rulesStr, rules, rules_len, &status) in _php_intlrbbi_constructor_body() 116 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_FUNCTION() local 118 u8str = intl_charFromString(rules, BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION() 167 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION() local 168 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules, num_rules, in PHP_FUNCTION() 171 delete[] rules; in PHP_FUNCTION() 180 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION() 182 delete[] rules; in PHP_FUNCTION() [all …]
|
/PHP-7.4/ext/intl/tests/ |
H A D | timezone_hasSameRules_basic.phpt | 15 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 D | transliterator_create_from_rule_error.phpt | 18 $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 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 | 12 $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 D | rbbiter_getRuleStatusVec_basic.phpt | 12 $rules = <<<RULES 27 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRules_basic.phpt | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRules_basic3.phpt | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatus_basic.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRules_basic2.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic.phpt | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic3.phpt | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getBinaryRules_basic2.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | breakiter___construct_error.phpt | 40 …uct(): rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error on li… 48 …__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on line %d
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | finfo_file_regex.phpt | 2 Test finfo_file() function : regex rules 16 echo "*** Testing finfo_file() : regex rules ***\n"; 26 *** Testing finfo_file() : regex rules ***
|
/PHP-7.4/docs/ |
H A D | mailinglist-rules.md | 1 # 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-7.4/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-7.4/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)
|
H A D | property005.phpt | 2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | README.md | 14 The rules are:
|
/PHP-7.4/Zend/tests/ |
H A D | bug60536_002.phpt | 2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
|
/PHP-7.4/ext/soap/tests/soap12/ |
H A D | T27.phpt | 28 …nv:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of encoding rules</env:Text></env:Re…
|