Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-1694 Capturing subpattern count = 0
106 Capturing subpattern count = 0
118 Capturing subpattern count = 0
130 Capturing subpattern count = 0
142 Capturing subpattern count = 0
154 Capturing subpattern count = 0
166 Capturing subpattern count = 0
178 Capturing subpattern count = 0
190 Capturing subpattern count = 0
202 Capturing subpattern count = 0
[all …]
H A Dtestoutput18-3292 Capturing subpattern count = 0
104 Capturing subpattern count = 0
116 Capturing subpattern count = 0
128 Capturing subpattern count = 0
140 Capturing subpattern count = 0
152 Capturing subpattern count = 0
164 Capturing subpattern count = 0
176 Capturing subpattern count = 0
188 Capturing subpattern count = 0
200 Capturing subpattern count = 0
[all …]
/PHP-5.5/ext/spl/tests/
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
H A Dfixedarray_021.phpt6 /* empty count */
9 var_dump(count($a));
10 var_dump($a->count());
35 var_dump(count($a));
36 var_dump($a->count());
/PHP-5.5/Zend/tests/
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-5.5/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 ++;
H A Dstrncasecmp_variation2.phpt21 $count = 1;
22 for($index1 = 0; $index1 < count($strings); $index1++) {
23 echo "-- Iteration $count --\n";
24 for($index2 = 0; $index2 < count($strings); $index2++) {
27 $count ++;
H A Dstrncmp_variation2.phpt21 $count = 1;
22 for($index1 = 0; $index1 < count($strings); $index1++) {
23 echo "-- Iteration $count --\n";
24 for($index2 = 0; $index2 < count($strings); $index2++) {
27 $count ++;
/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation3.phpt42 for($count = 0; $count < count($input_values); $count++)
44 echo "-- Iteration ".($count + 1). " --\n";
45 var_dump( array_filter($input_values[$count]) );
46 var_dump( array_filter($input_values[$count], 'always_true') );
47 var_dump( array_filter($input_values[$count], 'always_false') );
/PHP-5.5/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_basic.phpt10 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
11 var_dump($count >= 2);
14 var_dump($count2 == $count);
H A Dtimezone_createEnumeration_variation1.phpt12 $count = count(iterator_to_array($tz));
13 var_dump($count > 20);
H A Dtimezone_createEnumeration_variation2.phpt12 $count = count(iterator_to_array($tz));
13 var_dump($count >= 1);
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt14 $countAny = count(iterator_to_array($enum));
17 $countCanonical = count(iterator_to_array($enum));
20 $countCanonicalLocation = count(iterator_to_array($enum));
27 $countAny2 = count(iterator_to_array($enum));
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php15 $count = count($tokens); variable
17 for ($i = 0; $i < $count; $i++) {
/PHP-5.5/ext/sysvsem/
H A Dsysvsem.c145 if (sem_ptr->count == -1 || !sem_ptr->auto_release) {
157 if (sem_ptr->count) {
160 sop[1].sem_op = sem_ptr->count;
193 int count; in PHP_FUNCTION() local
246 count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL); in PHP_FUNCTION()
247 if (count == -1) { in PHP_FUNCTION()
253 if (count == 1) { in PHP_FUNCTION()
289 sem_ptr->count = 0; in PHP_FUNCTION()
310 if (!acquire && sem_ptr->count == 0) { in php_sysvsem_semop()
326 sem_ptr->count -= acquire ? -1 : 1; in php_sysvsem_semop()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug35785.phpt12 $count = count($xml->bla->posts);
13 var_dump($count);
14 $xml->bla->posts[$count]->name = "FooBar";
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_001.phpt47 static public function count() {
54 var_dump(test::count());
60 var_dump(test::count());
67 var_dump(test::count());
73 var_dump(test::count());
78 var_dump(test::count());
H A Dfactory_and_singleton_002.phpt47 static public function count() {
54 var_dump(test::count());
60 var_dump(test::count());
67 var_dump(test::count());
73 var_dump(test::count());
78 //var_dump(test::count());
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug37947.phpt8 function extend_zend_ptr_stack($count,$a,$b,$c,$d,$e) {
9 if ($count>0) $this->extend_zend_ptr_stack($count -
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c145 uint32 count; in cdb_make_finish() local
151 c->count[i] = 0; in cdb_make_finish()
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
161 u = c->count[i] * 2; in cdb_make_finish()
182 u += c->count[i]; /* bounded by numentries, so no overflow */ in cdb_make_finish()
193 count = c->count[i]; in cdb_make_finish()
195 len = count + count; /* no overflow possible */ in cdb_make_finish()
203 for (u = 0;u < count;++u) { in cdb_make_finish()
/PHP-5.5/ext/ldap/tests/
H A Dldap_get_attributes_basic.phpt33 ["count"]=>
46 ["count"]=>
55 ["count"]=>
62 ["count"]=>

Completed in 85 milliseconds

12345678910>>...50