Home
last modified time | relevance | path

Searched refs:SCAN_ERROR_WRONG_PARAM_COUNT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/
H A Dscanf.h34 #define SCAN_ERROR_WRONG_PARAM_COUNT (SCAN_ERROR_VAR_PASSED_BYVAL - 1) macro
35 #define SCAN_ERROR_INTERNAL (SCAN_ERROR_WRONG_PARAM_COUNT - 1)
H A Dfile.c1173 if (SCAN_ERROR_WRONG_PARAM_COUNT == result) { in PHP_FUNCTION()
H A Dstring.c5944 if (SCAN_ERROR_WRONG_PARAM_COUNT == result) {

Completed in 23 milliseconds