mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ws
This commit is contained in:
parent
df5e183470
commit
d84755e758
1 changed files with 1 additions and 5 deletions
|
@ -27,7 +27,6 @@
|
|||
#include "ext/standard/info.h"
|
||||
#include "php_xsl.h"
|
||||
|
||||
|
||||
zend_class_entry *xsl_xsltprocessor_class_entry;
|
||||
static zend_object_handlers xsl_object_handlers;
|
||||
|
||||
|
@ -107,6 +106,7 @@ void xsl_objects_free_storage(void *object TSRMLS_DC)
|
|||
efree(object);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ xsl_objects_new */
|
||||
zend_object_value xsl_objects_new(zend_class_entry *class_type TSRMLS_DC)
|
||||
{
|
||||
|
@ -243,9 +243,6 @@ zval *php_xsl_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in,
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
|
||||
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION
|
||||
*/
|
||||
PHP_MSHUTDOWN_FUNCTION(xsl)
|
||||
|
@ -308,7 +305,6 @@ PHP_MINFO_FUNCTION(xsl)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
* tab-width: 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue