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.c2586 zend_string *format_str; in PHP_METHOD() local
2590 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S*", &format_str, &varargs, &num_varargs) == FAILURE) { in PHP_METHOD()
2601 …result = php_sscanf_internal(intern->u.file.current_line, ZSTR_VAL(format_str), num_varargs, varar… in PHP_METHOD()
/php-src/ext/date/
H A Dphp_date.c2611 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2615 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2622 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2633 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2637 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2644 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()

Completed in 38 milliseconds