mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Intl's codes are really need more careful :<
This commit is contained in:
parent
d01e06e18a
commit
ada2dd97d7
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ static zend_object *TimeZone_object_create(zend_class_entry *ce TSRMLS_DC)
|
|||
intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_properties_count - 1));
|
||||
|
||||
zend_object_std_init(&intern->zo, ce TSRMLS_CC);
|
||||
object_properties_init((zend_object*) intern, ce);
|
||||
object_properties_init(&intern->zo, ce);
|
||||
TimeZone_object_init(intern TSRMLS_CC);
|
||||
|
||||
intern->zo.handlers = &TimeZone_handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue