--TEST-- Constant propagation with nullsafe operator --FILE-- length(); } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Call to a member function length() on string