Go to the source code of this file.
◆ SCAN_ERROR_EOF
#define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ |
◆ SCAN_ERROR_INVALID_FORMAT
◆ SCAN_ERROR_WRONG_PARAM_COUNT
◆ SCAN_MAX_ARGS
#define SCAN_MAX_ARGS 0xFF /* Maximum number of variable which can be */ |
◆ SCAN_SUCCESS
◆ php_sscanf_internal()
PHPAPI int php_sscanf_internal |
( |
char * | string, |
|
|
char * | format, |
|
|
int | argCount, |
|
|
zval * | args, |
|
|
int | varStart, |
|
|
zval * | return_value ) |
◆ ValidateFormat()
PHPAPI int ValidateFormat |
( |
char * | format, |
|
|
int | numVars, |
|
|
int * | totalVars ) |