Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 7.4.0 - 7.4.33 , 8.0.0 - 8.0.30 , 8.1.0 - 8.1.34 , 8.2.0 - 8.2.30 , 8.3.0 - 8.3.30 , 8.4.1 - 8.4.18 , 8.5.0 - 8.5.3 object(Conta)#1 (2) {
["titular":"Conta":private]=>
object(Titular)#2 (2) {
["cpf":"Titular":private]=>
string(14) "123.456.789-10"
["nome":"Titular":private]=>
string(13) "Thiago Felipe"
}
["saldo":"Conta":private]=>
float(0)
}
object(Conta)#3 (2) {
["titular":"Conta":private]=>
object(Titular)#4 (2) {
["cpf":"Titular":private]=>
string(14) "987.456.123-01"
["nome":"Titular":private]=>
string(12) "Aline Torres"
}
["saldo":"Conta":private]=>
float(0)
}
Thiago Felipe
123.456.789-10
1000
3500
Aline Torres
987.456.123-01
Output for 7.3.0 - 7.3.33 Parse error: syntax error, unexpected 'float' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/OuaDT on line 6
Process exited with code 255 .