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:
@@ -201,7 +201,7 @@ PHP_FUNCTION(dom_namednodemap_item)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
RETVAL_NULL();
|
||||
RETURN_NULL();
|
||||
}
|
||||
|
||||
if (itemnode) {
|
||||
|
||||
+1
-1
@@ -135,7 +135,7 @@ PHP_FUNCTION(dom_nodelist_item)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
RETVAL_NULL();
|
||||
RETURN_NULL();
|
||||
}
|
||||
|
||||
if (itemnode) {
|
||||
|
||||
Reference in New Issue
Block a user