Searched refs:SCAN_ERROR_EOF (Results 1 – 2 of 2) sorted by relevance
31 #define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ macro34 #define SCAN_ERROR_INVALID_FORMAT (SCAN_ERROR_EOF - 1)
1202 result = SCAN_ERROR_EOF; in php_sscanf_internal()1218 Z_LVAL_PP(return_value) = SCAN_ERROR_EOF; /* EOF marker */ in scan_set_error_return()
Completed in 12 milliseconds