Home
last modified time | relevance | path

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

12

/PHP-5.5/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()
122 const UnicodeString rules = fetch_rbbi(bio)->getRules(); in PHP_FUNCTION() local
125 if (intl_charFromString(rules, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
173 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION() local
174 num_rules = fetch_rbbi(bio)->getRuleStatusVec(rules, num_rules, in PHP_FUNCTION()
177 delete[] rules; in PHP_FUNCTION()
186 add_next_index_long(return_value, rules[i]); in PHP_FUNCTION()
188 delete[] rules; in PHP_FUNCTION()
[all …]
/PHP-5.5/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);
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 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);
H A Drbbiter_getRules_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatusVec_basic.phpt12 $rules = <<<RULES
27 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getRuleStatus_basic.phpt12 $rules = <<<RULES
25 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Drbbiter_getBinaryRules_basic.phpt11 $rules = <<<RULES
24 $rbbi = new IntlRuleBasedBreakIterator($rules);
H A Dbreakiter___construct_error.phpt19 …uct(): rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error on li…
37 …__construct(): rbbi_create_instance: unable to create instance from compiled rules in %s on line %d
/PHP-5.5/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-5.5/
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
H A DUPGRADING.INTERNALS71 lowercasing according to locale rules and those that do ASCII lowercasing.
88 Internal engine lowercasing will be using ASCII-only rules. User-facing functions,
89 such as strcasecmp, will be using locale rules.
/PHP-5.5/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-5.5/ext/xmlrpc/libxmlrpc/
H A DREADME7 The rules are:
/PHP-5.5/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…
H A DT58.phpt27 …nv:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of encoding rules</env:Text></env:Re…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39832.phpt29 …erver</faultcode><faultstring>SOAP-ERROR: Encoding: Violation of encoding rules</faultstring></SOA…
H A Dbug38005.phpt2 Bug #38005 (SoapFault faultstring doesn't follow encoding rules)
/PHP-5.5/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-5.5/ext/simplexml/
H A DREADME3 SimpleXML objects follow four basic rules:

Completed in 23 milliseconds

12