Index: trunk/phase3/includes/normal/UtfNormalTest2.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | assert_options(ASSERT_CALLBACK, 'my_assert'); |
64 | 64 | |
65 | 65 | function my_assert( $file, $line, $code ) { |
66 | | - global $col, $count, $lineNo; |
| 66 | + global $col, $lineNo; |
67 | 67 | echo "Assertion that '$code' failed on line $lineNo ($col[5])\n"; |
68 | 68 | } |
69 | 69 | |
— | — | @@ -227,4 +227,4 @@ |
228 | 228 | $ret[] = $c; |
229 | 229 | |
230 | 230 | return $ret; |
231 | | -} |
\ No newline at end of file |
| 231 | +} |