Arquivos
hhvm/hphp/test/vm/__isset.php.exp
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
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.
2013-02-11 02:10:41 -08:00

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