Index: /branches/1.3/phpdop.phpr
===================================================================
--- /branches/1.3/phpdop.phpr	(revision 52)
+++ /branches/1.3/phpdop.phpr	(revision 599)
@@ -88,4 +88,7 @@
 }
 
+if (!isset($argv[1])) {
+	die("Usage: $argv[0] <file>\n");
+}
 $pk = xcache_dasm_file($argv[1]);
 $op_array = $funcs = $classes = null;
