Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/xsl/
H A Dxsltprocessor.c779 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
799 ALLOC_ZVAL(new_string); in PHP_FUNCTION()
801 COPY_PZVAL_TO_ZVAL(*new_string, *entry); in PHP_FUNCTION()
812 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
813 ZVAL_STRING(new_string, value, 1); in PHP_FUNCTION()
815 zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL); in PHP_FUNCTION()
878 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
892 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
893 ZVAL_LONG(new_string,1); in PHP_FUNCTION()
903 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/dom/
H A Dxpath.c552 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
566 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
567 ZVAL_LONG(new_string,1); in PHP_FUNCTION()
569 …>registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), … in PHP_FUNCTION()
578 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
579 ZVAL_LONG(new_string,1); in PHP_FUNCTION()
580 …zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), … in PHP_FUNCTION()

Completed in 16 milliseconds