How to use print_r to check if the array_fill_keys function is correctly applied in a nested array?
array_fill_keys is a very useful function that creates a new array and fills the given key name with the specified value. This function is usually used to build arrays with specific key names. When we work with multi-dimensional arrays or nested arrays, it becomes especially important to check their correctness, especially after using array_fill_keys.
array_fill_keys