Searched refs:bool_val (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/sapi/apache2filter/ |
H A D | apache_config.c | 89 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-5.4/sapi/apache2handler/ |
H A D | apache_config.c | 89 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-5.4/sapi/apache/ |
H A D | mod_php5.c | 851 char bool_val[2]; in php_apache_flag_handler_ex() local 854 bool_val[0] = '1'; in php_apache_flag_handler_ex() 856 bool_val[0] = '0'; in php_apache_flag_handler_ex() 858 bool_val[1] = 0; in php_apache_flag_handler_ex() 860 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | is_bool.phpt | 20 foreach ($valid_bools as $bool_val ) { 22 var_dump( is_bool($bool_val) );
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | trim1.phpt | 18 $bool_val = true;
|
/PHP-5.4/sapi/apache_hooks/ |
H A D | mod_php5.c | 1135 char bool_val[2]; in php_apache_flag_handler_ex() local 1138 bool_val[0] = '1'; in php_apache_flag_handler_ex() 1140 bool_val[0] = '0'; in php_apache_flag_handler_ex() 1142 bool_val[1] = 0; in php_apache_flag_handler_ex() 1144 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()
|
Completed in 32 milliseconds