Home
last modified time | relevance | path

Searched refs:count (Results 76 – 100 of 1307) sorted by relevance

12345678910>>...53

/PHP-7.3/ext/spl/tests/
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
7 var_dump($ai->count());
11 var_dump($ii->count());
H A Dspl_heap_count_error.phpt2 SPL: Priority queue count, illegal number of args
9 $h->count(1);
12 Warning: SplPriorityQueue::count() expects exactly 0 parameters, 1 given in %s
H A Dbug75673.phpt10 var_dump($stack->count());
12 var_dump($stack->count());
14 var_dump($stack->count());
H A DSplDoublyLinkedList_count.phpt2 Check that SplDoublyLinkedList::count fails if parameter passed in
9 $c = $list->count('foo');
12 Warning: SplDoublyLinkedList::count() expects exactly 0 parameters, 1 given in %s on line 4
H A DSplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call count() and pass a SplDoublyLinkedList object as the parameter.
8 $dll->count(new SplDoublyLinkedList(2));
11 Warning: SplDoublyLinkedList::count() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplFixedArray_count_param_int.phpt2 Creates array, uses the count function to get the size of the array, but passes a parameter.
8 echo $array->count(3);
11 Warning: SplFixedArray::count() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplFixedArray_count_checkParams.phpt2 Makes sure that an integer cannot be passed into the count() method of the splFixedArray.
12 echo $ar->count(3);
15 Warning: SplFixedArray::count() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-7.3/ext/ldap/tests/
H A Dldap_mod_add_basic.phpt40 ["count"]=>
46 ["count"]=>
57 ["count"]=>
66 ["count"]=>
73 ["count"]=>
H A Dldap_control_paged_results_variation2.phpt37 ["count"]=>
43 ["count"]=>
50 ["count"]=>
59 ["count"]=>
66 ["count"]=>
H A Dldap_modify_basic.phpt44 ["count"]=>
50 ["count"]=>
61 ["count"]=>
70 ["count"]=>
77 ["count"]=>
H A Dldap_add_basic.phpt42 ["count"]=>
48 ["count"]=>
61 ["count"]=>
70 ["count"]=>
77 ["count"]=>
H A Dldap_get_entries_basic.phpt33 ["count"]=>
39 ["count"]=>
50 ["count"]=>
57 ["count"]=>
H A Dldap_controls.phpt71 ["count"]=>
77 ["count"]=>
84 ["count"]=>
94 ["count"]=>
100 ["count"]=>
107 ["count"]=>
116 ["count"]=>
122 ["count"]=>
129 ["count"]=>
144 ["count"]=>
[all …]
/PHP-7.3/Zend/tests/
H A D017.phpt14 var_dump(count(get_loaded_extensions()));
16 var_dump(count(get_loaded_extensions(true)));
24 var_dump(count(get_defined_constants()));
30 var_dump(count(get_defined_functions()));
34 var_dump(count(get_declared_interfaces()));
39 var_dump(count(get_extension_funcs("standard")));
41 var_dump(count(get_extension_funcs("zend")));
H A Dobjects_024.phpt15 return self::$bar[count(self::$bar)-1];
24 var_dump($a, count(foo::$bar), test()->whatever);
29 var_dump($a, count(foo::$bar), test()->whatever);
34 var_dump($a, count(foo::$bar), test()->whatever);
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h58 if ((enabler) && _p_s && _s != _p_s->count) { \
67 if ((enabler) && _p_s && _s != _p_s->count) { \
76 if ((enabler) && _p_s && _s != _p_s->count) { \
90 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
91 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
105 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
106 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
107 if (_s3 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s3, v3); \
/PHP-7.3/ext/opcache/tests/
H A Dbug75938.phpt10 $count = count([1,2,3,4,5]);
11 var_dump($mod = ($count % $columns));
/PHP-7.3/ext/gd/tests/
H A Dbug73155.phpt18 printf("x chunk count: %d\n", $header['x_count']);
19 printf("y chunk count: %d\n", $header['y_count']);
25 x chunk count: 1
26 y chunk count: 1
/PHP-7.3/ext/mbstring/tests/
H A Dmb_split.phpt16 function verify_split( $spliton, $str, $count = 0 )
18 $result1 = mb_split( $spliton, $str, $count );
19 $result2 = preg_split( "/$spliton/", $str, $count );
23 print count($result1).'-'.count($result2)."\n";
/PHP-7.3/ext/gettext/
H A Dgettext.c60 ZEND_ARG_INFO(0, count)
69 ZEND_ARG_INFO(0, count)
78 ZEND_ARG_INFO(0, count)
294 zend_long count; in PHP_NAMED_FUNCTION() local
303 msgstr = ngettext(msgid1, msgid2, count); in PHP_NAMED_FUNCTION()
318 zend_long count; in PHP_NAMED_FUNCTION() local
321 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_NAMED_FUNCTION()
329 msgstr = dngettext(domain, msgid1, msgid2, count); in PHP_NAMED_FUNCTION()
344 zend_long count, category; in PHP_NAMED_FUNCTION() local
349 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_NAMED_FUNCTION()
[all …]
/PHP-7.3/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_basic.phpt10 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
11 var_dump($count >= 2);
14 var_dump($count2 == $count);
/PHP-7.3/ext/zip/tests/
H A Doo_count.phpt2 ziparchive::count()
18 var_dump($zip->numFiles, count($zip), $zip->numFiles == count($zip));
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation8.phpt20 $count = 1;
21 for($index1 = 0; $index1 < count($strings); $index1++) {
22 echo "-- Iteration $count --\n";
23 for($index2 = 0; $index2 < count($strings); $index2++) {
26 $count ++;
H A Dstrncmp_variation8.phpt20 $count = 1;
21 for($index1 = 0; $index1 < count($strings); $index1++) {
22 echo "-- Iteration $count --\n";
23 for($index2 = 0; $index2 < count($strings); $index2++) {
26 $count ++;
/PHP-7.3/tests/classes/
H A Dfactory_and_singleton_001.phpt45 static public function count() {
52 var_dump(test::count());
58 var_dump(test::count());
65 var_dump(test::count());
71 var_dump(test::count());
76 var_dump(test::count());

Completed in 25 milliseconds

12345678910>>...53