--TEST-- Keep BIND_STATIC when static variable has an initializer --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 --EXTENSIONS-- opcache --FILE-- getStaticVariables()); } foo(); ?> --EXPECT-- array(1) { ["a"]=> &int(42) }