Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 1230) sorted by path

12345678910>>...50

/PHP-5.5/ext/ldap/tests/
H A Dldap_search_variation6.phpt54 ["count"]=>
60 ["count"]=>
69 ["count"]=>
78 ["count"]=>
112 ["count"]=>
164 ["count"]=>
207 ["count"]=>
221 ["count"]=>
225 ["count"]=>
235 ["count"]=>
[all …]
H A Dldap_sort_basic.phpt56 ["count"]=>
62 ["count"]=>
71 ["count"]=>
78 ["count"]=>
87 ["count"]=>
96 ["count"]=>
103 ["count"]=>
128 ["count"]=>
153 ["count"]=>
169 ["count"]=>
[all …]
H A Dldap_sort_variation.phpt56 ["count"]=>
62 ["count"]=>
69 ["count"]=>
78 ["count"]=>
87 ["count"]=>
94 ["count"]=>
103 ["count"]=>
119 ["count"]=>
144 ["count"]=>
169 ["count"]=>
[all …]
H A Dldap_start_tls_error.phpt16 // Invalid parameter count
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY363 should check repeat-count >= range-upper and
1684 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
H A Dregexec.c573 stk->u.repeat.count = 0;\
724 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
746 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
766 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
2541 stkp->u.repeat.count++; in match_at()
2542 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { in match_at()
2545 else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
2571 stkp->u.repeat.count++; in match_at()
2572 if (stkp->u.repeat.count < reg->repeat_range[mem].upper) { in match_at()
2573 if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) { in match_at()
[all …]
H A Dregint.h705 int count; /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */ member
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1061 long count = -1; in PHP_FUNCTION() local
1063 …GS() TSRMLS_CC, "ss|l", &arg_pattern, &arg_pattern_len, &string, &string_len, &count) == FAILURE) { in PHP_FUNCTION()
1067 if (count > 0) { in PHP_FUNCTION()
1068 count--; in PHP_FUNCTION()
1082 while (count != 0 && (pos - (OnigUChar *)string) < string_len) { in PHP_FUNCTION()
1093 --count; in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/tests/
H A Dbug43840.phpt2 Test mb_strpos() function : mb_strpos bounds check is byte count rather than a character count
16 * mb_strpos bounds check is byte count rather than a character count:
19 * byte count of the string. Should return error message when passed character count.
H A Dbug43841.phpt2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
16 * Test that mb_strrpos offset is byte count for negative values (should be character count)
H A Dmb_ereg_basic.phpt63 echo "array(" . count($regs) . ") {\n";
H A Dmb_ereg_variation3.phpt55 echo "array(" . count($regs) . ") {\n";
H A Dmb_ereg_variation4.phpt59 echo "array(" . count($regs) . ") {\n";
H A Dmb_ereg_variation5.phpt49 echo "array(" . count($regs) . ") {\n";
H A Dmb_ereg_variation6.phpt62 echo "array(" . count($regs) . ") {\n";
H A Dmb_ereg_variation7.phpt47 echo "array(" . count($regs) . ") {\n";
H A Dmb_split-compat-01.phpt13 echo count($a) . "\n";
14 for ($i = 0; $i < count($a); $i++) {
H A Dmb_split.phpt15 function verify_split( $spliton, $str, $count = 0 )
17 $result1 = mb_split( $spliton, $str, $count );
18 $result2 = split( $spliton, $str, $count );
22 print count($result1).'-'.count($result2)."\n";
H A Dmb_stripos_variation5_Bug45923.phpt35 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_strpos_variation5.phpt34 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_strripos_variation5_Bug45923.phpt35 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation4.phpt29 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation5.phpt30 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation6.phpt29 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation7.phpt30 * 60 is larger than *BYTE* count for $string_mb

Completed in 52 milliseconds

12345678910>>...50