From 123b8051c753f1297f14dd67374a887f8c6c4dcd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 24 Jun 2013 05:28:52 +0000 Subject: [PATCH] quickfix --- reflection2php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflection2php.php b/reflection2php.php index aa238ed..37747be 100755 --- a/reflection2php.php +++ b/reflection2php.php @@ -35,7 +35,7 @@ printf("getConstants() as $constant => $value) { - printf("const %s = %s;\n", $constant, $value); + printf("define('%s', '%s');\n", $constant, $value); } printf("\n"); -- 2.30.2