Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds