--TEST-- Static variable with throwing initializer --FILE-- getMessage(), "\n"; } var_dump(foo(false)); ?> --EXPECT-- Throwing from foo() int(42)