Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/ext/zip/tests/
H A Dzip_read.phpt12 $entries = 0;
14 $entries++;
17 echo "$entries entries";
21 4 entries
H A Dzip_entry_filesize.phpt12 $entries = 0;
H A Dzip_entry_compressedsize.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-7.2/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 ***
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_blacklist.c57 if (blacklist->entries != NULL) { in zend_accel_blacklist_init()
62 if (!blacklist->entries) { in zend_accel_blacklist_init()
94 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()
95 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()
199 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown()
205 free(blacklist->entries); in zend_accel_blacklist_shutdown()
206 blacklist->entries = NULL; in zend_accel_blacklist_shutdown()
222 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
296 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
301 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-7.2/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-7.2/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt24 $entries = array();
26 $entries[] = $file;
31 usort($entries, "mysort");
32 foreach($entries as $entry) {
H A Dreaddir_variation2-win32-mb.phpt30 $entries = array();
32 $entries[] = $file;
37 usort($entries, "mysort");
38 foreach($entries as $entry) {
/PHP-7.2/ext/spl/tests/
H A Dbug42364.phpt18 echo "Found $count entries!\n";
23 Found %i entries!
/PHP-7.2/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-7.2/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-7.2/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-7.2/ext/zip/
H A DTODO2 - stream to add or modify entries
/PHP-7.2/ext/standard/tests/strings/
H A Dbug73817.phpt2 Bug #73817 (Incorrect entries in get_html_translation_table)
/PHP-7.2/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
/PHP-7.2/Zend/tests/
H A Dbug72441.phpt14 Fatal error: Cannot mix keyed and unkeyed array entries in assignments in %sbug72441.php on line %d
H A Dlist_empty_error_keyed.phpt11 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
H A Dlist_mixed_keyed_unkeyed.phpt16 Fatal error: Cannot mix keyed and unkeyed array entries in assignments in %s on line %d
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt16 $resp->entries = [];
76 $resp->entries [] = $entry;
86 ["entries"]=>
/PHP-7.2/tests/output/
H A Dbug74815.phpt2 Bug #74815 crash with a combination of INI entries at startup

Completed in 30 milliseconds

12345678910