Searched refs:indices (Results 1 – 25 of 26) sorted by relevance
12
/PHP-7.1/ext/com_dotnet/ |
H A D | com_saproxy.c | 49 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 D | com_misc.c | 102 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 D | com_handlers.c | 139 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 D | 006.phpt | 17 /* numerical assoc indices */ 21 /* assoc indices */
|
H A D | ksort_basic.phpt | 20 // an array containing unsorted string values with indices 26 // an array containing unsorted numeric values with indices
|
H A D | arsort_basic.phpt | 22 // an array containing unsorted string values with indices 28 // an array containing unsorted numeric values with indices
|
H A D | asort_basic.phpt | 22 // an array containing unsorted string values with indices 28 // an array containing unsorted numeric values with indices
|
H A D | krsort_basic.phpt | 21 // an array containing unsorted string values with indices 28 // an array containing unsorted numeric values with indices
|
H A D | arsort_variation3.phpt | 20 // group of various arrays with indices
|
H A D | asort_variation3.phpt | 20 // group of various arrays with indices
|
H A D | array_change_key_case.phpt | 9 The function will leave number indices as is.
|
H A D | asort_variation1.phpt | 28 //array of values with indices to iterate over
|
H A D | arsort_variation1.phpt | 28 //array of values with indices to iterate over
|
/PHP-7.1/tests/lang/ |
H A D | engine_assignExecutionOrder_009.phpt | 16 echo "\nArray indices:\n"; 32 Array indices:
|
H A D | bug23524.phpt | 2 Bug #23524 (Improper handling of constants in array indices)
|
H A D | 024.phpt | 470 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 D | 023.phpt | 127 Each array variable should be equal to the sum of its indices:<br>
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | bug47027.phpt | 2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
|
/PHP-7.1/ext/simplexml/ |
H A D | README | 6 2) numeric indices denote elements 7 3) non numeric indices denote attributes
|
/PHP-7.1/Zend/tests/ |
H A D | bug63173.phpt | 12 Fatal error: Uncaught Error: Array callback has to contain indices 0 and 1 in %s:%d
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug26976.phpt | 2 Bug #26976 (Can not access array elements using array indices)
|
/PHP-7.1/tests/basic/ |
H A D | bug55500.phpt | 2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
|
/PHP-7.1/ext/ldap/tests/ |
H A D | ldap_add_error.phpt | 126 Warning: ldap_add(): Value array must have consecutive indices 0, 1, ... in %s on line %d
|
/PHP-7.1/Zend/ |
H A D | ZEND_CHANGES | 960 indices. Note that specialized objects may be converted to a string
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 2837 …indices>\[(?:\g<index>|'(?:\\.|[^'\\])*'|"(?:\g<regex>|\\.|[^"\\])*")\])?|\g<complex>|\$\{\g<compl…
|
Completed in 54 milliseconds
12