Home
last modified time | relevance | path

Searched refs:preg_replace (Results 26 – 50 of 59) sorted by relevance

123

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt36 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
58 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
79 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
H A Dphp_cli_server_014.phpt60 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
H A D006.phpt77 Function [ <internal:pcre> function preg_replace ] {
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61115.phpt10 preg_replace('', function() {}, $resourceFileTemp);
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php21 $token[1] = preg_replace('!([a-z])([A-Z])!e', '"$1_".strtolower("$2")', $token[1]);
/PHP-5.5/Zend/tests/
H A Dclosure_047.phpt10 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 );
H A Dclosure_048.phpt9 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_next_result.phpt42 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
58 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
87 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
H A Dmysqli_more_results.phpt56 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
88 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
H A Dmysqli_multi_query.phpt53 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
91 … $tmp = trim(preg_replace('@Strict Standards: mysqli_next_result\(\).*on line \d+@ism', '', $tmp));
/PHP-5.5/Zend/
H A Dzend_vm_gen.php317 $code = preg_replace(
458 $code = preg_replace('/'.preg_quote($match[0],'/').'/', "\$D$n", $code);
468 $dcl = preg_replace("/free_op1\s*,\s*/", "", $dcl);
469 $dcl = preg_replace("/free_op1\s*;/", ";", $dcl);
473 $dcl = preg_replace("/free_op2\s*,\s*/", "", $dcl);
474 $dcl = preg_replace("/free_op2\s*;/", ";", $dcl);
478 $dcl = preg_replace("/,\s*;/", ";", $dcl);
479 $dcl = preg_replace("/zend_free_op\s*;/", "", $dcl);
481 $code = preg_replace("/\\\$D$n/", $dcl, $code);
487 $code = preg_replace('/^\s*;\s*$/m', '', $code);
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-1.phpt12 var_dump(preg_replace("/.*/", "b", "a"));
/PHP-5.5/pear/
H A Dfetch.php58 'proxy' => preg_replace('/^http/i', 'tcp', $_ENV['http_proxy']),
/PHP-5.5/ext/pcre/tests/
H A Dinvalid_utf8_offset.phpt2 preg_replace() and invalid UTF8 offset
H A Dbug69864.phpt15 preg_replace('/foo' . $i . 'bar/', 'baz', '???foo' . $i . 'bar???');
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_callback_error.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_callback_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
/PHP-5.5/ext/dom/tests/
H A Ddom_set_attr_node.phpt35 echo preg_replace('/object\(DOMAttr\).+\{.*?\}/s', 'DOMAttr', $contents);
H A Ddom003.phpt19 echo preg_replace('/object\(DOMElement\).+\{.*?\}/s', 'DOMElement', $contents);
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php309 …$txt = preg_replace(array('@//.*@S', '@/\*.*\*/@SsUe'), array('', 'preg_replace("/[^\r\n]+/S", "",…
336 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc78 $data = preg_replace('/^.*--REDIRECTTEST--/s', '', $data);
/PHP-5.5/win32/build/
H A Dmkdist.php130 $itemdb = preg_replace("/\.(exe|dll|lib)$/i", ".pdb", $item);
144 $text = preg_replace("/(\r\n?)|\n/", "\r\n", $text);
/PHP-5.5/ext/pspell/tests/
H A D001.phpt27 $array = explode(' ',preg_replace('/[^a-zA-Z0-9 ]/','',$string));
/PHP-5.5/ext/xml/tests/
H A Dbug32001b.phpt40 $canonical_name = preg_replace('/BE|LE/i', '', $this->encoding);

Completed in 53 milliseconds

123