Searched refs:entries (Results 1 – 25 of 232) sorted by relevance
12345678910
11 $entries = 0;13 $entries++;16 echo "$entries entries";20 4 entries
11 $entries = 0;
6 * Description: Returns the sum of the array entries14 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 --
6 * Description: Returns the sum of the array entries11 * Testing array_sum() with array having other than numeric entries15 echo "*** Testing array_sum() : array with unexpected entries ***\n";71 *** Testing array_sum() : array with unexpected entries ***
16 struct mappings_entry *entries; member23 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 …]
57 if (blacklist->entries != NULL) { in zend_accel_blacklist_init()62 if (!blacklist->entries) { in zend_accel_blacklist_init()96 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()97 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()208 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown()214 free(blacklist->entries); in zend_accel_blacklist_shutdown()215 blacklist->entries = NULL; in zend_accel_blacklist_shutdown()231 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()305 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()310 blacklist->entries[blacklist->pos].id = blacklist->pos; in zend_accel_blacklist_loadone()[all …]
34 zend_blacklist_entry *entries; member
24 $entries = array();26 $entries[] = $file;31 usort($entries, "mysort");32 foreach($entries as $entry) {
30 $entries = array();32 $entries[] = $file;37 usort($entries, "mysort");38 foreach($entries as $entry) {
18 echo "Found $count entries!\n";23 Found %i entries!
2 Phar::mapPhar too many manifest entries23 internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest)
18 * and makes it recursive. Further more it filters the entries '.' and '..'.37 /** @return the current entries path name
2 ; wildcard and relative entries
2 Bug #73817 (Incorrect entries in get_html_translation_table)
2 Bug #45181 (chdir() should clear relative entries in stat cache)
14 Fatal error: Cannot mix keyed and unkeyed array entries in assignments in %sbug72441.php on line %d
11 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
16 Fatal error: Cannot mix keyed and unkeyed array entries in assignments in %s on line %d
16 $resp->entries = [];76 $resp->entries [] = $entry;86 ["entries"]=>
2 Bug #74815 crash with a combination of INI entries at startup
2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
Completed in 26 milliseconds