Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dscanf.c86 #define SCAN_NOSKIP 0x1 /* Don't skip blanks. */ macro
803 flags |= SCAN_NOSKIP; in php_sscanf_internal()
812 flags |= SCAN_NOSKIP; in php_sscanf_internal()
829 if (!(flags & SCAN_NOSKIP)) { in php_sscanf_internal()

Completed in 6 milliseconds