Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/ext/standard/tests/streams/
H A Dbug60455_03.phpt18 if (key_exists($this->s++, $this->lines))
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php1884 function key_exists($key, array $array): bool {} function
H A Dbasic_functions_arginfo.h2928 ZEND_FALIAS(key_exists, array_key_exists, arginfo_key_exists)

Completed in 36 milliseconds