Home
last modified time | relevance | path

Searched refs:SCAN_NOSKIP (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/standard/
H A Dscanf.c84 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */ macro
794 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