Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/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.5/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
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c65 if (blacklist->entries != NULL) { in zend_accel_blacklist_init()
70 if (!blacklist->entries) { in zend_accel_blacklist_init()
110 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()
111 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()
213 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown()
219 free(blacklist->entries); in zend_accel_blacklist_shutdown()
220 blacklist->entries = NULL; in zend_accel_blacklist_shutdown()
236 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
315 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
320 blacklist->entries[blacklist->pos].id = blacklist->pos; in zend_accel_blacklist_loadone()
[all …]
H A Dzend_accelerator_blacklist.h34 zend_blacklist_entry *entries; member
/PHP-5.5/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.5/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.5/ext/spl/tests/
H A Dbug42364.phpt18 echo "Found $count entries!\n";
23 Found %i entries!
/PHP-5.5/ext/phar/tests/
H A D009.phpt2 Phar::mapPhar too many manifest entries
23 internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest)
/PHP-5.5/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.5/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-5.5/ext/zip/
H A DTODO2 - stream to add or modify entries
/PHP-5.5/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
/PHP-5.5/ext/standard/
H A Ddns_win32.c212 zval *entries; in php_parserr() local
216 ALLOC_INIT_ZVAL(entries); in php_parserr()
217 array_init(entries); in php_parserr()
228 add_next_index_stringl(entries, data_txt->pStringArray[i], len, 1); in php_parserr()
233 add_assoc_zval(*subarray, "entries", entries); in php_parserr()
/PHP-5.5/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

12345678910