Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dscanf.h31 #define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ macro
34 #define SCAN_ERROR_INVALID_FORMAT (SCAN_ERROR_EOF - 1)
H A Dscanf.c1190 result = SCAN_ERROR_EOF; in php_sscanf_internal()
1205 ZVAL_LONG(return_value, SCAN_ERROR_EOF); /* EOF marker */ in scan_set_error_return()

Completed in 8 milliseconds