Fix for test

  1. <?php
  2. $foo = 'bar';
  3. function helloWorld($var) {
  4. return $var->bar;
  5. }
  6. $bar = helloWorld($foo);
  7. echo $bar;

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.