Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 93) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS900 . Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
2483 . Fixed bug #69954 (broken links and unused config items in distributed ini
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1337 * @param int $count The number of items
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c53 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc() argument
55 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/PHP-7.4/ext/standard/tests/array/
H A Dksort_basic.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
15 * 4.SORT_STRING - compare items as strings
H A Darsort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Darsort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Dsort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dsort_variation10.phpt15 * 2.SORT_REGULAR - compare items normally
16 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation11.phpt14 * SORT_REGULAR - compare items normally
H A Dsort_variation3.phpt15 * 2. SORT_REGULAR - compare items normally
16 * 3. SORT_NUMERIC - compare items numerically
17 * 4. SORT_STRING - compare items as strings
H A Dsort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c39 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
41 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
H A Dzlib.c54 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
56 return (voidpf)safe_emalloc(items, size, 0); in php_zlib_alloc()
/PHP-7.4/win32/build/
H A Dconfutils.js677 var items;
680 items = glob(dirs[i] + "\\" + pattern);
681 if (items) {
682 return condense_path(items[0]);
2770 var items = null;
2794 items = new Array();
2814 items[items.length] = fc.item();
2820 items[items.length] = subitems[j];
2834 items[items.length] = fc.item();
2839 if (items.length == 0)
[all …]
H A Dmkdist.php542 $items = glob("$snapshot_template/*"); variable
543 print_r($items);
545 foreach ($items as $item) {
571 $items = glob("$snapshot_template/dlls/*.CRT"); variable
573 foreach ($items as $item) {
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/
H A DdgettextTest_switch.po2 msgid_plural "items"
H A DdngettextTest.po2 msgid_plural "items"
H A DdgettextTest.po2 msgid_plural "items"
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/
H A DdgettextTest.po2 msgid_plural "items"
H A DdgettextTest_switch.po2 msgid_plural "items"
H A DdngettextTest.po2 msgid_plural "items"
/PHP-7.4/ext/xmlreader/tests/
H A D013.phpt11 <items>
14 </items>
/PHP-7.4/Zend/tests/
H A Dbug38047.phpt38 //This will not create file and line items for the call into the error handler
/PHP-7.4/ext/zip/tests/
H A Dbug51353.phpt2 Bug #51353 ZIP64 problem, archive with 100000 items
/PHP-7.4/ext/standard/tests/network/
H A Dnews.rss14 <items>
18 </items>

Completed in 55 milliseconds

1234