Skip to content

Commit f761ecb

Browse files
committed
处理 var 声明 .
1 parent 59c0599 commit f761ecb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

construct.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ window.network = require('locutus/php/network');
1515
window.pcre = require('locutus/php/pcre');
1616
window.strings = require('locutus/php/strings');
1717
window.url = require('locutus/php/url');
18-
window.var = require('locutus/php/var');
18+
window.php_var = require('locutus/php/var');
1919
window.xdiff = require('locutus/php/xdiff');
20-
window.xml = require('locutus/php/xml');
20+
window.xml = require('locutus/php/xml');

php.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -22722,9 +22722,10 @@ window.network = require('locutus/php/network');
2272222722
window.pcre = require('locutus/php/pcre');
2272322723
window.strings = require('locutus/php/strings');
2272422724
window.url = require('locutus/php/url');
22725-
window.var = require('locutus/php/var');
22725+
window.php_var = require('locutus/php/var');
2272622726
window.xdiff = require('locutus/php/xdiff');
2272722727
window.xml = require('locutus/php/xml');
22728+
2272822729
},{"locutus/php/array":214,"locutus/php/bc":239,"locutus/php/ctype":251,"locutus/php/datetime":261,"locutus/php/exec":269,"locutus/php/filesystem":273,"locutus/php/funchand":281,"locutus/php/i18n":284,"locutus/php/info":287,"locutus/php/json":292,"locutus/php/math":320,"locutus/php/misc":343,"locutus/php/net-gopher":347,"locutus/php/network":348,"locutus/php/pcre":355,"locutus/php/strings":377,"locutus/php/url":453,"locutus/php/var":464,"locutus/php/xdiff":490,"locutus/php/xml":493}],157:[function(require,module,exports){
2272922730
'use strict';
2273022731

0 commit comments

Comments
 (0)