Searched refs:sxe_prop_dim_exists (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 734 /* {{{ sxe_prop_dim_exists() 736 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zend_bool attribs TSRMLS_DC) function 851 return sxe_prop_dim_exists(object, member, check_empty, 1, 0 TSRMLS_CC); 859 return sxe_prop_dim_exists(object, member, check_empty, 0, 1 TSRMLS_CC);
|
Completed in 6 milliseconds