array(1) {
["test"]=>
array(1) {
["t****"]=>
string(5) "Hello"
}
}
Hello
Warning: Undefined array key "test*" in /in/YANSb on line 12
Warning: Undefined array key "tes**" in /in/YANSb on line 12
Warning: Undefined array key "te***" in /in/YANSb on line 12
Hello
array(1) {
["test"]=>
array(1) {
["t****"]=>
string(5) "Hello"
}
}
Hello
Notice: Undefined index: test* in /in/YANSb on line 12
Notice: Undefined index: tes** in /in/YANSb on line 12
Notice: Undefined index: te*** in /in/YANSb on line 12
Hello
array(1) {
["test"]=>
array(1) {
["t****"]=>
string(5) "Hello"
}
}
Hello
Notice: Undefined index: test* in /in/YANSb on line 12
Notice: Undefined index: tes** in /in/YANSb on line 12
Notice: Undefined index: te*** in /in/YANSb on line 12
Notice: Undefined index: t**** in /in/YANSb on line 12
array(1) {
["test"]=>
array(1) {
["t****"]=>
string(5) "Hello"
}
}
Hello
Notice: Undefined index: test* in /in/YANSb on line 12
Notice: Undefined index: tes** in /in/YANSb on line 12
Notice: Undefined index: te*** in /in/YANSb on line 12
Hello