Searched refs:SCAN_NOSKIP (Results 1 – 1 of 1) sorted by relevance
86 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */ macro796 flags |= SCAN_NOSKIP; in php_sscanf_internal()805 flags |= SCAN_NOSKIP; in php_sscanf_internal()822 if (!(flags & SCAN_NOSKIP)) { in php_sscanf_internal()
Completed in 9 milliseconds