Searched refs:bool_val (Results 1 – 3 of 3) sorted by relevance
91 char bool_val[2]; in real_flag_hnd() local94 bool_val[0] = '1'; in real_flag_hnd()96 bool_val[0] = '0'; in real_flag_hnd()98 bool_val[1] = 0; in real_flag_hnd()100 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
11 $bool_val = true;
16 foreach ($valid_bools as $bool_val ) {18 var_dump( is_bool($bool_val) );
Completed in 9 milliseconds