Home
last modified time | relevance | path

Searched refs:bool_val (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/sapi/apache2handler/
H A Dapache_config.c89 char bool_val[2]; in real_flag_hnd() local
92 bool_val[0] = '1'; in real_flag_hnd()
94 bool_val[0] = '0'; in real_flag_hnd()
96 bool_val[1] = 0; in real_flag_hnd()
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_bool.phpt20 foreach ($valid_bools as $bool_val ) {
22 var_dump( is_bool($bool_val) );
/PHP-7.2/ext/standard/tests/strings/
H A Dtrim1.phpt18 $bool_val = true;

Completed in 6 milliseconds