Home
last modified time | relevance | path

Searched refs:key_exists (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt2 Test function key_exists() by calling it with its expected arguments
12 var_dump(key_exists(0, $a));
17 var_dump(key_exists(0, $b));
21 var_dump(key_exists(0, $c));
26 var_dump(key_exists(0, $d));
30 var_dump(key_exists(0, $e));
42 var_dump(key_exists(0, $f));
46 var_dump(key_exists(0, $g));
52 var_dump(key_exists(0, $h));
56 var_dump(key_exists(0, $i));
[all …]
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
10 var_dump(key_exists('bar', $a));
11 var_dump(key_exists('foo', $a));
14 *** test key_exists() by calling it with its expected arguments ***
H A Dkey_exists_variation1.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
10 var_dump(key_exists('baz', $a));
11 var_dump(key_exists('baz', $a['foo']));
14 *** test key_exists() by calling it with its expected arguments ***
/php-src/ext/standard/html_tables/
H A Dhtml_table_gen.php443 if (key_exists($el[1], $multicp_rows)) {
469 if (key_exists("default", $v)) {
524 if (key_exists($el[1], $multicp_rows)) {
/php-src/ext/standard/tests/streams/
H A Dbug60455_03.phpt18 if (key_exists($this->s++, $this->lines))
/php-src/ext/standard/
H A Dbasic_functions.stub.php1900 function key_exists($key, array $array): bool {} function

Completed in 19 milliseconds