Browse Source

proto fix

experimental/ZendEngine2
Hartmut Holzgraefe 25 years ago
parent
commit
6a42e63dee
  1. 2
      ext/domxml/php_domxml.c
  2. 2
      ext/fdf/fdf.c

2
ext/domxml/php_domxml.c

@ -1739,7 +1739,7 @@ PHP_FUNCTION(domxml_node_attributes)
}
/* }}} */
/* {{{ proto object domxml_new_child(string name, string content)
/* {{{ proto object domxml_node_new_child(string name, string content)
Adds child node to parent node */
PHP_FUNCTION(domxml_node_new_child)
{

2
ext/fdf/fdf.c

@ -693,7 +693,7 @@ PHP_FUNCTION(fdf_set_javascript_action)
}
/* }}} */
/* {{{ fdf_set_encoding(int fdf_document, string encoding)
/* {{{ proto bool fdf_set_encoding(int fdf_document, string encoding)
Sets FDF encoding (either "Shift-JIS" or "Unicode") */
PHP_FUNCTION(fdf_set_encoding)
{

Loading…
Cancel
Save