Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/standard/tests/array/
H A Darray_sum_basic.phpt9 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 --
H A Darray_sum_variation7.phpt6 * Testing array_sum() with array having other than numeric entries
10 echo "*** Testing array_sum() : array with unexpected entries ***\n";
66 *** Testing array_sum() : array with unexpected entries ***
H A Darray_shuffle_basic.phpt41 // with 400 entries, the probability that 50 entries or more get the same
/PHP-8.0/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 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 …]
H A Dzend_accelerator_blacklist.h34 zend_blacklist_entry *entries; member
/PHP-8.0/ext/zip/tests/
H A Dzip_read.phpt11 $entries = 0;
13 $entries++;
16 echo "$entries entries";
33 4 entries
H A Dutils.inc9 function verify_entries($zip, $entries = []) {
16 if (!in_array($stat["name"], $entries)) {
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt19 $entries = array();
21 $entries[] = $file;
26 usort($entries, "mysort");
27 foreach($entries as $entry) {
H A Dreaddir_variation2-win32-mb.phpt25 $entries = array();
27 $entries[] = $file;
32 usort($entries, "mysort");
33 foreach($entries as $entry) {
/PHP-8.0/ext/spl/tests/
H A Dbug42364.phpt20 echo "Found $count entries!\n";
29 Found %i entries!
H A DarrayObject_uasort_error1.phpt5 /* Sort the entries by values user defined function.
H A DarrayObject_uksort_error1.phpt5 /* Sort the entries by key using user defined function.
H A DarrayObject_uasort_basic1.phpt5 /* Sort the entries by values user defined function.
H A DarrayObject_uksort_basic1.phpt5 /* Sort the entries by key using user defined function.
/PHP-8.0/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-8.0/ext/opcache/tests/
H A Dopcache-2.blacklist2 ; wildcard and relative entries
/PHP-8.0/ext/standard/tests/strings/
H A Dbug73817.phpt2 Bug #73817 (Incorrect entries in get_html_translation_table)
/PHP-8.0/ext/standard/tests/file/
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
/PHP-8.0/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-8.0/ext/standard/tests/misc/
H A Dbug65550.phpt2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug75402.phpt16 $resp->entries = [];
76 $resp->entries [] = $entry;
87 ["entries"]=>
/PHP-8.0/ext/ldap/tests/
H A Dldap_count_entries_basic.phpt2 ldap_count_entries() - Basic counting LDAP entries
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug70249.phpt11 // make sure log entries written by shutdown functions are also flushed

Completed in 28 milliseconds

1234