in reply to Re^2: PHP primer for Perl hacker?
in thread PHP primer for Perl hacker?

A big difference between Perl and PHP is that a syntax error is not a fatal error (it just interrupts loading the current file), while a doubly defined function, is. And yes, in case you're wondering: in perl, it's exactly the opposite.