Lines Matching refs:f_list
809 $f_list["file_get_contents"] = _pfc("You need %s", "PHP 4 >= 4.3.0 or PHP 5");
811 $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;
823 $f_list["get_object_vars"] = _pfc("You need %s", "PHP 4 or PHP 5");
824 $this->errors = array_merge($this->errors, check_functions_exist($f_list));