Lines Matching refs:log_file
698 $log_file = array('filename' => '***JSON code***');
707 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file);
710 $log_file['error'] = 'JSON '.json_last_error_msg();
712 $log['src'][] = $log_file;
756 $log_file = array('filename' => $filename_log);
760 $log_file = array('filename' => $filename, 'extenal_link' => true);
765 $log_file['filename'] .= '#'.$src['fragment'];
786 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file);
814 $log_file['elements'][] = $log_elem;
819 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file);
822 $log_file['error'] = 'no JSON data, '.json_last_error_msg();
826 $log_file['error'] = 'empty file';
830 $log_file['error'] = 'file access denied';
832 $log['src'][] = $log_file;