Stop using false_varNR in places that don't call tv() on it.
commit879f38b3fdc4e97c07fe9c811b98fe1f276b0ee2
authorAlexey Toptygin <alexeyt@fb.com>
Mon, 15 Jul 2019 17:28:17 +0000 (15 10:28 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 15 Jul 2019 17:43:02 +0000 (15 10:43 -0700)
tree21a3a4f9f5f40032d5d1995f2b01063eebf68c84
parent43b3cdeb1c5db58a02858c0ac69c5007b8dc6fff
Stop using false_varNR in places that don't call tv() on it.

Summary: Convert all the places that use false_varNR without calling tv() on it to return TypedValue instead of Variant (and have them stop using false_varNR).

Reviewed By: markw65

Differential Revision: D16260067

fbshipit-source-id: 49cc389590b8946665340d77810a2ca65586c982
hphp/runtime/ext/reflection/ext_reflection.cpp