Searched refs:array_index (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/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.3/main/ |
H A D | rfc1867.c | 1129 if (array_index) { 1130 efree(array_index); 1132 array_index = estrndup(start_arr + 1, array_len - 2); 1145 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index); 1166 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index); 1187 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index); 1197 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index); 1273 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index); 1281 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index); 1294 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index); [all …]
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 8372 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) argument
|
Completed in 27 milliseconds