Home
last modified time | relevance | path

Searched refs:php_trim (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/
H A Dphp_string.h52 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode);
H A Dmail.c267 headers_str = php_trim(headers_str, NULL, 0, 2); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c440 tmp = php_trim(tmpstr.s, NULL, 0, 3); in php_stream_url_wrap_http_ex()
445 tmp = php_trim(Z_STR_P(tmpzval), NULL, 0, 3); in php_stream_url_wrap_http_ex()
H A Dstring.c630 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode) in php_trim() function
/php-src/ext/mbstring/
H A Dmbstring.c911 tmp = php_trim(new_value, NULL, 0, 3); in PHP_INI_MH()
4476 str_headers = php_trim(str_headers, NULL, 0, 2); in PHP_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c401 ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3)); in sxe_prop_dim_write()

Completed in 55 milliseconds