Searched refs:php_trim (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/standard/ |
H A D | php_string.h | 48 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode);
|
H A D | http_fopen_wrapper.c | 434 tmp = php_trim(tmpstr.s, NULL, 0, 3); in php_stream_url_wrap_http_ex() 439 tmp = php_trim(Z_STR_P(tmpzval), NULL, 0, 3); in php_stream_url_wrap_http_ex()
|
H A D | mail.c | 293 headers_str = php_trim(headers_str, NULL, 0, 2); in PHP_FUNCTION()
|
H A D | string.c | 628 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 D | mbstring.c | 916 tmp = php_trim(new_value, NULL, 0, 3); in PHP_INI_MH() 4505 str_headers = php_trim(str_headers, NULL, 0, 2); in PHP_FUNCTION()
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 412 ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3)); in sxe_prop_dim_write()
|
Completed in 52 milliseconds