Home
last modified time | relevance | path

Searched refs:entries (Results 51 – 75 of 86) sorted by relevance

1234

/PHP-8.0/ext/imap/tests/
H A Dimap_setflag_full_uid.phpt19 // Testing multiple entries entry
/PHP-8.0/ext/date/lib/
H A Dtimelib.c51 int entries = sizeof(timelib_error_messages) / sizeof(char*); in timelib_get_error_message() local
53 if (error_code >= 0 && error_code < entries) { in timelib_get_error_message()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug.phpt29 // the debug file should have entries
/PHP-8.0/ext/phar/tests/
H A Dphar_mount.phpt33 // test copying of a phar with mounted entries
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re23 #define VAR_ENTRIES_MAX 1018 /* 1024 - offsetof(php_unserialize_data, entries) / sizeof(void*) …
27 /* VAR_FLAG used in var_dtor entries to signify an entry on which
52 var_entries entries;
60 d->last = &d->entries;
66 d->entries.used_slots = 0;
67 d->entries.next = NULL;
179 var_entries *var_hash = &(*var_hashx)->entries;
197 var_entries *var_hash = &(*var_hashx)->entries;
218 var_entries *var_hash = (*var_hashx)->entries.next;
H A Ddns.c564 zval entries; in php_parserr() local
570 array_init(&entries); in php_parserr()
580 add_next_index_stringl(&entries, (char *) cp + l1 + 1, n); in php_parserr()
590 add_assoc_zval(subarray, "entries", &entries); in php_parserr()
/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_variation8.phpt59 // suppress errors as won't be able to remove "." and ".." entries
H A Dscandir_variation8-win32-mb.phpt65 // suppress errors as won't be able to remove "." and ".." entries
/PHP-8.0/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt58 'count' => 0, // We have no idea how many entries there are
/PHP-8.0/ext/phar/
H A Dgdbhelp83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-8.0/sapi/fpm/tests/
H A Dlogtool.inc401 * Expect log entries for daemon reloading.
432 * Expect log entries for reloading logs.
540 * Read all log entries until timeout.
H A Dtester.inc1646 * Read all log entries.
1661 * Read all log entries.
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c3025 uint32_t version, entries = 0, nentries; in apprentice_map() local
3120 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
3121 if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { in apprentice_map()
3139 if (NULL != fn && entries != nentries + 1) { in apprentice_map()
3141 dbname, entries, nentries + 1); in apprentice_map()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c827 } entries[FD_SETSIZE * 2]; in php_cli_server_poller_iter_on_active() local
829 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active()
841 for (e = entries; e < m; e++) { in php_cli_server_poller_iter_on_active()
847 assert(n < entries + FD_SETSIZE * 2); in php_cli_server_poller_iter_on_active()
855 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch631 + uint32_t version, entries = 0, nentries;
743 - uint32_t entries, nentries;
772 - entries = CAST(uint32_t, map->len / sizeof(struct magic));
773 - if ((entries * sizeof(struct magic)) != map->len) {
789 + entries = (uint32_t)(st.sb.st_size / sizeof(struct magic));
790 + if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) {
803 - if (entries != nentries + 1) {
804 + if (NULL != fn && entries != nentries + 1) {
805 file_error(ms, 0, "Inconsistent entries in `%s' %u != %u",
806 dbname, entries, nentries + 1);
/PHP-8.0/ext/standard/html_tables/mappings/
H A DCP1251.TXT17 # The entries are in cp1251 order
H A D8859-5.TXT35 # The entries are in ISO/IEC 8859-5 order.
H A DCP1252.TXT17 # The entries are in cp1252 order
H A DCP866.TXT16 # The entries are in cp866_DOSCyrillicRussian order
H A D8859-1.TXT35 # The entries are in ISO/IEC 8859-1 order.
H A D8859-15.TXT36 # The entries are in ISO/IEC 8859-15 order.
H A DKOI8-R.TXT38 # The entries are in KOI8-R order.
/PHP-8.0/docs/
H A Drelease-process.md377 `archive/entries/YYYY-MM-DD-N.xml`).
434 3. Before releasing X.Y.0, merge the NEWS entries of the pre-releases, so that
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
970 return "Add entries to a PHAR package.";

Completed in 92 milliseconds

1234