bindings/php/example.php
authorAlan Knowles <alan@roojs.com>
Thu, 26 May 2016 10:38:33 +0000 (18:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 May 2016 10:38:33 +0000 (18:38 +0800)
bindings/php/example.php

index 16b2aef..a2d2f25 100644 (file)
@@ -7,5 +7,6 @@ $p = new roojspacker();
 // add files to pack
 $p->loadFile("/home/alan/gitlive/roojs1/Function.js");
 // arguments are output filename/debug version filename (empty strings = return output)
+// should throw an exectpionif there is a syntax error.
 echo $p->pack("","");