Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/com_dotnet/
H A Dcom_saproxy.c49 zval *indices; member
60 LONG *indices; member
70 ZVAL_DUP(&dest->indices[i], &src->indices[i]); in clone_indices()
158 LONG *indices; in saproxy_read_dimension() local
170 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
188 efree(indices); in saproxy_read_dimension()
236 LONG *indices; in saproxy_write_dimension() local
244 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension()
268 efree(indices); in saproxy_write_dimension()
465 efree(I->indices); in saproxy_iter_dtor()
[all …]
H A Dcom_misc.c102 LONG indices[1]; in php_com_safearray_get_elem() local
134 indices[0] = dim1; in php_com_safearray_get_elem()
137 SafeArrayGetElement(V_ARRAY(array), indices, dest); in php_com_safearray_get_elem()
143 SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); in php_com_safearray_get_elem()
H A Dcom_handlers.c139 LONG indices = 0; in com_write_dimension() local
148 indices = (LONG)Z_LVAL_P(offset); in com_write_dimension()
158 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); in com_write_dimension()
160 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v.lVal); in com_write_dimension()
/PHP-7.1/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.
H A Dasort_variation1.phpt28 //array of values with indices to iterate over
H A Darsort_variation1.phpt28 //array of values with indices to iterate over
/PHP-7.1/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.1/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/PHP-7.1/ext/simplexml/
H A DREADME6 2) numeric indices denote elements
7 3) non numeric indices denote attributes
/PHP-7.1/Zend/tests/
H A Dbug63173.phpt12 Fatal error: Uncaught Error: Array callback has to contain indices 0 and 1 in %s:%d
/PHP-7.1/ext/simplexml/tests/
H A Dbug26976.phpt2 Bug #26976 (Can not access array elements using array indices)
/PHP-7.1/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/PHP-7.1/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
/PHP-7.1/Zend/
H A DZEND_CHANGES960 indices. Note that specialized objects may be converted to a string
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput22837indices>\[(?:\g<index>|'(?:\\.|[^'\\])*'|"(?:\g<regex>|\\.|[^"\\])*")\])?|\g<complex>|\$\{\g<compl…

Completed in 49 milliseconds

12