Home
last modified time | relevance | path

Searched refs:smart_str_extract (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/json/
H A Djson.c125 return smart_str_extract(&buf); in php_json_encode_string()
255 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Ddocumenttype.c191 ZVAL_STR(retval, smart_str_extract(&ret_buf)); in dom_documenttype_internal_subset_read()
/PHP-8.3/ext/standard/
H A Dhttp.c235 RETURN_STR(smart_str_extract(&formstr)); in PHP_FUNCTION()
H A Dvar.c657 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
1321 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
H A Dstring.c2804 RETVAL_STR(smart_str_extract(&result));
/PHP-8.3/Zend/
H A Dzend_smart_str.h117 static zend_always_inline zend_string *smart_str_extract(smart_str *dest) in smart_str_extract() function
H A Dzend_attributes.c244 return smart_str_extract(&str); in zend_get_attribute_target_names()
H A Dzend.c340 return smart_str_extract(&buf); in zend_vstrpprintf()
/PHP-8.3/ext/filter/
H A Dsanitizing_filters.c50 ZVAL_STR(value, smart_str_extract(&str)); in php_filter_encode_html()
/PHP-8.3/ext/iconv/
H A Diconv.c1856 RETURN_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
2049 RETVAL_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
2090 RETVAL_STR(smart_str_extract(&retval)); in PHP_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1639 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
2569 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3312 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3816 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
4268 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
5558 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6004 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6339 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6579 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
/PHP-8.3/main/
H A Dfopen_wrappers.c124 zend_string *tmp = smart_str_extract(&buf); in ZEND_INI_MH()
/PHP-8.3/ext/spl/
H A Dspl_dllist.c1032 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dspl_observer.c813 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dspl_array.c1635 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c1150 RETURN_STR(smart_str_extract(&out_buf)); in _php_mb_regex_ereg_replace_exec()
H A Dmbstring.c1320 RETURN_STR(smart_str_extract(&result)); in PHP_FUNCTION()
4397 str_headers = smart_str_extract(&str); in PHP_FUNCTION()
/PHP-8.3/ext/session/
H A Dsession.c1474 ZVAL_STR(sid, smart_str_extract(&var)); in php_session_reset_id()
2408 RETVAL_STR(smart_str_extract(&id)); in PHP_FUNCTION()
/PHP-8.3/ext/soap/
H A Dphp_sdl.c3283 ZVAL_STR(&str_proxy, smart_str_extract(&proxy)); in get_sdl()
3325 ZVAL_STR(&str_headers, smart_str_extract(&headers)); in get_sdl()

Completed in 121 milliseconds