X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rantest%2Fweb%2Fphp%2FUtils.php;fp=rantest%2Fweb%2Fphp%2FUtils.php;h=fcbde7a640c1cc9e665f731daade2754cc328194;hb=8ec853edfd2e5666d8e76fb58bb95da7b4ccfbf6;hp=0000000000000000000000000000000000000000;hpb=b1f5fe3b3f099b5d0ffbf406dd4bee2c35522813;p=clearscm.git diff --git a/rantest/web/php/Utils.php b/rantest/web/php/Utils.php new file mode 100644 index 0000000..fcbde7a --- /dev/null +++ b/rantest/web/php/Utils.php @@ -0,0 +1,376 @@ +DEBUG: $msg
"; + } // if +} // debug + +function dumpObject ($object) { + print "
";
+  print_r ($object);
+  print "
"; +} // dumpObject + +function Error ($msg) { + print "ERROR: $msg
"; +} // Error + +function banner () { + $banner = <<