Edward Z. Yang wrote:
> However, I get a syntax error when I try to specify a label! Do I need
> to nmake clean?

The same occurs with the snap from PHP.net:

C:\Users\Edward>phpv 5.3.0-dev t.php

Parse error: syntax error, unexpected T_STRING in C:\Users\Edward\t.php
on line
4

C:\Users\Edward>phpv 5.3.0-dev --version
PHP 5.3.0-dev (cli) (built: Mar 30 2008 20:19:43)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies

where t.php is:

<?php
$n = 1;
L1:
if ($n > 3) jump L2;
echo "$n: ok\n";
$n++;
jump L1;
L2:

-- 
 Edward Z. Yang                        GnuPG: 0x869C48DA
 HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter
 [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]

Reply via email to