Searched refs:key_exists (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/standard/tests/array/ |
H A D | key_exists_variation2.phpt | 2 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 D | key_exists_basic.phpt | 2 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 D | key_exists_variation1.phpt | 2 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.0/ext/standard/html_tables/ |
H A D | html_table_gen.php | 443 if (key_exists($el[1], $multicp_rows)) { 469 if (key_exists("default", $v)) { 524 if (key_exists($el[1], $multicp_rows)) {
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug60455_03.phpt | 17 if (key_exists($this->s++, $this->lines))
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 245 function key_exists($key, array $array): bool {} function
|
H A D | basic_functions_arginfo.h | 2935 ZEND_FALIAS(key_exists, array_key_exists, arginfo_key_exists)
|
Completed in 90 milliseconds