Aer/tests/type_hinting.exp
belliash 67f40db553
All checks were successful
The build was successful.
Typehinting test.
2019-04-06 17:01:28 +02:00

24 lines
258 B
Plaintext

char(c)
bool(TRUE)
char()
bool(TRUE)
float(4)
bool(TRUE)
float(56.3)
bool(TRUE)
object()
bool(TRUE)
object(Program) {
['test'] =>
int(7)
}
bool(TRUE)
string(11 'sample text')
bool(TRUE)
string(0 '')
bool(TRUE)
void(NULL)
bool(TRUE)
void(NULL)
bool(TRUE)