Searched refs:entries (Results 1 – 25 of 123) sorted by relevance
12345
9 echo "-- array_sum() with integer array entries --\n";14 echo "-- array_sum() with float array entries --\n";19 echo "-- array_sum() with integer/float array entries --\n";26 -- array_sum() with integer array entries --28 -- array_sum() with float array entries --30 -- array_sum() with integer/float array entries --
41 // with 400 entries, the probability that 50 entries or more get the same
6 * Testing array_sum() with array having other than numeric entries10 echo "*** Testing array_sum() : array with unexpected entries ***\n";61 *** Testing array_sum() : array with unexpected entries ***
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()210 if (!blacklist->entries) { in zend_accel_blacklist_shutdown()214 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()306 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()[all …]
34 zend_blacklist_entry *entries; member
9 $entries = 0;11 $entries++;14 echo "$entries entries";31 4 entries
9 function verify_entries($zip, $entries = []) {16 if (!in_array($stat["name"], $entries)) {
19 $entries = array();21 $entries[] = $file;26 usort($entries, "mysort");27 foreach($entries as $entry) {
25 $entries = array();27 $entries[] = $file;32 usort($entries, "mysort");33 foreach($entries as $entry) {
20 echo "Found $count entries!\n";29 Found %i entries!
5 /* Sort the entries by values user defined function.
5 /* Sort the entries by key using user defined function.
2 Phar::mapPhar too many manifest entries23 internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest)
2 ; wildcard and relative entries
2 Bug #73817 (Incorrect entries in get_html_translation_table)
10 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
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
2 Bug #45181 (chdir() should clear relative entries in stat cache)
18 $resp->entries = [];77 $resp->entries [] = $entry;94 ["entries"]=>
2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
2 ldap_count_entries() - Basic counting LDAP entries
Completed in 22 milliseconds