Home
last modified time | relevance | path

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

/php-src/sapi/apache2handler/
H A Dapache_config.c91 char bool_val[2]; in real_flag_hnd() local
94 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()
/php-src/ext/standard/tests/strings/
H A Dtrim1.phpt11 $bool_val = true;
/php-src/ext/standard/tests/general_functions/
H A Dis_bool.phpt16 foreach ($valid_bools as $bool_val ) {
18 var_dump( is_bool($bool_val) );

Completed in 7 milliseconds