Home
last modified time | relevance | path

Searched refs:keys (Results 201 – 225 of 328) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/standard/tests/array/
H A Darray_intersect_ukey_variation10.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_intersect_ukey_variation5.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_intersect_ukey_variation7.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_walk_object1.phpt19 * $key - keys in given input array
H A Darray_walk_recursive_object1.phpt17 * $key - keys in given input array
H A Darray_walk_variation4.phpt19 * $key - keys in given 'input' array
H A Duksort_error.phpt6 * Description: Sort an array by keys using a user-defined comparison function
H A Darray_intersect_ukey_variation9.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_udiff_assoc_variation5.phpt6 …esent in any of the others arguments but do additional checks whether the keys are equal. Keys are…
H A Darray_walk_recursive_variation4.phpt19 * $key - keys in given 'input' array
H A Darray_walk_recursive_variation5.phpt27 * $key - keys in given input array
H A Darray_walk_variation5.phpt27 * $key - keys in given input array
H A Darray_intersect_assoc_variation9.phpt22 // arrays with default keys
26 // arrays with explicit keys
H A Darray_diff_ukey_variation10.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_ukey_variation8.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_udiff_assoc_error.phpt6 …esent in any of the others arguments but do additional checks whether the keys are equal. Keys are…
H A Darray_udiff_uassoc_variation6.phpt6 …esent in any of the others arguments but do additional checks whether the keys are equal. Keys and…
H A Darray_slice_variation7.phpt2 Test array_slice() function : usage variations - different data types as keys in an array
11 * Pass different data types as keys in an array to array_slice()
H A Darray_udiff_uassoc_error.phpt6 …esent in any of the others arguments but do additional checks whether the keys are equal. Keys and…
H A Darray_uintersect_uassoc_error.phpt6 …ther arguments. Keys are used to do more restrictive check. Both data and keys are compared by usi…
/PHP-7.0/ext/spl/internal/
H A Drecursiveregexiterator.inc24 * elemnts or keys are strings.
/PHP-7.0/ext/pgsql/tests/
H A D80_bug14383.phpt2 Bug #14383 (8.0+) (using postgres with DBA causes DBA not to be able to find any keys)
/PHP-7.0/ext/json/tests/
H A Dfail001.phpt13 '{unquoted_key: "keys must be quoted}',
57 Testing: {unquoted_key: "keys must be quoted}
/PHP-7.0/win32/build/
H A Dconfutils.js1990 var keys = (new VBArray(configure_hdr.Keys())).toArray();
2015 for (var i in keys) {
2030 for (var i in keys) {
2031 var item = configure_hdr.Item(keys[i]);
2033 if (ignore_key(keys[i])) {
2042 lines.push("#define " + keys[i] + " " + item[0]);
2086 for (i in keys) {
2087 item = configure_hdr.Item(keys[i]);
2115 outfile.WriteLine("#define " + keys[i] + " " + pieces);
2201 for (i in keys) {
[all …]
/PHP-7.0/ext/dba/
H A DREADME41 available since PHP 5 which allows to convert the string keys into
42 array keys without losing FALSE.

Completed in 31 milliseconds

12345678910>>...14