I was giving a stir in the sublime text and I came across something I did not expect when I typed the function array_keys
array_keys(arg, search_value, strict);
I did the test and the second parameter actually works.
What is the purpose of it, anyway?