Add notices for SimpleXMLElement ObjectData operations
commit68aa4d569f1eea4c34c6ba5d4c50242187984269
authorPaul Bissonnette <paulbiss@fb.com>
Tue, 26 Feb 2019 06:22:17 +0000 (25 22:22 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 26 Feb 2019 06:25:34 +0000 (25 22:25 -0800)
tree5125397e1de705b5f395c57bfe9e59acca9f0d1a
parent926c6ec80396d9d93006021386514a7696d53f61
Add notices for SimpleXMLElement ObjectData operations

Summary: SimpleXMLElement has a ton of magic behavior we want to stop it from having. This diff adds logging for all of these behaviors.

Reviewed By: alexeyt, markw65

Differential Revision: D14187355

fbshipit-source-id: f60addc24f3ef9e6e6e432dbcff500965b9ac10a
hphp/runtime/base/object-data.cpp
hphp/runtime/base/runtime-option.h
hphp/test/slow/simple_xml/notices.php [new file with mode: 0644]
hphp/test/slow/simple_xml/notices.php.expectf [new file with mode: 0644]
hphp/test/slow/simple_xml/notices.php.opts [new file with mode: 0644]