/PHP-7.0/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 35 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() 118 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_FUNCTION() local 120 u8str = intl_charFromString(rules, BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION() 169 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION() local 170 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules, num_rules, in PHP_FUNCTION() 173 delete[] rules; in PHP_FUNCTION() 182 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION() 184 delete[] rules; in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/intl/tests/ |
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); 45 Warning: Transliterator::createFromRules(): String conversion of rules to UTF-16 failed in %s on li… 46 String conversion of rules to UTF-16 failed: U_INVALID_CHAR_FOUND 48 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after… 49 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after… 51 …ransliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of… 52 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"; 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_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);
|
H A D | rbbiter_getRules_basic.phpt | 12 $rules = <<<RULES 25 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatusVec_basic.phpt | 12 $rules = <<<RULES 27 $rbbi = new IntlRuleBasedBreakIterator($rules);
|
H A D | rbbiter_getRuleStatus_basic.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 | breakiter___construct_error.phpt | 42 …uct(): rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error on li… 50 …__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on line %d
|
/PHP-7.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"; 26 *** Testing finfo_file() : regex rules ***
|
/PHP-7.0/ |
H A D | README.MAILINGLIST_RULES | 6 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.0/Zend/tests/ |
H A D | nowdoc_009.phpt | 2 Torture the T_END_NOWDOC rules (nowdoc)
|
H A D | heredoc_010.phpt | 2 Torture the T_END_HEREDOC rules with variable expansions (heredoc)
|
H A D | nowdoc_010.phpt | 2 Torture the T_END_NOWDOC rules with variable expansions (nowdoc)
|
H A D | heredoc_009.phpt | 2 Torture the T_END_HEREDOC rules (heredoc)
|
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.0/ext/xmlrpc/libxmlrpc/ |
H A D | README | 7 The rules are:
|
/PHP-7.0/Zend/tests/return_types/ |
H A D | bug71978.phpt | 2 Bug #71978 (Existence of return type hint affects other compatibility rules)
|
/PHP-7.0/Zend/tests/traits/ |
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.0/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…
|
H A D | T58.phpt | 27 …nv:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of encoding rules</env:Text></env:Re…
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug39832.phpt | 29 …erver</faultcode><faultstring>SOAP-ERROR: Encoding: Violation of encoding rules</faultstring></SOA…
|
H A D | bug38005.phpt | 2 Bug #38005 (SoapFault faultstring doesn't follow encoding rules)
|
/PHP-7.0/ext/simplexml/ |
H A D | README | 3 SimpleXML objects follow four basic rules:
|