mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix proto for clone_node
This commit is contained in:
parent
b79e506045
commit
0b8040aa8d
1 changed files with 1 additions and 1 deletions
|
@ -2035,7 +2035,7 @@ PHP_FUNCTION(domxml_node_type)
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto bool domxml_clone_node(void)
|
/* {{{ proto object domxml_clone_node([bool deep])
|
||||||
Clones a node */
|
Clones a node */
|
||||||
PHP_FUNCTION(domxml_clone_node)
|
PHP_FUNCTION(domxml_clone_node)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue