Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dscanf.h29 #define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ macro
32 #define SCAN_ERROR_INVALID_FORMAT (SCAN_ERROR_EOF - 1)
H A Dscanf.c1180 result = SCAN_ERROR_EOF; in php_sscanf_internal()
1195 ZVAL_LONG(return_value, SCAN_ERROR_EOF); /* EOF marker */ in scan_set_error_return()

Completed in 10 milliseconds