Searched refs:SCAN_NOSKIP (Results 1 – 1 of 1) sorted by relevance
84 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */ macro794 flags |= SCAN_NOSKIP; in php_sscanf_internal()803 flags |= SCAN_NOSKIP; in php_sscanf_internal()820 if (!(flags & SCAN_NOSKIP)) { in php_sscanf_internal()
Completed in 6 milliseconds