Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c4573 int zone_len; in PHP_FUNCTION() local
4575 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &zone, &zone_len) == FAILURE) { in PHP_FUNCTION()
4586 DATEG(timezone) = estrndup(zone, zone_len); in PHP_FUNCTION()

Completed in 17 milliseconds