The `scanf` functions do not allow a repetition of template placeholders such as: ```php sscanf('1 foo 1', '%d foo %1$d'); ```
Activity