Home
last modified time | relevance | path

Searched refs:keys (Results 226 – 250 of 258) sorted by relevance

1234567891011

/php-src/ext/standard/tests/array/
H A Darray_merge.phpt65 /* associative array with string keys, which will not be re-indexed */
68 /* associative array with numeric keys, which will be re-indexed */
71 /* associative array with mixed keys and sub-array as element */
H A Dksort_variation3.phpt20 // mixed value array with different types of keys
H A Dkrsort_variation3.phpt20 // mixed value array with different types of keys
H A Darray_filter_variation3.phpt30 … null => 'null', 5 => "float", true => 1, "" => 'empty'), // associative array with different keys
H A Darray_flip_variation4.phpt2 … array_flip() function : usage variations - 'input' argument with different invalid values for keys
H A Drsort_variation9.phpt34 // to test the new keys for the elements in the sorted array
H A Darray_intersect_variation9.phpt16 // arrays with default keys
20 // arrays with explicit keys
H A Dksort_variation9.phpt2 Test ksort() function : usage variations - sorting arrays with/without keys
H A Drsort_basic.phpt18 // array with default keys containing unsorted numeric values
H A Darray_key_exists_variation8.phpt2 Test array_key_exists() function : usage variations - array keys are different data types
6 * Pass an array where the keys are different data types as the $search argument
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc64 // Insert date with array keys
113 echo 'Total keys: ', $total_keys, \PHP_EOL;
265 // TODO Array keys insertion
/php-src/Zend/tests/
H A Dbug60362.phpt2 Bug #60362: non-existent sub-sub keys should not have values
H A D019.phpt103 // get the keys of the $array_var
104 $keys = array_keys($array_var);
107 foreach ($keys as $key_value) {
/php-src/ext/sodium/tests/
H A Dcrypto_box.phpt36 "to be encrypted using Bob's public key. The keys will always be the same " .
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt81 echo "WALK multiple on single OID with OID suffix as keys\n";
201 WALK multiple on single OID with OID suffix as keys
/php-src/ext/standard/tests/file/
H A Dstat_basic-win32-mb.phpt39 // numeric and named keys, compare them to see they are same
H A Dstat_basic-win32.phpt39 // numeric and named keys, compare them to see they are same
H A Dlstat_stat_basic.phpt51 // numeric and named keys, compare them to see they are same
H A Dfile.inc538 // named keys present in a stat
547 // values accessed using string keys
/php-src/ext/json/tests/
H A Dpass001.1.phpt7 /* Modified to test unescaped UNICODE as keys and values.
10 * Modified to test a mix of integers and strings as keys.
H A Dpass001.1_64bit.phpt11 /* Modified to test unescaped UNICODE as keys and values.
14 * Modified to test a mix of integers and strings as keys.
/php-src/docs/
H A Drelease-process.md1015 Publish your key by editing `include/gpg-keys.inc` in the `web-php`
1033 gpg --keyserver keys.openpgp.org --send-keys YOURKEYID
1034 gpg --keyserver keyserver.ubuntu.com --send-keys YOURKEYID
1038 this, you will need to import all keys from the current PHP keyring file to
1047 gpg php-keyring.gpg # lists all keys in the keyring
1048 gpg --import php-keyring.gpg # imports all keys to your local keyring
1054 gpg php-keyring.gpg # verify all the keys are present, including yours
1106 [sign your GPG key]: https://carouth.com/articles/signing-pgp-keys/
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt58 die('failed to load test certs and keys for files');
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt241 TypeError: Header "foo1" must only contain numeric keys, "foo2" found
/php-src/ext/standard/
H A Darray.c2841 zval *keys, *val, *entry; local
2844 Z_PARAM_ARRAY(keys)
2849 array_init_size(return_value, zend_hash_num_elements(Z_ARRVAL_P(keys)));
2851 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(keys), entry) {
6878 HashTable *values, *keys; local
6884 Z_PARAM_ARRAY_HT(keys)
6888 num_keys = zend_hash_num_elements(keys);
6901 ZEND_HASH_FOREACH_VAL(keys, entry_keys) {

Completed in 60 milliseconds

1234567891011