mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix XSL (Rob/Marcus)
This commit is contained in:
parent
1ece5eb5ad
commit
d7cea0945c
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet)
|
||||||
std_hnd = zend_get_std_object_handlers();
|
std_hnd = zend_get_std_object_handlers();
|
||||||
MAKE_STD_ZVAL(member);
|
MAKE_STD_ZVAL(member);
|
||||||
ZVAL_STRING(member, "cloneDocument", 0);
|
ZVAL_STRING(member, "cloneDocument", 0);
|
||||||
cloneDocu = std_hnd->read_property(id, member, 1 TSRMLS_CC);
|
cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS TSRMLS_CC);
|
||||||
if (Z_TYPE_P(cloneDocu) != IS_NULL) {
|
if (Z_TYPE_P(cloneDocu) != IS_NULL) {
|
||||||
convert_to_long(cloneDocu);
|
convert_to_long(cloneDocu);
|
||||||
clone_docu = Z_LVAL_P(cloneDocu);
|
clone_docu = Z_LVAL_P(cloneDocu);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue