Lines Matching refs:array_key_exists

2 Test array_key_exists() function : usage variations - Pass different data types as $key arg
5 /* Prototype : bool array_key_exists(mixed $key, array $search)
12 * Pass different data types as $key argument to array_key_exists() to test behaviour
15 echo "*** Testing array_key_exists() : usage variations ***\n";
89 // loop through each element of $inputs to check the behavior of array_key_exists()
93 var_dump( array_key_exists($input, $search) );
103 *** Testing array_key_exists() : usage variations ***
119 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
124 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
129 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
134 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
139 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
150 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
155 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
160 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
165 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
176 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
190 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
201 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…