Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c48 zval **indices; member
58 LONG *indices; member
69 *dest->indices[i] = *src->indices[i]; in clone_indices()
163 LONG *indices; in saproxy_read_dimension() local
175 indices[i] = Z_LVAL_P(proxy->indices[i]); in saproxy_read_dimension()
193 efree(indices); in saproxy_read_dimension()
241 LONG *indices; in saproxy_write_dimension() local
249 indices[i] = Z_LVAL_P(proxy->indices[i]); in saproxy_write_dimension()
273 efree(indices); in saproxy_write_dimension()
478 efree(I->indices); in saproxy_iter_dtor()
[all …]
H A Dcom_misc.c99 LONG indices[1]; in php_com_safearray_get_elem() local
131 indices[0] = dim1; in php_com_safearray_get_elem()
134 SafeArrayGetElement(V_ARRAY(array), indices, dest); in php_com_safearray_get_elem()
140 SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); in php_com_safearray_get_elem()
H A Dcom_handlers.c147 LONG indices = 0; in com_write_dimension() local
156 indices = Z_LVAL_P(offset); in com_write_dimension()
166 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); in com_write_dimension()
168 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v.lVal); in com_write_dimension()
/PHP-5.5/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 Dasort_basic.phpt22 // an array containing unsorted string values with indices
28 // 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 Dkrsort_basic.phpt21 // an array containing unsorted string values with indices
28 // an array containing unsorted numeric values with indices
H A Dasort_variation3.phpt20 // group of various arrays with indices
H A Darsort_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-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/PHP-5.5/ext/simplexml/
H A DREADME6 2) numeric indices denote elements
7 3) non numeric indices denote attributes
/PHP-5.5/Zend/tests/
H A Dbug63173.phpt12 Fatal error: Array callback has to contain indices 0 and 1 in %s on line %d
/PHP-5.5/ext/simplexml/tests/
H A Dbug26976.phpt2 Bug #26976 (Can not access array elements using array indices)
/PHP-5.5/sapi/roxen/
H A Droxen.c531 struct array *indices; in php_roxen_hash_environment() local
540 indices = mapping_indices(headers->u.mapping); in php_roxen_hash_environment()
541 for(i = 0; i < indices->size; i++) { in php_roxen_hash_environment()
542 ind = &indices->item[i]; in php_roxen_hash_environment()
558 free_array(indices); in php_roxen_hash_environment()
/PHP-5.5/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/PHP-5.5/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-5.5/Zend/
H A DZEND_CHANGES960 indices. Note that specialized objects may be converted to a string

Completed in 90 milliseconds

12