Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dscanf.c82 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */ macro
791 flags |= SCAN_NOSKIP; in php_sscanf_internal()
800 flags |= SCAN_NOSKIP; in php_sscanf_internal()
817 if (!(flags & SCAN_NOSKIP)) { in php_sscanf_internal()

Completed in 7 milliseconds