Home
last modified time | relevance | path

Searched refs:type (Results 351 – 375 of 2207) sorted by path

1...<<11121314151617181920>>...89

/PHP-7.4/ext/date/lib/
H A Dtimelib.h170 ttinfo *type; member
191 unsigned int type; member
300 int type; member
H A Dtm2unixtime.c325 switch (time->relative.special.type) { in do_adjust_special()
338 switch (time->relative.special.type) { in do_adjust_special_early()
/PHP-7.4/ext/date/
H A Dphp_date.c2090 if (type == 2) { in date_interval_has_property()
2374 new_obj->type = old_obj->type; in date_object_clone_timezone()
2405 if (o1->type != o2->type) { in date_object_compare_timezone()
2410 switch (o1->type) { in date_object_compare_timezone()
2423 switch (tzobj->type) { in php_timezone_to_string()
2749 type = tzobj->type; in php_date_initialize()
2757 now->zone_type = type; in php_date_initialize()
2758 switch (type) { in php_date_initialize()
3516 switch (tzobj->type) { in php_date_timezone_set()
4054 switch (tzobj->type) { in PHP_FUNCTION()
[all …]
H A Dphp_date.h146 int type; member
/PHP-7.4/ext/date/tests/
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
H A Drfc-datetime_and_daylight_saving_time-type1.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 1)
H A Drfc-datetime_and_daylight_saving_time-type2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 2)
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, ba)
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd1)
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2)
15 * For backward transitions, must create objects with zone type 2
17 * then converting them to zone type 3.
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bs)
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fa)
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fd)
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
H A Dtime_basic.phpt2 Test return type and value for expected input time()
/PHP-7.4/ext/dba/
H A Ddba.c623 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
698 if (le->type != le_pdb) { in php_dba_open()
1321 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
H A Ddba_db2.c48 DBTYPE type; in DBA_OPEN_FUNC() local
58 type = info->mode == DBA_READER ? DB_UNKNOWN : in DBA_OPEN_FUNC()
76 if (db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) { in DBA_OPEN_FUNC()
H A Ddba_db3.c60 DBTYPE type; local
70 type = info->mode == DBA_READER ? DB_UNKNOWN :
96 (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
98 (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
H A Ddba_db4.c74 DBTYPE type; local
85 type = info->mode == DBA_READER ? DB_UNKNOWN :
99 type = info->mode == DBA_READER ? DB_UNKNOWN :
125 (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
127 (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
/PHP-7.4/ext/dba/libcdb/
H A Duint32.h31 #error Need type which holds 32 bits
/PHP-7.4/ext/dba/tests/
H A Dbug36436.phpt33 resource(%d) of type (dba persistent)
H A Ddba011.phpt28 resource(%d) of type (dba)
38 resource(%d) of type (dba)
H A Ddba012.phpt38 resource(%d) of type (dba)
H A Ddba015.phpt69 resource(%d) of type (dba persistent)
70 resource(%d) of type (Unknown)

Completed in 59 milliseconds

1...<<11121314151617181920>>...89