j
k
j a
j l
Shouldn't I get ({ "0", "1" }) from this?
array_sscanf("01", "%[0]s%s");
(1) Result: ({ /* 1 element */ "0" })
Back to the thread
Back to the list