| ( ! ) Notice: Undefined variable: sounds in /var/www/html/test.php on line 28 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0015 | 384792 | {main}( ) | .../test.php:0 |
| 2 | 0.0016 | 385144 | Main->main( ) | .../test.php:41 |
| 3 | 0.0017 | 385504 | 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.0015 | 384792 | {main}( ) | .../test.php:0 |
| 2 | 0.0016 | 385144 | Main->main( ) | .../test.php:41 |
| 3 | 0.0054 | 385560 | 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.0015 | 384792 | {main}( ) | .../test.php:0 |
| 2 | 0.0016 | 385144 | Main->main( ) | .../test.php:41 |
| 3 | 0.0054 | 385560 | Animal->makeSound( ) | .../test.php:37 |