Searched refs:is_bool (Results 1 – 25 of 25) 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 var_dump(is_bool(_ZendTestClass::is_object()));
7 if (!is_bool($tmp = mysqli_thread_safe()))
19 if (!is_bool($tmp = mysqli_dump_debug_info($link)))
19 if (!is_bool($tmp = $mysqli->dump_debug_info()))
20 if (!is_bool($res)) {
23 if (!is_bool($tmp))
26 if (!is_bool($tmp = mysqli_autocommit($link, true)))
22 if (!is_bool($tmp = $mysqli->autocommit(true)))
12 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
3569 function is_bool(mixed $value): bool {}
2772 ZEND_FUNCTION(is_bool);3420 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(is_bool, arginfo_is_bool)
30 } else if (is_bool($value)) {
57 if (!is_bool($ret))
54 if (!is_bool($ret))
1598 if (is_bool($v)) {
Completed in 47 milliseconds