Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/
H A Dphp_date.h187 …obj, /*const*/ char *time_str, int time_str_len, char *format, zval *timezone_object, int ctor TSR…
H A Dphp_date.c2458 if (timezone_object) { in php_date_initialize()
2461 tzobj = (php_timezone_obj *) zend_object_store_get_object(timezone_object TSRMLS_CC); in php_date_initialize()
2514 zval *timezone_object = NULL; in PHP_FUNCTION() local
2518 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "|sO!", &time_str, &time_str_len, &timezone_object, date_ce_time… in PHP_FUNCTION()
2523 …re_get_object(return_value TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 0 TSRMLS_CC)… in PHP_FUNCTION()
2534 zval *timezone_object = NULL; in PHP_FUNCTION() local
2554 zval *timezone_object = NULL; in PHP_METHOD() local
2560 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "|sO!", &time_str, &time_str_len, &timezone_object, date_ce_time… in PHP_METHOD()
2561 …store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 1 TSRMLS_CC); in PHP_METHOD()
3028 zval *timezone_object; in PHP_FUNCTION() local
[all …]

Completed in 14 milliseconds