質問編集履歴

1

カッコが多かったので修正しました。

2016/04/07 20:10

投稿

toroholmon
toroholmon

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  > $subject = file_get_contents("aaa.txt");
24
24
 
25
- > preg_match ('http://hoge/sample777.html', $subject, $matches));
25
+ > preg_match ('http://hoge/sample777.html', $subject, $matches);
26
26
 
27
27
 
28
28
 
@@ -46,4 +46,4 @@
46
46
 
47
47
  > $pattern = "http://hoge/sample777.html";
48
48
 
49
- > preg_match ($pattern, $subject, $matches));
49
+ > preg_match ($pattern, $subject, $matches);