1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

Fix my own ws errors.

This commit is contained in:
Joey Smith
2001-08-14 07:44:21 +00:00
parent b79868c28c
commit a26110de2c

View File

@@ -588,9 +588,9 @@ static zval *php_xpathcontext_new(xmlXPathContextPtr obj, int *found TSRMLS_DC)
zval *wrapper;
int rsrc_type;
if (! found) {
*found = 0;
}
if (! found) {
*found = 0;
}
if (!obj) {
MAKE_STD_ZVAL(wrapper);
@@ -666,9 +666,9 @@ static zval *php_domobject_new(xmlNodePtr obj, int *found TSRMLS_DC)
char *content;
int rsrc_type;
if (! found) {
*found = 0;
}
if (! found) {
*found = 0;
}
if (!obj) {
MAKE_STD_ZVAL(wrapper);