Home
last modified time | relevance | path

Searched refs:entries (Results 201 – 225 of 241) sorted by relevance

12345678910

/PHP-7.2/ext/standard/tests/array/
H A Darray_intersect_key_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_udiff_assoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_uintersect_uassoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_uassoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_ukey_variation4.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_reverse_variation1.phpt6 * Description: Return input as a new array with the order of the entries reversed
/PHP-7.2/
H A DREADME.EXT_SKEL119 function entries and definitions at the end of the file, for copying and
H A DREADME.RELEASE_PROCESS321 ``archive/entries/YYYY-MM-DD-N.xml``)
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch651 + uint32_t version, entries, nentries;
776 + entries = (uint32_t)(st.sb.st_size / sizeof(struct magic));
777 + if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) {
795 + if (NULL != fn && entries != nentries + 1) {
796 + file_error(ms, 0, "Inconsistent entries in `%s' %u != %u",
797 + dbname, entries, nentries + 1);
1511 +protected void file_delmagic(struct magic *, int type, size_t entries);
/PHP-7.2/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.
H A DROMAN.TXT69 # The entries are in Mac OS Roman code order.
/PHP-7.2/ext/exif/
H A Dtest.txt206 the integrity of IFD directory (size of directory and offsets of entries following any
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt45 then all entries in the affected super globals will be passed through the
/PHP-7.2/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.";
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic410 >>>4 ulelong x \b, %d entries
2238 >68 belong 0 no symbol entries
2240 >68 belong >1 %d symbol entries
5676 >0x8 lelong x \b, %u entries
7040 # No. of entries in tag (0x30)
7442 >28 lelong x \b, entries %d
9938 # 0 root entries
11441 >8 lelong >0 \b, %d entries
11927 >20 leshort x \b, %d entries
15090 >>52 lelong >0 \b, %d entries
[all …]

Completed in 107 milliseconds

12345678910