Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt13 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
14 print $new_string;
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c751 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
776 ZVAL_STR_COPY(&new_string, value); in PHP_FUNCTION()
778 zend_hash_update(intern->parameter, name, &new_string); in PHP_FUNCTION()
843 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
853 ZVAL_LONG(&new_string ,1); in PHP_FUNCTION()
854 zend_hash_update(intern->registered_phpfunctions, Z_STR_P(entry), &new_string); in PHP_FUNCTION()
861 ZVAL_LONG(&new_string,1); in PHP_FUNCTION()
862 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.2/ext/dom/
H A Dxpath.c510 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
519 ZVAL_LONG(&new_string,1); in PHP_FUNCTION()
520 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
529 ZVAL_LONG(&new_string, 1); in PHP_FUNCTION()
530 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()

Completed in 15 milliseconds