Fix a bug for stdclass promotion of static private properties
commiteacbbf3a6310d752968317dd1ed5d432fff2bb90
authorJordan DeLong <jdelong@fb.com>
Thu, 12 Jun 2014 01:34:14 +0000 (11 18:34 -0700)
committerJoelMarcey <joelm@fb.com>
Mon, 16 Jun 2014 20:15:16 +0000 (16 13:15 -0700)
treed91620e790b19e2719b2b5689af1fd25c00f5d55
parent255f97bde8211cffc4a7234cad45751da7fc0a3c
Fix a bug for stdclass promotion of static private properties

Summary: Typo'd selfProp as thisProp (I knew this was going to happen
somewhere ...).

Reviewed By: @bertmaher

Differential Revision: D1378993
hphp/hhbbc/interp-minstr.cpp
hphp/test/slow/hhbbc/static_props_019.php [new file with mode: 0644]
hphp/test/slow/hhbbc/static_props_019.php.expectf [new file with mode: 0644]