--TEST-- Bug #73402 (Opcache segfault when using class constant to call a method) --INI-- opcache.enable=1 opcache.enable_cli=1 --SKIPIF-- --FILE-- {self::LOG_LEVEL}('test'); } } $b = new B; $b->test(); ?> --EXPECT-- test