Searched defs:zv_timezone (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 132 U_CFUNC TimeZone *timezone_process_timezone_argument(zval **zv_timezone, argument 141 if (zv_timezone == NULL || Z_TYPE_PP(zv_timezone) == IS_NULL) { 144 zv_timezone = &local_zv_tz_p; 147 if (Z_TYPE_PP(zv_timezone) == IS_OBJECT && 148 instanceof_function(Z_OBJCE_PP(zv_timezone), TimeZone_ce_ptr TSRMLS_CC)) { 150 *zv_timezone TSRMLS_CC); 169 } else if (Z_TYPE_PP(zv_timezone) == IS_OBJECT && 170 instanceof_function(Z_OBJCE_PP(zv_timezone), php_date_get_timezone_ce() TSRMLS_CC)) { 173 *zv_timezone TSRMLS_C [all...] |
| H A D | timezone_methods.cpp | 75 zval *zv_timezone; local 81 &zv_timezone, php_date_get_timezone_ce()) == FAILURE) { 87 tzobj = (php_timezone_obj *)zend_objects_get_address(zv_timezone TSRMLS_CC);
|
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_methods.cpp | 52 zval **zv_timezone = NULL; local 60 &zv_timezone, &locale_str, &dummy) == FAILURE) { 66 timeZone = timezone_process_timezone_argument(zv_timezone, NULL, 331 zval *zv_timezone; local 336 "Oz!", &object, Calendar_ce_ptr, &zv_timezone) == FAILURE) { 344 if (zv_timezone == NULL) { 348 timeZone = timezone_process_timezone_argument(&zv_timezone,
|
Completed in 5 milliseconds