Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds