DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / Zend / tests / enum / empty-from.phpt
123456789101112
--TEST-- Empty enum with from/tryFrom doesn't segfault --FILE-- <?php enum A: string {} var_dump(A::tryFrom('B')); ?> --EXPECT-- NULL