Home
last modified time | relevance | path

Searched refs:keys (Results 126 – 150 of 260) sorted by relevance

1234567891011

/php-src/Zend/tests/numeric_strings/
H A Dstring_offset.phpt8 $keys = [
30 foreach ($keys as $key) {
/php-src/ext/standard/tests/array/
H A Dextract_variation11.phpt2 Test extract() function - ensure EXTR_REFS works when array is referenced and keys clash with varia…
H A Dbug26458.phpt2 Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys)
H A Darray_combine_variation5.phpt7 * associative arrays having different possible values to $keys argument and
11 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
77 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
H A Dbug71334.phpt2 Bug #71334: Cannot access array keys while uksort()
/php-src/Zend/tests/generators/
H A Dgenerator_with_keys.phpt2 Generators can also yield keys
/php-src/Zend/tests/arg_unpack/
H A Dnon_integer_keys.phpt2 Argument unpacking does not work with non-integer keys
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/php-src/ext/json/tests/
H A Dbug41504.phpt2 Bug #41504 (json_decode() converts empty array keys to "_empty_")
/php-src/ext/spl/tests/
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
H A Darray_011.phpt2 SPL: ArrayIterator, LimitIterator and string keys
H A Diterator_to_array_nonscalar_keys.phpt2 Tests iterator_to_array() with non-scalar keys
/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_3.phpt2 list() with keys, evaluation order #3
H A Dlist_keyed_undefined.phpt2 list() with undefined keys
H A Dlist_keyed_trailing_comma.phpt2 list() with keys and a trailing comma
H A Dbug55135.phpt2 Bug #55135 (Array keys are no longer type casted in unset())
H A Dbug28072.phpt2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
/php-src/ext/sqlite3/tests/
H A Dgh11451.phpt2 GH-11451 (Invalid associative array containing duplicate keys)
/php-src/ext/dba/tests/
H A Ddba_lmdb_flags.phpt45 echo 'Total keys: ', $total_keys, \PHP_EOL;
70 Total keys: 3
/php-src/ext/pgsql/tests/
H A D10pg_convert_9.phpt72 Array of values must be an associative array with string keys
73 Array of values must be an associative array with string keys
/php-src/win32/
H A Dregistry.c78 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
82 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory()
135 if (keys) { in LoadDirectory()
143 for (i = 0; i < keys; i++) { in LoadDirectory()
/php-src/ext/openssl/tests/
H A Dbug72362.phpt2 Bug #72362: OpenSSL Blowfish encryption is incorrect for short keys
/php-src/ext/standard/tests/streams/
H A Dbug53427.phpt2 Bug #53427 (stream_select does not preserve keys)
/php-src/ext/standard/tests/strings/
H A Dpack_arrays.phpt2 test unpack() to array with named keys
/php-src/ext/xsl/tests/
H A Dxsltprocessor_setparameter-nostring.phpt19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys

Completed in 70 milliseconds

1234567891011