Remove Variant's append and appendRef member functions
commit1dd759da9d1316d6838fe8f2fe10cfc64c3f0fb4
authorJordan DeLong <jdelong@fb.com>
Mon, 10 Mar 2014 06:32:51 +0000 (9 23:32 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 17 Mar 2014 09:20:11 +0000 (17 02:20 -0700)
tree3bbd7b40be0df3ea47ad0db882f3a16587c70bd7
parent773a4b1ed8ec39bd9df357338555d3d30dc43417
Remove Variant's append and appendRef member functions

Reviewed By: @markw65

Differential Revision: D1213556
25 files changed:
hphp/compiler/expression/assignment_expression.cpp
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/ini-setting.cpp
hphp/runtime/base/preg.cpp
hphp/runtime/base/timezone.cpp
hphp/runtime/base/type-variant.cpp
hphp/runtime/base/type-variant.h
hphp/runtime/base/zend-scanf.cpp
hphp/runtime/ext/ext_domdocument.cpp
hphp/runtime/ext/ext_iconv.cpp
hphp/runtime/ext/ext_icu.cpp
hphp/runtime/ext/ext_mb.cpp
hphp/runtime/ext/ext_network.cpp
hphp/runtime/ext/ext_options.cpp
hphp/runtime/ext/ext_pdo.cpp
hphp/runtime/ext/ext_process.cpp
hphp/runtime/ext/ext_string.cpp
hphp/runtime/ext/ext_xml.cpp
hphp/runtime/ext/gd/ext_image.cpp
hphp/runtime/ext/json/JSON_parser.cpp
hphp/runtime/ext/mailparse/mime.cpp
hphp/runtime/ext/soap/encoding.cpp
hphp/runtime/ext/soap/packet.cpp
hphp/runtime/ext/thrift/binary.cpp
hphp/runtime/ext/thrift/compact.cpp