mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Unicode support
This commit is contained in:
parent
6b98cc4ef5
commit
21c1109e0c
42 changed files with 432 additions and 440 deletions
|
@ -49,7 +49,7 @@ PHP_METHOD(domdocumentfragment, __construct)
|
|||
xmlNodePtr nodep = NULL, oldnode = NULL;
|
||||
dom_object *intern;
|
||||
|
||||
php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC);
|
||||
php_set_error_handling(EH_THROW, U_CLASS_ENTRY(dom_domexception_class_entry) TSRMLS_CC);
|
||||
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_documentfragment_class_entry) == FAILURE) {
|
||||
php_std_error_handling();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue