trim_str          449 ext/simplexml/simplexml.c 	zend_string    *trim_str;
trim_str          467 ext/simplexml/simplexml.c 			trim_str = zval_get_string(member);
trim_str          468 ext/simplexml/simplexml.c 			ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3));
trim_str          469 ext/simplexml/simplexml.c 			zend_string_release(trim_str);