fix typo
[m6w6/ext-http] / tests / negotiate001.phpt
index d384b87f06cb14da76e538e40f8d7669d6c99b90..f628cdf1d9944784da44594d282bd04857f3549a 100644 (file)
@@ -52,7 +52,7 @@ echo "$ln: "; print_r($lnr);
 
 CUSTOM
 
-<?
+<?php
 $cc = http\Env::negotiate("a, a.b;q=0.9, c.d;q=0, *.* ; q=0.1",
     array("a.x", "c.d", "c.e", "a.b"), ".", $ccr);
 echo "$cc: "; print_r($ccr);