Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/array/
H A Darsort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation8.phpt9 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation8.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation8.phpt8 * SORT_REGULAR - compare items normally
H A Darsort_variation8.phpt8 * SORT_REGULAR - compare items normally
H A Dasort_variation8.phpt8 * SORT_REGULAR - compare items normally
H A Darsort_variation9.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation9.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation9.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation9.phpt9 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation9.phpt9 * 2.SORT_REGULAR - compare items normally
H A Darsort_object1.phpt8 * 2. SORT_REGULAR - compare items normally
H A Dasort_object1.phpt8 * 2. SORT_REGULAR - compare items normally
H A Dkrsort_object.phpt8 * 2.SORT_REGULAR - compare items normally
H A Darsort_object2.phpt8 2. SORT_REGULAR - compare items normally
H A Dasort_object2.phpt8 2. SORT_REGULAR - compare items normally
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst31 .. _c/c++ extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
77 .. _clangd extension: https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.v…
/php-src/ext/zlib/
H A Dzlib_filter.c37 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
39 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
H A Dzlib.c121 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
123 return (voidpf)safe_emalloc(items, size, 0); in php_zlib_alloc()
/php-src/ext/bz2/
H A Dbz2_filter.c51 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc() argument
53 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc169 $items = explode(':', $line);
/php-src/sapi/fpm/tests/
H A Dtester.inc1818 * @param int $count The number of items.
1864 * @param int $count The number of items.
1900 * @param int $count The number of items.
1935 * @param int $count The number of items.
1970 * @param int $count The number of items.
2005 * @param int $count The number of items.
/php-src/ext/spl/tests/
H A Dbug55701.phpt241 // nothing here, just consume all the items
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7664 sljit_u32 items; in compile_xclass_matchingpath() local
7727 items = 0; in compile_xclass_matchingpath()
7734 items = UCPCAT_ALL; in compile_xclass_matchingpath()
7740 items = UCPCAT3(ucp_Lu, ucp_Ll, ucp_Lt); in compile_xclass_matchingpath()
7744items = UCPCAT_RANGE(PRIV(ucp_typerange)[(int)cc[1] * 2], PRIV(ucp_typerange)[(int)cc[1] * 2 + 1]); in compile_xclass_matchingpath()
7748 items = UCPCAT(cc[1]); in compile_xclass_matchingpath()
7752 items = UCPCAT2(ucp_Mn, ucp_Pc) | UCPCAT_L | UCPCAT_N; in compile_xclass_matchingpath()
7756 items = UCPCAT_L | UCPCAT_N; in compile_xclass_matchingpath()
7800 if (items > 0) in compile_xclass_matchingpath()
7803 items ^= UCPCAT_ALL; in compile_xclass_matchingpath()
[all …]

Completed in 65 milliseconds

12345