Home
last modified time | relevance | path

Searched refs:f_list (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php811 $f_list["session_start"] = $err_session_x;
812 $f_list["session_destroy"] = $err_session_x;
813 $f_list["session_id"] = $err_session_x;
814 $f_list["session_name"] = $err_session_x;
816 $f_list["preg_match"] = $err_preg_x;
817 $f_list["preg_replace"] = $err_preg_x;
818 $f_list["preg_split"] = $err_preg_x;
820 $f_list["ob_start"] = $err_ob_x;
821 $f_list["ob_get_contents"] = $err_ob_x;
822 $f_list["ob_end_clean"] = $err_ob_x;
[all …]
H A Dpfctools.php215 function check_functions_exist( $f_list ) argument
218 foreach( $f_list as $func => $err )