Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dscanf.c88 #define SCAN_UNSIGNED 0x4 /* Read an unsigned value. */ macro
786 flags |= SCAN_UNSIGNED; in php_sscanf_internal()
1064 if ((flags & SCAN_UNSIGNED) && (value < 0)) { in php_sscanf_internal()

Completed in 6 milliseconds