Home
last modified time | relevance | path

Searched refs:is_bool (Results 1 – 23 of 23) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_bool.phpt2 Test is_bool() function
5 /* Prototype: bool is_bool ( mixed $var );
9 echo "*** Testing is_bool() with valid boolean values ***\n";
17 /* loop to check that is_bool() recognizes different
22 var_dump( is_bool($bool_val) );
25 echo "\n*** Testing is_bool() on non boolean values ***\n";
127 var_dump( is_bool($type) );
132 var_dump( is_bool() );
135 var_dump( is_bool(TRUE, FALSE) );
145 *** Testing is_bool() with valid boolean values ***
[all …]
H A Dis_null.phpt43 echo "\n*** Testing is_bool() on non null values ***\n";
169 *** Testing is_bool() on non null values ***
/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_basic.phpt22 var_dump( is_bool( is_dir($file_path) ) );
23 var_dump( is_bool( is_dir("/no/such/dir") ) );
H A Dis_file_basic.phpt27 var_dump( is_bool( is_file(__FILE__) ) );
28 var_dump( is_bool( is_file("/no/such/file") ) );
H A Dfflush_basic.phpt35 var_dump( is_bool($return_value) );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_thread_safe.phpt10 if (!is_bool($tmp = mysqli_thread_safe()))
H A Dmysqli_embedded_connect.phpt23 if (!is_bool($tmp = mysqli_embedded_connect($db . '_unknown')))
H A Dmysqli_dump_debug_info_oo.phpt22 if (!is_bool($tmp = $mysqli->dump_debug_info()))
H A Dmysqli_disable_reads_from_master.phpt31 if (!is_bool($tmp = mysqli_disable_reads_from_master($link)))
H A Dmysqli_enable_reads_from_master.phpt31 if (!is_bool($tmp = mysqli_enable_reads_from_master($link)))
H A Dmysqli_dump_debug_info.phpt28 if (!is_bool($tmp = mysqli_dump_debug_info($link)))
H A Dmysqli_driver.phpt97 if (!is_bool($reconnect))
106 if (!is_bool($embedded = $driver->embedded))
H A Dmysqli_kill.phpt25 if (!is_bool($tmp = mysqli_kill($link, null)))
32 if (!is_bool($tmp))
H A Dmysqli_class_mysqli_driver_interface.phpt85 assert(is_bool($driver->embedded));
H A Dmysqli_autocommit.phpt39 if (!is_bool($tmp = mysqli_autocommit($link, true)))
H A Dmysqli_autocommit_oo.phpt28 if (!is_bool($tmp = $mysqli->autocommit(true)))
/PHP-5.5/ext/standard/
H A Dphp_type.h32 PHP_FUNCTION(is_bool);
H A Dtype.c266 PHP_FUNCTION(is_bool) in PHP_FUNCTION() argument
H A Dbasic_functions.c3070 PHP_FE(is_bool, arginfo_is_bool)
/PHP-5.5/ext/iconv/tests/
H A Diconv_substr.phpt23 if (is_bool($len)) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt56 if (!is_bool($ret))
H A Dpdo_mysql_prepare_emulated.phpt52 if (!is_bool($ret))
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc1586 if (is_bool($v)) {

Completed in 52 milliseconds