Arquivos
hhvm/hphp/test/slow/object_magic_method/758.php.expect
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

49 linhas
456 B
Plaintext

sets
bool(true)
NULL
float(3.2)
array(1) {
[0]=>
int(3)
}
object(X)#1 (0) {
}
string(2) "57"
string(3) "6.5"
gets
bool(true)
NULL
float(3.2)
array(1) {
[0]=>
int(3)
}
object(X)#1 (0) {
}
string(2) "57"
string(3) "6.5"
unsets
bool(true)
NULL
float(3.2)
array(1) {
[0]=>
int(3)
}
object(X)#1 (0) {
}
string(2) "57"
string(3) "6.5"
issets
bool(true)
NULL
float(3.2)
array(1) {
[0]=>
int(3)
}
object(X)#1 (0) {
}
string(2) "57"
string(3) "6.5"