j
k
j a
j l
hi,
when looking at this typeof comparison thing, i found the following oddity:
array(string) astr; array(int) aint; typeof(astr) < typeof(aint);
Result: 1
typeof(astr) > typeof(aint);
how can they both be true?
greetings, martin.
Back to the thread
Back to the list