/PHP-8.0/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 | 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"; 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 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 | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules); 36 IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules
|
H A D | rbbiter_getRules_basic.phpt | 11 $rules = <<<RULES 24 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatusVec_basic.phpt | 12 $rules = <<<RULES 27 $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 | 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.0/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 36 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 D | finfo_file_regex.phpt | 2 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 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-8.0/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.0/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 19 … public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD) {} argument
|
/PHP-8.0/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.0/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.0/Zend/tests/ |
H A D | magic_methods_inheritance_rules_non_trivial_01.phpt | 2 Magic Methods inheritance rules on a non-trivial class hierarchy
|