Home
last modified time | relevance | path

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

/PHP-8.2/ext/json/
H A Djson.c118 return smart_str_extract(&buf); in php_json_encode_string()
230 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
/PHP-8.2/ext/dom/
H A Ddocumenttype.c191 ZVAL_STR(retval, smart_str_extract(&ret_buf)); in dom_documenttype_internal_subset_read()
/PHP-8.2/
H A DUPGRADING.INTERNALS45 * smart_str_extract() and the spprintf family of functions now use
47 * It is recommended to use smart_str_extract() or smart_str_trim_to_size() when
/PHP-8.2/ext/standard/
H A Dhttp.c241 RETURN_STR(smart_str_extract(&formstr)); in PHP_FUNCTION()
H A Dvar.c650 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
1329 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
H A Dstring.c2855 RETVAL_STR(smart_str_extract(&result));
/PHP-8.2/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.c250 return smart_str_extract(&str); in zend_get_attribute_target_names()
H A Dzend.c281 return smart_str_extract(&buf); in zend_vstrpprintf()
/PHP-8.2/ext/filter/
H A Dsanitizing_filters.c50 ZVAL_STR(value, smart_str_extract(&str)); in php_filter_encode_html()
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.c380 zend_string *str = smart_str_extract(&msg_var); in PHP_FUNCTION()
/PHP-8.2/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.2/ext/reflection/
H A Dphp_reflection.c1641 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
2608 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3331 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
3857 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
4267 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
5564 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
5996 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6331 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
6571 RETURN_STR(smart_str_extract(&str)); in ZEND_METHOD()
/PHP-8.2/ext/spl/
H A Dspl_dllist.c1042 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dspl_observer.c824 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
H A Dspl_array.c1643 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c1150 RETURN_STR(smart_str_extract(&out_buf)); in _php_mb_regex_ereg_replace_exec()
/PHP-8.2/ext/session/
H A Dsession.c1469 ZVAL_STR(sid, smart_str_extract(&var)); in php_session_reset_id()
2358 RETVAL_STR(smart_str_extract(&id)); in PHP_FUNCTION()
/PHP-8.2/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 114 milliseconds