Searched refs:bool_val (Results 1 – 3 of 3) sorted by relevance
89 char bool_val[2]; in real_flag_hnd() local92 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()
20 foreach ($valid_bools as $bool_val ) {22 var_dump( is_bool($bool_val) );
18 $bool_val = true;
Completed in 9 milliseconds