1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

Add printf as a known function in Perl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-07-13 11:15:45 +00:00
parent 57bba86ce8
commit 2ca68b5fec

View File

@ -112,7 +112,7 @@ var prettyPrint;
"debugger,eval,export,function,get,null,set,undefined,var,with," +
"Infinity,NaN"];
var PERL_KEYWORDS = "caller,delete,die,do,dump,else,elsif,eval,exit,foreach,for," +
"goto,if,import,last,local,my,next,no,our,print,package,redo,require," +
"goto,if,import,last,local,my,next,no,our,print,printf,package,redo,require," +
"sub,undef,unless,until,use,wantarray,while,BEGIN,END";
var PHP_KEYWORDS = "abstract,and,array,as,break,case,catch,cfunction,class," +
"clone,const,continue,declare,default,do,else,elseif,enddeclare,endfor," +