Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/xsl/
H A Dxsltprocessor.c749 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
778 ZVAL_STR_COPY(&new_string, value); in PHP_FUNCTION()
780 zend_hash_update(intern->parameter, name, &new_string); in PHP_FUNCTION()
844 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
857 ZVAL_LONG(&new_string, 1); in PHP_FUNCTION()
858 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
866 ZVAL_LONG(&new_string,1); in PHP_FUNCTION()
867 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dxpath.c512 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
521 ZVAL_LONG(&new_string,1); in PHP_FUNCTION()
522 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
531 ZVAL_LONG(&new_string, 1); in PHP_FUNCTION()
532 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()

Completed in 9 milliseconds