Home
last modified time | relevance | path

Searched refs:keys (Results 276 – 300 of 301) sorted by relevance

1...<<111213

/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_key_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_diff_ukey_variation1.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_diff_ukey_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_key_variation1.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_intersect_key_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_intersect_ukey_variation1.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_intersect_ukey_variation2.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_intersect_ukey_variation4.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
H A Darray_uintersect_uassoc_variation3.phpt6 …ther arguments. Keys are used to do more restrictive check. Both data and keys are compared by usi…
H A Darray_uintersect_uassoc_variation4.phpt6 …ther arguments. Keys are used to do more restrictive check. Both data and keys are compared by usi…
H A Darray_diff_ukey_variation4.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_ukey_variation3.phpt6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt39 will make sort keys slightly shorter or longer respectively.
97 keys, and slower string comparison performance for equal strings.
/PHP-5.3/ext/standard/tests/file/
H A Dfile.inc538 // named keys present in a stat
547 // values accessed using string keys
/PHP-5.3/Zend/tests/
H A D019.phpt113 // get the keys of the $array_var
114 $keys = array_keys($array_var);
117 foreach ($keys as $key_value) {
/PHP-5.3/
H A DNEWS2503 strings as option keys). (Jani)
2815 . Fixed bug #45458 (Numeric keys for associative arrays are not
2835 . Added access to internal values of DSA, RSA and DH keys. (Dmitry)
3211 - Fixed bug #45820 (Allow empty keys in ArrayObject). (Etienne)
3247 duplicate keys). (Dmitry)
3572 withinvalid keys. (Ilia)
3841 - Fixed bug #41033 (enable signing with DSA keys.
4412 string keys). (Ilia)
4558 - Fixed bug #40998 (long session array keys are truncated). (Tony)
4792 - Fixed bug #40274 (Sessions fail with numeric root keys). (Ilia)
[all …]
H A DUPGRADING282 DH keys.
H A DINSTALL710 called. For boolean ini-keys please use 0/1 as value, not
1598 different versions of PHP. The following registry keys are examined
1603 IniFilePath in any of these keys, the first one found will be used
1765 Values, in the sub-keys corresponding to the path names. For example,
H A Dphp.ini-development13 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
H A Dphp.ini-production13 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re439 /* stupid keys need to be null-terminated, even though we know their length */
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt64 The keys are used as the name of the argument. The value can be either
/PHP-5.3/ext/standard/
H A Dbasic_functions.c350 ZEND_ARG_INFO(0, keys) /* ARRAY_INFO(0, keys, 0) */
609 ZEND_ARG_INFO(0, keys) /* ARRAY_INFO(0, keys, 0) */
/PHP-5.3/Zend/
H A DZEND_CHANGES902 cannot store NULL keys.
/PHP-5.3/win32/
H A Dinstall.txt902 called. For boolean ini-keys please use 0/1 as value, not
1516 Values, in the sub-keys corresponding to the path names. For example,

Completed in 128 milliseconds

1...<<111213