Lines Matching refs:preserve_keys
3482 zend_bool preserve_keys = 0; /* Whether to preserve keys while copying to the new array */ local
3492 Z_PARAM_BOOL(preserve_keys)
3532 (!preserve_keys ||
3570 if (preserve_keys) {
4238 zend_bool preserve_keys = 0; /* whether to preserve keys */ local
4243 Z_PARAM_BOOL(preserve_keys)
4248 if ((HT_FLAGS(Z_ARRVAL_P(input)) & HASH_FLAG_PACKED) && !preserve_keys) {
4265 if (preserve_keys) {
6186 zend_bool preserve_keys = 0; local
6195 Z_PARAM_BOOL(preserve_keys)
6225 if (preserve_keys) {