From ceed2c585e8b879d0019f87a9616464cb7cf3174 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:06:04 +0200 Subject: repo reorg --- bug38943.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bug38943.inc (limited to 'bug38943.inc') diff --git a/bug38943.inc b/bug38943.inc new file mode 100644 index 0000000..a6f45e8 --- /dev/null +++ b/bug38943.inc @@ -0,0 +1,16 @@ +testarray[] = 1; + var_dump($this->testarray); + } +} + +$z = new myZip; +$z->testp = "foobar"; +var_dump($z); + -- cgit