363d1bb20f
This change is mostly for FB internal organizational reasons. Building is not effected beyond the fact that the target now lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
49 linhas
683 B
Plaintext
49 linhas
683 B
Plaintext
Test begin
|
|
--- class B ---
|
|
bool(false)
|
|
bool(true)
|
|
bool(true)
|
|
bool(false)
|
|
bool(false)
|
|
bool(true)
|
|
--- class C ---
|
|
bool(false)
|
|
bool(true)
|
|
bool(true)
|
|
bool(false)
|
|
bool(false)
|
|
bool(true)
|
|
--- class D ---
|
|
In C::__isset("priv")
|
|
bool(true)
|
|
In C::__isset("priv")
|
|
bool(false)
|
|
bool(true)
|
|
bool(false)
|
|
In C::__isset("q")
|
|
bool(false)
|
|
In C::__isset("q")
|
|
bool(true)
|
|
In C::__isset("r")
|
|
bool(true)
|
|
In C::__isset("r")
|
|
bool(false)
|
|
--- class E ---
|
|
In C::__isset("priv")
|
|
bool(true)
|
|
In C::__isset("priv")
|
|
In C::__get("priv")
|
|
bool(false)
|
|
bool(true)
|
|
bool(false)
|
|
In C::__isset("q")
|
|
bool(false)
|
|
In C::__isset("q")
|
|
bool(true)
|
|
In C::__isset("r")
|
|
bool(true)
|
|
In C::__isset("r")
|
|
In C::__get("r")
|
|
bool(false)
|
|
Test end
|