Arquivos
hhvm/hphp/test/quick/collection-initializer.php.expect
T
Drew Paroski eaabed2416 Fix deep copying for Sets
This logic got messed up somehow during rebasing and we were missing a
case for Set inside collectionDeepCopyTV(). This diff fixes the issue.
2013-06-11 11:47:28 -07:00

37 linhas
363 B
Plaintext

int(1)
int(2)
bool(false)
=========
int(3)
int(3)
bool(true)
=========
int(1)
int(2)
bool(false)
string(6) "Vector"
=========
bool(false)
int(2)
int(3)
bool(false)
=========
bool(true)
int(2)
int(3)
bool(false)
=========
int(2)
int(1)
int(2)
int(1)
=========
string(4) "blah"
string(2) "yo"
int(2)
string(4) "blah"
string(2) "yo"
=========
bool(true)
bool(false)