Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 215) sorted by relevance

123456789

/PHP-5.3/ext/zip/tests/
H A Dzip_read.phpt12 $entries = 0;
14 $entries++;
17 echo "$entries entries";
21 4 entries
H A Dzip_entry_compressedsize.phpt12 $entries = 0;
H A Dzip_entry_filesize.phpt12 $entries = 0;
H A Dzip_entry_compressionmethod.phpt12 $entries = 0;
H A Dzip_entry_name.phpt12 $entries = 0;
H A Dbug7214.phpt12 $entries = 0;
/PHP-5.3/ext/standard/tests/array/
H A Darray_sum_basic.phpt6 * Description: Returns the sum of the array entries
14 echo "-- array_sum() with integer array entries --\n";
19 echo "-- array_sum() with float array entries --\n";
24 echo "-- array_sum() with integer/float array entries --\n";
31 -- array_sum() with integer array entries --
33 -- array_sum() with float array entries --
35 -- array_sum() with integer/float array entries --
H A Darray_sum_variation7.phpt6 * Description: Returns the sum of the array entries
11 * Testing array_sum() with array having other than numeric entries
15 echo "*** Testing array_sum() : array with unexpected entries ***\n";
71 *** Testing array_sum() : array with unexpected entries ***
H A Darray_shuffle_basic.phpt42 // with 400 entries, the probability that 50 entries or more get the same
H A Darray_splice_basic.phpt17 echo "test removing entries from the middle \n";
59 test removing entries from the middle
H A Darray_product_variation2.phpt6 * Description: Returns the product of the array entries
H A Darray_product_variation4.phpt6 * Description: Returns the product of the array entries
H A Darray_sum_variation5.phpt6 * Description: Returns the sum of the array entries
/PHP-5.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c16 struct mappings_entry *entries; member
23 map->entries = 0; in mappings_init()
28 if (map->entries) in mappings_destroy()
29 free(map->entries); in mappings_destroy()
41 a = sizeof(*map->entries) * n; in mappings_grow()
47 map->entries = new_entries; in mappings_grow()
61 entry = &map->entries[i]; in mappings_add()
71 memmove(&map->entries[i + 1], &map->entries[i], a); in mappings_add()
74 entry = &map->entries[i]; in mappings_add()
89 memmove(&map->entries[i + 2], &map->entries[i + 1], a); in mappings_add()
[all …]
/PHP-5.3/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt24 $entries = array();
26 $entries[] = $file;
31 usort($entries, "mysort");
32 foreach($entries as $entry) {
/PHP-5.3/ext/spl/tests/
H A Dbug42364.phpt18 echo "Found $count entries!\n";
23 Found %i entries!
H A DarrayObject_uasort_error1.phpt7 Sort the entries by values user defined function.
H A DarrayObject_uksort_error1.phpt7 Sort the entries by key using user defined function.
/PHP-5.3/ext/phar/tests/
H A D009.phpt2 Phar::mapPhar too many manifest entries
24 internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest)
/PHP-5.3/ext/spl/examples/
H A Ddirectoryfilterdots.inc18 * and makes it recursive. Further more it filters the entries '.' and '..'.
37 /** @return the current entries path name
/PHP-5.3/ext/zip/
H A DTODO2 - stream to add or modify entries
/PHP-5.3/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
/PHP-5.3/ext/standard/
H A Ddns_win32.c203 zval *entries; in php_parserr() local
207 ALLOC_INIT_ZVAL(entries); in php_parserr()
208 array_init(entries); in php_parserr()
219 add_next_index_stringl(entries, data_txt->pStringArray[i], len, 1); in php_parserr()
224 add_assoc_zval(*subarray, "entries", entries); in php_parserr()
/PHP-5.3/ext/ldap/tests/
H A Dldap_count_entries_basic.phpt2 ldap_count_entries() - Basic counting LDAP entries
H A Dldap_count_entries_error.phpt2 ldap_count_entries() - Testing counting LDAP entries that should fail

Completed in 36 milliseconds

123456789