Update of /cvsroot/geshi/geshi-1.0.X/src/geshi
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22707
Modified Files:
Tag: RELEASE_1_0_7_STABLE
php.php
Log Message:
Added endfor and endforeach keywords (Rowan Rodrik van der
Molen)
Index: php.php
============================================================
=======
RCS file: /cvsroot/geshi/geshi-1.0.X/src/geshi/php.php,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -C2 -d -r1.14.2.6 -r1.14.2.7
*** php.php 30 Sep 2006 05:34:26 -0000 1.14.2.6
--- php.php 8 Oct 2006 00:11:00 -0000 1.14.2.7
***************
*** 62,66 ****
'include', 'require', 'include_once',
'require_once',
'for', 'foreach', 'as', 'if', 'elseif',
'else', 'while', 'do', 'endwhile',
! 'endif', 'switch', 'case', 'endswitch',
'return', 'break', 'continue'
),
--- 62,66 ----
'include', 'require', 'include_once',
'require_once',
'for', 'foreach', 'as', 'if', 'elseif',
'else', 'while', 'do', 'endwhile',
! 'endif', 'switch', 'case', 'endswitch',
'endfor', 'endforeach',
'return', 'break', 'continue'
),
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys
-- and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
geshi-cvs mailing list
geshi-cvs lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs
|