Home
last modified time | relevance | path

Searched refs:format_str (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/spl/
H A Dspl_directory.c2558 zend_string *format_str; in PHP_METHOD() local
2562 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S*", &format_str, &varargs, &num_varargs) == FAILURE) { in PHP_METHOD()
2573 …int result = php_sscanf_internal(ZSTR_VAL(intern->u.file.current_line), ZSTR_VAL(format_str), (int… in PHP_METHOD()
/php-src/ext/date/
H A Dphp_date.c2586 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2590 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2597 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2608 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2612 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2619 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()

Completed in 29 milliseconds