| ( ! ) Notice: Undefined variable: sounds in /var/www/html/test.php on line 28 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0006 | 383640 | {main}( ) | .../test.php:0 |
| 2 | 0.0007 | 383992 | Main->main( ) | .../test.php:41 |
| 3 | 0.0009 | 384352 | Dog->makeSound( ) | .../test.php:34 |
DOG goes !
| ( ! ) Notice: Undefined variable: sounds in /var/www/html/test.php on line 17 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0006 | 383640 | {main}( ) | .../test.php:0 |
| 2 | 0.0007 | 383992 | Main->main( ) | .../test.php:41 |
| 3 | 0.0017 | 384408 | Animal->makeSound( ) | .../test.php:37 |
| ( ! ) Warning: Invalid argument supplied for foreach() in /var/www/html/test.php on line 17 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0006 | 383640 | {main}( ) | .../test.php:0 |
| 2 | 0.0007 | 383992 | Main->main( ) | .../test.php:41 |
| 3 | 0.0017 | 384408 | Animal->makeSound( ) | .../test.php:37 |