Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/xsl/
H A Dxsltprocessor.c783 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
803 ALLOC_ZVAL(new_string); in PHP_FUNCTION()
805 COPY_PZVAL_TO_ZVAL(*new_string, *entry); in PHP_FUNCTION()
816 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
817 ZVAL_STRING(new_string, value, 1); in PHP_FUNCTION()
819 zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL); in PHP_FUNCTION()
882 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
896 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
897 ZVAL_LONG(new_string,1); in PHP_FUNCTION()
907 MAKE_STD_ZVAL(new_string); in PHP_FUNCTION()
[all …]
/PHP-5.6/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 11 milliseconds