Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dscanf.c1202 result = SCAN_ERROR_EOF; in php_sscanf_internal()
1218 Z_LVAL_PP(return_value) = SCAN_ERROR_EOF; /* EOF marker */ in scan_set_error_return()
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)

Completed in 10 milliseconds