Searched refs:Count (Results 1 – 25 of 30) sorted by relevance
12
/PHP-7.1/ext/spl/tests/ |
H A D | countable_count_variation1.phpt | 36 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 D | observer_009.phpt | 11 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 D | multiple_iterator_001.phpt | 94 echo "-- Count, contains, detach, count, contains, iterate --\n"; 303 -- Count, contains, detach, count, contains, iterate --
|
/PHP-7.1/tests/classes/ |
H A D | destructor_and_globals.phpt | 10 echo "Count: $test_cnt\n"; 50 Count: 0 52 Count: 1 54 Count: 2 55 Count: 1
|
/PHP-7.1/ext/pcre/tests/ |
H A D | bug37800.phpt | 14 echo "Count = $i_count\n"; 21 echo "Count = $i_count\n"; 27 Count = 1 30 Count = 10
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug48601.phpt | 15 echo "Result Count: " . count($nodes) . "\n"; 20 Result Count: 0
|
H A D | 036.phpt | 9 echo "Called Count!\n"; 20 Called Count!
|
/PHP-7.1/ext/imap/tests/ |
H A D | imap_mail_copy_basic.phpt | 28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n"; 44 Msg Count in new mailbox: 1
|
H A D | imap_mail_move_basic.phpt | 28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n"; 44 Msg Count in new mailbox: 1
|
H A D | imap_body_basic.phpt | 25 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n"; 45 Msg Count in new mailbox: 1
|
H A D | imap_append_basic.phpt | 43 echo "Msg Count after append : ". $check->Nmsgs . "\n"; 63 Msg Count after append : 2
|
/PHP-7.1/ext/dom/tests/ |
H A D | domelement.phpt | 54 echo "Row Count: ".$rows->length."\n"; 63 echo "myelements Count: ".$mylen."\n"; 106 Row Count: 3 107 myelements Count: 2
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | count_variation3.phpt | 6 * Description: Count the number of elements in a variable (usually an array)
|
H A D | count_basic.phpt | 6 * Description: Count the number of elements in a variable (usually an array)
|
H A D | count_error.phpt | 6 * Description: Count the number of elements in a variable (usually an array)
|
H A D | count_variation1.phpt | 6 * Description: Count the number of elements in a variable (usually an array)
|
H A D | count_variation2.phpt | 8 * Description: Count the number of elements in a variable (usually an array)
|
/PHP-7.1/ext/mbstring/tests/ |
H A D | mb_substr_count_basic.phpt | 11 * Description: Count the number of substring occurrences
|
H A D | mb_substr_count_error2.phpt | 11 * Description: Count the number of substring occurrences
|
H A D | mb_substr_count_variation4.phpt | 11 * Description: Count the number of substring occurrences
|
H A D | mb_substr_count_error1.phpt | 11 * Description: Count the number of substring occurrences
|
H A D | mb_substr_count_variation1.phpt | 11 * Description: Count the number of substring occurrences
|
H A D | mb_substr_count_variation2.phpt | 11 * Description: Count the number of substring occurrences
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 439 # 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.1/ext/standard/tests/file/ |
H A D | file.inc | 163 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
|
Completed in 38 milliseconds
12