comment récupérer toute constante définie en php

$constants = get_defined_constants();
echo '<pre>';
print_r($constants);
kinjal suryavanshi