Searched refs:array_index (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_diff_variation6.phpt | 20 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b) 24 'b' => '3', //key and value from array_index swapped 27 var_dump(array_diff($array_index, $array_assoc)); 28 var_dump(array_diff($array_assoc, $array_index));
|
H A D | array_diff_assoc_variation8.phpt | 21 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b) 25 'b' => '3', //key and value from array_index swapped 28 var_dump(array_diff_assoc($array_index, $array_assoc)); 29 var_dump(array_diff_assoc($array_assoc, $array_index));
|
/PHP-7.1/main/ |
H A D | rfc1867.c | 1130 if (array_index) { 1131 efree(array_index); 1133 array_index = estrndup(start_arr + 1, array_len - 2); 1146 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index); 1167 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index); 1188 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index); 1198 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index); 1274 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index); 1282 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index); 1295 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index); [all …]
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 8372 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) argument
|
Completed in 33 milliseconds