Searched refs:smart_str_extract (Results 1 – 19 of 19) sorted by relevance
118 return smart_str_extract(&buf); in php_json_encode_string()230 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
191 ZVAL_STR(retval, smart_str_extract(&ret_buf)); in dom_documenttype_internal_subset_read()
45 * smart_str_extract() and the spprintf family of functions now use47 * It is recommended to use smart_str_extract() or smart_str_trim_to_size() when
241 RETURN_STR(smart_str_extract(&formstr)); in PHP_FUNCTION()
650 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()1329 RETURN_STR(smart_str_extract(&buf)); in PHP_FUNCTION()
2855 RETVAL_STR(smart_str_extract(&result));
117 static zend_always_inline zend_string *smart_str_extract(smart_str *dest) in smart_str_extract() function
250 return smart_str_extract(&str); in zend_get_attribute_target_names()
281 return smart_str_extract(&buf); in zend_vstrpprintf()
50 ZVAL_STR(value, smart_str_extract(&str)); in php_filter_encode_html()
380 zend_string *str = smart_str_extract(&msg_var); in PHP_FUNCTION()
1856 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()
1641 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()
1042 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
824 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
1643 RETURN_STR(smart_str_extract(&buf)); in PHP_METHOD()
1150 RETURN_STR(smart_str_extract(&out_buf)); in _php_mb_regex_ereg_replace_exec()
1469 ZVAL_STR(sid, smart_str_extract(&var)); in php_session_reset_id()2358 RETVAL_STR(smart_str_extract(&id)); in PHP_FUNCTION()
3283 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