Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/zip/tests/
H A Dzip_read.phpt11 $entries = 0;
13 $entries++;
16 echo "$entries entries";
20 4 entries
H A Dutils.inc2 function verify_entries($zip, $entries = []) {
9 if (!in_array($stat["name"], $entries)) {
H A Dzip_entry_compressedsize.phpt11 $entries = 0;
H A Dzip_entry_filesize.phpt11 $entries = 0;
H A Dzip_entry_compressionmethod.phpt11 $entries = 0;
H A Dzip_entry_name.phpt11 $entries = 0;
H A Dbug7214.phpt11 $entries = 0;
/PHP-7.4/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_product_variation2.phpt6 * Description: Returns the product of the array entries
/PHP-7.4/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()
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 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown()
216 free(blacklist->entries); in zend_accel_blacklist_shutdown()
217 blacklist->entries = NULL; in zend_accel_blacklist_shutdown()
233 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
303 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
308 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.4/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.4/ext/spl/tests/
H A Dbug42364.phpt20 echo "Found $count entries!\n";
30 Found %i entries!
/PHP-7.4/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.4/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-7.4/ext/standard/tests/strings/
H A Dbug73817.phpt2 Bug #73817 (Incorrect entries in get_html_translation_table)
/PHP-7.4/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
/PHP-7.4/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.4/ext/standard/tests/misc/
H A Dbug65550.phpt2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt16 $resp->entries = [];
76 $resp->entries [] = $entry;
86 ["entries"]=>
/PHP-7.4/tests/output/
H A Dbug74815.phpt2 Bug #74815 crash with a combination of INI entries at startup

Completed in 63 milliseconds

123456789