Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c47 zval *indices; member
58 LONG *indices; member
68 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
162 LONG *indices; in saproxy_read_dimension() local
174 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
192 efree(indices); in saproxy_read_dimension()
243 LONG *indices; in saproxy_write_dimension() local
251 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension()
275 efree(indices); in saproxy_write_dimension()
474 efree(I->indices); in saproxy_iter_dtor()
[all …]
H A Dcom_misc.c100 LONG indices[1]; in php_com_safearray_get_elem() local
132 indices[0] = dim1; in php_com_safearray_get_elem()
135 SafeArrayGetElement(V_ARRAY(array), indices, dest); in php_com_safearray_get_elem()
141 SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); in php_com_safearray_get_elem()
H A Dcom_handlers.c148 LONG indices = 0; in com_write_dimension() local
157 indices = (LONG)Z_LVAL_P(offset); in com_write_dimension()
167 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); in com_write_dimension()
169 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v.lVal); in com_write_dimension()
/PHP-7.4/ext/standard/tests/array/
H A D006.phpt17 /* numerical assoc indices */
21 /* assoc indices */
H A Dksort_basic.phpt20 // an array containing unsorted string values with indices
26 // an array containing unsorted numeric values with indices
H A Darsort_basic.phpt22 // an array containing unsorted string values with indices
28 // an array containing unsorted numeric values with indices
H A Dasort_basic.phpt22 // an array containing unsorted string values with indices
28 // an array containing unsorted numeric values with indices
H A Dkrsort_basic.phpt21 // an array containing unsorted string values with indices
28 // an array containing unsorted numeric values with indices
H A Darsort_variation3.phpt20 // group of various arrays with indices
H A Dasort_variation3.phpt20 // group of various arrays with indices
H A Darray_change_key_case.phpt9 The function will leave number indices as is.
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/PHP-7.4/Zend/tests/
H A Dbug63173.phpt12 Fatal error: Uncaught Error: Array callback has to contain indices 0 and 1 in %s:%d
/PHP-7.4/ext/standard/
H A Dbase64.c500 __m256i lut, indices, mask; in php_base64_encode_avx2_translate() local
508 indices = _mm256_subs_epu8(in, _mm256_set1_epi8(51)); in php_base64_encode_avx2_translate()
512 indices = _mm256_sub_epi8(indices, mask); in php_base64_encode_avx2_translate()
514 return _mm256_add_epi8(in, _mm256_shuffle_epi8(lut, indices)); in php_base64_encode_avx2_translate()
556 __m128i mask, indices; in php_base64_encode_ssse3_translate() local
574 indices = _mm_subs_epu8(in, _mm_set1_epi8(51)); in php_base64_encode_ssse3_translate()
580 indices = _mm_sub_epi8(indices, mask); in php_base64_encode_ssse3_translate()
583 return _mm_add_epi8(in, _mm_shuffle_epi8(lut, indices)); in php_base64_encode_ssse3_translate()
/PHP-7.4/ext/simplexml/tests/
H A Dbug26976.phpt2 Bug #26976 (Can not access array elements using array indices)
/PHP-7.4/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/PHP-7.4/ext/ldap/tests/
H A Dldap_add_error.phpt126 Warning: ldap_add(): Value array must have consecutive indices 0, 1, ... in %s on line %d

Completed in 47 milliseconds