Searched refs:sxe_prop_dim_write (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 452 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_bool attribs, xmlNodePtr *pnewnode TSRMLS_DC) function 685 sxe_prop_dim_write(object, member, value, 1, 0, NULL TSRMLS_CC); 693 sxe_prop_dim_write(object, offset, value, 0, 1, NULL TSRMLS_CC); 714 if (sxe_prop_dim_write(object, member, NULL, 1, 0, &node TSRMLS_CC) != SUCCESS) {
|
Completed in 6 milliseconds