Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Undefined Constants

Undefined global constants used to fallback to their equivalent string. It would keep the execution going, too. In PHP 8.0, such mistake is a Fatal Error

PHP code

<?php

echo D;

?>

Before

D

After

Uncaught Error: Undefined constant "D"

PHP version change

This behavior was deprecated in 7.0.

This behavior changed in 8.0.

Error Messages

Analyzer

© 2023-2026, Damien Seguy - Exakat