Add notice for promoting empty string to array
commit79ff128b1df18f70a0f8dc9bd03f04d814a50211
authorJoseph Griego <jgriego@fb.com>
Thu, 13 Dec 2018 01:02:17 +0000 (12 17:02 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 13 Dec 2018 01:05:39 +0000 (12 17:05 -0800)
tree143004f8ce30d92666412c5c0cb4b4eb25ee6104
parentbc3683759904013a7ce59c0a49fffad71df1d81e
Add notice for promoting empty string to array

Summary: These notices were missing before

Reviewed By: viratyosin

Differential Revision: D13407250

fbshipit-source-id: 6d5a3a94812a4f8781a01a5ad040d313bb5f3ccb
hphp/runtime/base/array-data-inl.h
hphp/runtime/base/array-data.h
hphp/runtime/base/runtime-option.h
hphp/runtime/vm/member-operations.h
hphp/test/slow/hack_arr_compat/falsey-string.php [new file with mode: 0644]
hphp/test/slow/hack_arr_compat/falsey-string.php.expectf [new file with mode: 0644]
hphp/test/slow/hack_arr_compat/falsey-string.php.hphp_opts [new file with mode: 0644]
hphp/test/slow/hack_arr_compat/falsey-string.php.opts [new file with mode: 0644]