Searched refs:format_str (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/spl/ |
H A D | spl_directory.c | 2573 zend_string *format_str; in PHP_METHOD() local 2577 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S*", &format_str, &varargs, &num_varargs) == FAILURE) { in PHP_METHOD() 2588 …int result = php_sscanf_internal(ZSTR_VAL(intern->u.file.current_line), ZSTR_VAL(format_str), (int… in PHP_METHOD()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 2623 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local 2627 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION() 2634 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION() 2645 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local 2649 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION() 2656 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
|
Completed in 36 milliseconds