Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/com_dotnet/
H A Dcom_saproxy.c44 zval *indices; member
55 LONG *indices; member
65 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
159 LONG *indices; in saproxy_read_dimension() local
171 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
189 efree(indices); in saproxy_read_dimension()
240 LONG *indices; in saproxy_write_dimension() local
248 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension()
272 efree(indices); in saproxy_write_dimension()
454 efree(I->indices); in saproxy_iter_dtor()
[all …]
H A Dcom_misc.c96 LONG indices[1]; in php_com_safearray_get_elem() local
129 indices[0] = dim1; in php_com_safearray_get_elem()
132 SafeArrayGetElement(V_ARRAY(array), indices, dest); in php_com_safearray_get_elem()
138 SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); in php_com_safearray_get_elem()
H A Dcom_handlers.c141 LONG indices = 0; in com_write_dimension() local
150 indices = (LONG)Z_LVAL_P(offset); in com_write_dimension()
160 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); in com_write_dimension()
162 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v.lVal); in com_write_dimension()
/php-src/ext/standard/tests/array/
H A D006.phpt15 /* numerical assoc indices */
19 /* assoc indices */
H A Dnegative_index.phpt2 Test arrays starting with negative indices
H A Darsort_basic.phpt16 // an array containing unsorted string values with indices
22 // an array containing unsorted numeric values with indices
H A Dasort_basic.phpt16 // an array containing unsorted string values with indices
22 // an array containing unsorted numeric values with indices
H A Dkrsort_basic.phpt16 // an array containing unsorted string values with indices
23 // an array containing unsorted numeric values with indices
H A Dksort_basic.phpt15 // an array containing unsorted string values with indices
21 // an array containing unsorted numeric values with indices
H A Darsort_variation3.phpt14 // group of various arrays with indices
H A Dasort_variation3.phpt14 // group of various arrays with indices
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt16 echo "\nArray indices:\n";
32 Array indices:
H A Dbug23524.phpt2 Bug #23524 (Improper handling of constants in array indices)
H A D024.phpt470 Each array variable should be equal to the sum of its indices:
695 Each array variable should be equal to the sum of its indices:
920 Each array variable should be equal to the sum of its indices:
1145 Each array variable should be equal to the sum of its indices:
1370 Each array variable should be equal to the sum of its indices:
1595 Each array variable should be equal to the sum of its indices:
1820 Each array variable should be equal to the sum of its indices:
2045 Each array variable should be equal to the sum of its indices:
2270 Each array variable should be equal to the sum of its indices:
2495 Each array variable should be equal to the sum of its indices:
[all …]
H A D023.phpt127 Each array variable should be equal to the sum of its indices:<br>
/php-src/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/php-src/Zend/tests/
H A Dbug63173.phpt12 Fatal error: Uncaught Error: Array callback has to contain indices 0 and 1 in %s:%d
/php-src/ext/simplexml/tests/
H A Dbug26976.phpt2 Bug #26976 (Cannot access array elements using array indices)
/php-src/ext/standard/
H A Dbase64.c803 __m256i lut, indices, mask; in php_base64_encode_avx2_translate() local
811 indices = _mm256_subs_epu8(in, _mm256_set1_epi8(51)); in php_base64_encode_avx2_translate()
815 indices = _mm256_sub_epi8(indices, mask); in php_base64_encode_avx2_translate()
817 return _mm256_add_epi8(in, _mm256_shuffle_epi8(lut, indices)); in php_base64_encode_avx2_translate()
859 __m128i mask, indices; in php_base64_encode_ssse3_translate() local
877 indices = _mm_subs_epu8(in, _mm_set1_epi8(51)); in php_base64_encode_ssse3_translate()
883 indices = _mm_sub_epi8(indices, mask); in php_base64_encode_ssse3_translate()
886 return _mm_add_epi8(in, _mm_shuffle_epi8(lut, indices)); in php_base64_encode_ssse3_translate()
/php-src/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/php-src/ext/ldap/tests/
H A Dldap_add_error.phpt107 ldap_add(): Argument #3 ($entry) must contain arrays with consecutive integer indices starting from…
/php-src/
H A DUPGRADING60 character indices in the same manner as most other mbstring functions. This
61 means that character indices returned by mb_strpos() can be passed to mb_substr().
62 . For SJIS-Mac (MacJapanese) strings, character indices passed to mb_substr() now
63 refer to the indices of the Unicode codepoints which are produced when the string
/php-src/ext/mbstring/tests/
H A Dmb_substr.phpt122 /* Stefan Schiller pointed out that on invalid UTF-8 strings, character indices returned

Completed in 74 milliseconds