1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Compiler warning fixes.

This commit is contained in:
Ilia Alshanetsky
2003-12-23 17:08:44 +00:00
parent cf40d9243d
commit 39df1011f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ PHP_FUNCTION(dom_namednodemap_item)
}
}
} else {
RETVAL_NULL();
RETURN_NULL();
}
if (itemnode) {
+1 -1
View File
@@ -135,7 +135,7 @@ PHP_FUNCTION(dom_nodelist_item)
}
}
} else {
RETVAL_NULL();
RETURN_NULL();
}
if (itemnode) {