Home
last modified time | relevance | path

Searched refs:new_string (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/odbc/
H A Dodbc_utils.c63 zend_string *new_string = zend_string_alloc(new_size, 0); in PHP_FUNCTION() local
64 php_odbc_connstr_quote(ZSTR_VAL(new_string), ZSTR_VAL(str), new_size); in PHP_FUNCTION()
66 ZSTR_LEN(new_string) = strlen(ZSTR_VAL(new_string)); in PHP_FUNCTION()
67 RETURN_STR(new_string); in PHP_FUNCTION()
/php-src/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
13 print $new_string;
/php-src/ext/xsl/
H A Dxsltprocessor.c557 zval *entry, new_string; in PHP_METHOD() local
619 ZVAL_STR_COPY(&new_string, value); in PHP_METHOD()
621 zend_hash_update(intern->parameter, name, &new_string); in PHP_METHOD()

Completed in 8 milliseconds