Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.2/ext/spl/tests/
H A Dcountable_count_variation1.phpt36 echo "Count returns null:\n";
39 echo "Count returns a string:\n";
42 echo "Count returns an object:\n";
45 echo "Count returns an array:\n";
48 echo "Count throws an exception:\n";
57 Count returns null:
59 Count returns a string:
61 Count returns an object:
65 Count returns an array:
67 Count throws an exception:
H A Dobserver_009.phpt11 echo ("Count storage A: " . count($storageA));
19 echo ("Count storage B: " . count($storageB));
28 Count storage A: 2 x x
29 Count storage B: 2 x x
H A Dmultiple_iterator_001.phpt94 echo "-- Count, contains, detach, count, contains, iterate --\n";
303 -- Count, contains, detach, count, contains, iterate --
/PHP-7.2/tests/classes/
H A Ddestructor_and_globals.phpt10 echo "Count: $test_cnt\n";
50 Count: 0
52 Count: 1
54 Count: 2
55 Count: 1
/PHP-7.2/ext/pcre/tests/
H A Dbug37800.phpt14 echo "Count = $i_count\n";
21 echo "Count = $i_count\n";
27 Count = 1
30 Count = 10
/PHP-7.2/ext/simplexml/tests/
H A Dbug48601.phpt15 echo "Result Count: " . count($nodes) . "\n";
20 Result Count: 0
H A D036.phpt9 echo "Called Count!\n";
20 Called Count!
/PHP-7.2/ext/imap/tests/
H A Dimap_mail_copy_basic.phpt28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
44 Msg Count in new mailbox: 1
H A Dimap_mail_move_basic.phpt28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
44 Msg Count in new mailbox: 1
H A Dimap_body_basic.phpt25 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
45 Msg Count in new mailbox: 1
H A Dimap_append_basic.phpt43 echo "Msg Count after append : ". $check->Nmsgs . "\n";
63 Msg Count after append : 2
/PHP-7.2/ext/dom/tests/
H A Ddomelement.phpt54 echo "Row Count: ".$rows->length."\n";
63 echo "myelements Count: ".$mylen."\n";
106 Row Count: 3
107 myelements Count: 2
/PHP-7.2/ext/standard/tests/array/
H A Dcount_variation3.phpt6 * Description: Count the number of elements in a variable (usually an array)
H A Dcount_basic.phpt6 * Description: Count the number of elements in a variable (usually an array)
H A Dcount_error.phpt6 * Description: Count the number of elements in a variable (usually an array)
H A Dcount_variation2.phpt8 * Description: Count the number of elements in a variable (usually an array)
/PHP-7.2/ext/mbstring/tests/
H A Dmb_substr_count_basic.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_error2.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation4.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_error1.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation1.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation2.phpt11 * Description: Count the number of substring occurrences
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c439 # define YYCOPY(Dst, Src, Count) \ argument
440 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
442 # define YYCOPY(Dst, Src, Count) \ argument
446 for (yyi = 0; yyi < (Count); yyi++) \
/PHP-7.2/ext/standard/tests/file/
H A Dfile.inc163 Integer, Count of total files permission changed.
459 notfound = Count of non existing file
460 failed = Count of failed to delete
503 notfound = Count of non existing link
504 failed = Count of failed to delete
/PHP-7.2/ext/json/
H A Djson_parser.tab.c440 # define YYCOPY(Dst, Src, Count) \ argument
441 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
443 # define YYCOPY(Dst, Src, Count) \ argument
447 for (yyi = 0; yyi < (Count); yyi++) \

Completed in 56 milliseconds

12