File tree
Expand file treeCollapse file tree2 files changed
+36
-0
lines changed Expand file treeCollapse file tree2 files changed
+36
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -11103,6 +11103,24 @@ PHP.Parser..Node_Expr_Cast_Double = function() {
|
11103 | 11103 |
|
11104 | 11104 | };
|
11105 | 11105 |
|
| 11106 | +PHP.Parser..Node_Expr_Cast_Array = function() { |
| 11107 | +return { |
| 11108 | +type: "Node_Expr_Cast_Array", |
| 11109 | +expr: arguments[ 0 ], |
| 11110 | +attributes: arguments[ 1 ] |
| 11111 | +}; |
| 11112 | + |
| 11113 | +}; |
| 11114 | + |
| 11115 | +PHP.Parser..Node_Expr_Cast_Object = function() { |
| 11116 | +return { |
| 11117 | +type: "Node_Expr_Cast_Object", |
| 11118 | +expr: arguments[ 0 ], |
| 11119 | +attributes: arguments[ 1 ] |
| 11120 | +}; |
| 11121 | + |
| 11122 | +}; |
| 11123 | + |
11106 | 11124 |
|
11107 | 11125 | PHP.Parser..Node_Expr_ErrorSuppress = function() {
|
11108 | 11126 | return {
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -524,6 +524,24 @@ PHP.Parser..Node_Expr_Cast_Double = function() {
|
524 | 524 |
|
525 | 525 | };
|
526 | 526 |
|
| 527 | +PHP.Parser..Node_Expr_Cast_Array = function() { |
| 528 | +return { |
| 529 | +type: "Node_Expr_Cast_Array", |
| 530 | +expr: arguments[ 0 ], |
| 531 | +attributes: arguments[ 1 ] |
| 532 | +}; |
| 533 | + |
| 534 | +}; |
| 535 | + |
| 536 | +PHP.Parser..Node_Expr_Cast_Object = function() { |
| 537 | +return { |
| 538 | +type: "Node_Expr_Cast_Object", |
| 539 | +expr: arguments[ 0 ], |
| 540 | +attributes: arguments[ 1 ] |
| 541 | +}; |
| 542 | + |
| 543 | +}; |
| 544 | + |
527 | 545 |
|
528 | 546 | PHP.Parser..Node_Expr_ErrorSuppress = function() {
|
529 | 547 | return {
|
|
You can’t perform that action at this time.
0 commit comments