mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix test
This commit is contained in:
parent
4399577219
commit
b6da010f35
1 changed files with 6 additions and 1 deletions
|
@ -177,6 +177,8 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] {
|
|||
}
|
||||
Function [ <internal:date> function date_isodate_set ] {
|
||||
}
|
||||
Function [ <internal:date> function date_timestamp_set ] {
|
||||
}
|
||||
Function [ <internal:date> function timezone_open ] {
|
||||
}
|
||||
Function [ <internal:date> function timezone_name_get ] {
|
||||
|
@ -260,7 +262,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] {
|
|||
- Properties [0] {
|
||||
}
|
||||
|
||||
- Methods [9] {
|
||||
- Methods [10] {
|
||||
Method [ <internal:date, ctor> public method __construct ] {
|
||||
}
|
||||
|
||||
|
@ -287,6 +289,9 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] {
|
|||
|
||||
Method [ <internal:date> public method setISODate ] {
|
||||
}
|
||||
|
||||
Method [ <internal:date> public method setTimestamp ] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue