From: Michael Wallner Date: Mon, 24 Jun 2013 05:28:52 +0000 (+0000) Subject: quickfix X-Git-Tag: RELEASE_2_1_0_RC3~10^2^2~27 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=123b8051c753f1297f14dd67374a887f8c6c4dcd quickfix --- 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");