Searched refs:is_bool (Results 1 – 24 of 24) sorted by relevance
2 Test is_bool() function5 echo "*** Testing is_bool() with valid boolean values ***\n";13 /* loop to check that is_bool() recognizes different18 var_dump( is_bool($bool_val) );21 echo "\n*** Testing is_bool() on non boolean values ***\n";119 is_bool() on non bull types, expected output: bool(false) */123 var_dump( is_bool($type) );134 *** Testing is_bool() with valid boolean values ***144 *** Testing is_bool() on non boolean values ***
39 echo "\n*** Testing is_bool() on non null values ***\n";158 *** Testing is_bool() on non null values ***
17 var_dump( is_bool( is_dir($file_path) ) );18 var_dump( is_bool( is_dir("/no/such/dir") ) );
22 var_dump( is_bool( is_file(__FILE__) ) );23 var_dump( is_bool( is_file("/no/such/file") ) );
32 var_dump( is_bool($return_value) );
9 if (!is_bool($tmp = mysqli_thread_safe()))
18 if (!is_bool($tmp = mysqli_dump_debug_info($link)))
18 if (!is_bool($tmp = $mysqli->dump_debug_info()))
21 if (!is_bool($res)) {
25 if (!is_bool($tmp))
96 if (!is_bool($reconnect))
26 if (!is_bool($tmp = mysqli_autocommit($link, true)))
27 if (!is_bool($tmp = $mysqli->autocommit(true)))
10 var_dump(is_bool(_ZendTestClass::is_object()));
11 if (is_bool($res)) {
23 if (is_bool($len)) {
19 dump_error(fn() => is_bool($foo?->foo()));
280 PHP_FUNCTION(is_bool) in PHP_FUNCTION() argument
1386 function is_bool(mixed $value): bool {} function
2780 ZEND_FUNCTION(is_bool);3429 ZEND_FE(is_bool, arginfo_is_bool)
30 } else if (is_bool($value)) {
56 if (!is_bool($ret))
52 if (!is_bool($ret))
1586 if (is_bool($v)) {
Completed in 62 milliseconds