Lines Matching refs:preg_replace
154 $post = "php_test_data=" . urlencode(base64_encode(preg_replace("/[\\x00]/", "[0x0]", $data)));
1203 …$reason = preg_match("/^skip\s*(.+)\$/", $output) ? preg_replace("/^skip\s*(.+)\$/", "\\1", $outpu…
1208 …$reason = preg_match("/^info\s*(.+)\$/", $output) ? preg_replace("/^info\s*(.+)\$/", "\\1", $outpu…
1234 $tmp_file = preg_replace('/\.phpt$/','.'.$this->conf['TEST_WEB_EXT'],$file);
1238 $tmp_file = preg_replace('/\.phpt$/','.php',$file);
1243 @unlink(preg_replace('/\.phpt$/','.diff',$file));
1244 @unlink(preg_replace('/\.phpt$/','.log',$file));
1245 @unlink(preg_replace('/\.phpt$/','.exp',$file));
1246 @unlink(preg_replace('/\.phpt$/','.out',$file));
1403 $output = preg_replace('/\r\n/',"\n",$output);
1413 $wanted_re = preg_replace('/\r\n/',"\n",$wanted);
1516 $wanted = preg_replace('/\r\n/',"\n",$wanted);
1532 'output' => preg_replace('/\.phpt$/','.log', $file),
1533 'diff' => preg_replace('/\.phpt$/','.diff', $file)
1541 $logname = preg_replace('/\.phpt$/','.exp',$file);
1547 $logname = preg_replace('/\.phpt$/','.out',$file);
1553 $logname = preg_replace('/\.phpt$/','.diff',$file);
1559 $logname = preg_replace('/\.phpt$/','.log',$file);