Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_string.h137 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode);
H A Dhttp_fopen_wrapper.c433 tmp = php_trim(tmpstr.s, NULL, 0, 3); in php_stream_url_wrap_http_ex()
438 tmp = php_trim(Z_STR_P(tmpzval), NULL, 0, 3); in php_stream_url_wrap_http_ex()
H A Dmail.c316 str_headers = php_trim(tmp_headers, NULL, 0, 2); in PHP_FUNCTION()
H A Dstring.c892 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim() function
/PHP-7.2/ext/mbstring/
H A Dmbstring.c1440 tmp = php_trim(new_value, NULL, 0, 3); in PHP_INI_MH()
4451 str_headers = php_trim(tmp_headers, NULL, 0, 2); in PHP_FUNCTION()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c472 ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3)); in sxe_prop_dim_write()

Completed in 70 milliseconds