PHP3 Manual
PrevAppendix A. Migrating from PHP/FI 2.0 to PHP 3.0Next

Error messages have changed

PHP 3.0's error messages are usually more accurate than 2.0's were, but you no longer get to see the code fragment causing the error. You will be supplied with a file name and a line number for the error, though.


PrevHomeNext
Expression typesUpShort-circuited boolean evaluation