mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed two tests, 1 left
This commit is contained in:
parent
08663e9107
commit
a031ced63b
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ zend_object *xsl_objects_new(zend_class_entry *class_type TSRMLS_DC)
|
||||||
xsl_object *intern;
|
xsl_object *intern;
|
||||||
|
|
||||||
intern = ecalloc(1, sizeof(xsl_object) + sizeof(zval) * (class_type->default_properties_count - 1));
|
intern = ecalloc(1, sizeof(xsl_object) + sizeof(zval) * (class_type->default_properties_count - 1));
|
||||||
|
intern->securityPrefs = XSL_SECPREF_DEFAULT;
|
||||||
|
|
||||||
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
|
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
|
||||||
object_properties_init(&intern->std, class_type);
|
object_properties_init(&intern->std, class_type);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue