Home
last modified time | relevance | path

Searched refs:items (Results 76 – 93 of 93) sorted by relevance

1234

/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/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 Darsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation9.phpt13 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation9.phpt15 * 2.SORT_REGULAR - compare items normally
H A Darsort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dasort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dkrsort_object.phpt12 * 2.SORT_REGULAR - compare items normally
H A Dasort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Darsort_object2.phpt14 2. SORT_REGULAR - compare items normally
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt241 // nothing here, just consume all the items
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1337 * @param int $count The number of items
/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/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2073 >8 belong >1 containing %d items
H A Dmagic2073 >8 belong >1 containing %d items

Completed in 106 milliseconds

1234