xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Warning in emitter #12

Closed thekid closed 6 years ago

thekid commented 6 years ago

lang.ast.Emitter::emit() [line 703 of Emitter.class.php] Invalid argument supplied for foreach()

thekid commented 6 years ago

Stacktrace:

Caused by Exception lang.XPException (lang.Type<void>)
  at lang.ast.Emitter::emit(NULL) [line 470 of Emitter.class.php]
  at lang.ast.Emitter::emitOffset(lang.ast.Node{}) [line 701 of Emitter.class.php]
  at lang.ast.Emitter::emit(lang.ast.Node{}) [line 475 of Emitter.class.php]
  at lang.ast.Emitter::emitAssignment(lang.ast.Node{}) [line 710 of Emitter.class.php]
  at lang.ast.Emitter::emit(array[5]) [line 551 of Emitter.class.php]
  at lang.ast.Emitter::emitForeach(lang.ast.Node{}) [line 710 of Emitter.class.php]
  at lang.ast.Emitter::emit(array[9]) [line 435 of Emitter.class.php]
  at lang.ast.Emitter::emitMethod(lang.ast.Node{}) [line 701 of Emitter.class.php]
  at lang.ast.Emitter::emit(lang.ast.Node{}) [line 325 of Emitter.class.php]
  at lang.ast.Emitter::emitClass(lang.ast.Node{}) [line 710 of Emitter.class.php]
  at lang.ast.Emitter::emit(Generator{}) [line 152 of CompilingClassloader.class.php]
  at lang.ast.CompilingClassLoader::loadClassBytes((0x25)'org.oneandone.punktestand.Punktestand') [line 125 of CompilingClassloader.class.php]
  ... 9 more