We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2117ec commit f5be676Copy full SHA for f5be676
1 file changed
processes/on-bug-check.php
@@ -0,0 +1,8 @@
1
+<?php
2
+// Purpose: This file is run after a bug check, has $result string and $status arrays available to it
3
+// Langs: PHP only
4
+// Example:
5
+// $fh = fopen(dirname(__FILE__)."/../bug-logs.log", 'a');
6
+// fwrite($fh, "Bug check on: ".date("D dS M Y h:i:sa")."\nresult: ".$result.", status array:".var_export($status, true)."\n");
7
+// fclose($fh);
8
+?>
0 commit comments