Home
last modified time | relevance | path

Searched refs:count (Results 401 – 425 of 1307) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-7.3/ext/standard/tests/strings/
H A Dchunk_split_variation2.phpt83 for($count = 0; $count < count($values); $count++) {
84 echo "-- Iteration ".($count+1)." --\n";
85 var_dump( chunk_split($str, $values[$count], $ending) );
H A Dstrrchr_variation2.phpt76 $count = 1;
77 for($index=0; $index<count($needle); $index++) {
78 echo "\n-- Iteration $count --\n";
80 $count ++;
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
63 //set locale to $value, if success, count increments
73 echo "No of locales found on the machine = ".count($all_system_locales)."\n";
79 if($success_count != count($all_system_locales)){
H A Dstr_shuffle_basic.phpt41 // Increment count for this combination
45 $combinations = count($a);
H A Dcrc32_variation2.phpt66 $count = 1;
68 echo "\n-- Iteration $count --\n";
70 $count++;
H A Dexplode_variation2.phpt72 $count = 1;
76 echo "-- Iteration $count --\n";
78 $count ++;
H A Drtrim_variation1.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dstr_pad_variation1.phpt77 $count = 1;
79 echo "-- Iteration $count --\n";
81 $count ++;
H A Dconvert_cyr_string_variation1.phpt72 $count = 1;
76 echo "-- Iteration $count --\n";
78 $count ++;
H A Dltrim_variation1.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
77 $count ++;
H A Dnl_langinfo_variation1.phpt58 $count = 1;
60 echo "-- Iteration $count --\n";
62 $count ++;
H A Dsscanf_variation1.phpt73 $count = 1;
75 echo "-- Iteration $count --\n";
77 $count ++;
/PHP-7.3/ext/reflection/tests/
H A Dbug70960.phpt7 var_dump(count($ref->getParameters()));
/PHP-7.3/ext/standard/tests/array/
H A Darray_unshift_variation6.phpt37 // returns element count in the resulting array after arguments are pushed to
46 // returns element count in the resulting array after arguments are pushed to
57 // returns element count in the resulting array after arguments are pushed to
66 // returns element count in the resulting array after arguments are pushed to
H A Dkrsort_variation7.phpt36 $count = 1;
42 echo "\n-- Iteration $count --\n";
52 $count++;
H A Dksort_variation7.phpt36 $count = 1;
42 echo "\n-- Iteration $count --\n";
52 $count++;
/PHP-7.3/ext/spl/
H A Dspl.php577 function count(); function
714 function count() {/**/} function in ArrayObject
831 function count() {/**/} function in ArrayIterator
1103 function count() {/**/} function in SimpleXMLIterator
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_btree.c39 tree->count = 0; in phpdbg_btree_init()
169 tree->count++; in phpdbg_btree_insert_or_update()
202 tree->count--; in phpdbg_btree_delete()
245 tree->count = 0; in phpdbg_btree_clean()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.h23 void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args,
/PHP-7.3/ext/spl/tests/
H A Dobserver_004.phpt33 var_dump(count($storage));
47 var_dump(count($storage2));
/PHP-7.3/tests/lang/
H A DforeachLoopObjects.004.phpt16 $count=0;
22 if (++$count>10) {
/PHP-7.3/tests/lang/operators/
H A Doperator_notequals_variation_64bit.phpt32 for ($i = 0; $i < count($validNotEquals); $i +=2) {
46 for ($i = 0; $i < count($invalidNotEquals); $i +=2) {
/PHP-7.3/ext/standard/tests/file/
H A Dfileowner_variation3.phpt39 $count = 1;
42 echo "- Iteration $count -\n";
45 $count++;
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_extension_funcs_variation.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
76 $count ++;
/PHP-7.3/Zend/tests/
H A Dfunction_exists_variation1.phpt72 $count = 1;
74 echo "-- Iteration $count --\n";
76 $count ++;

Completed in 26 milliseconds

1...<<11121314151617181920>>...53