@@ -2593,10 +2593,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER(
2593
2593
2594
2594
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2595
2595
2596
- if (IS_CONST == IS_CONST && IS_CONST == IS_CONST) {
2597
-
2598
- ZEND_VM_INC_OPCODE();
2599
-
2596
+ if (IS_CONST == IS_CONST) {
2600
2597
/* no function found. try a static method in class */
2601
2598
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
2602
2599
if (!ce) {
@@ -3169,10 +3166,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER(ZE
3169
3166
3170
3167
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
3171
3168
3172
- if (IS_CONST == IS_CONST && IS_TMP_VAR == IS_CONST) {
3173
-
3174
- ZEND_VM_INC_OPCODE();
3175
-
3169
+ if (IS_CONST == IS_CONST) {
3176
3170
/* no function found. try a static method in class */
3177
3171
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
3178
3172
if (!ce) {
@@ -3640,10 +3634,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER(ZE
3640
3634
3641
3635
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
3642
3636
3643
- if (IS_CONST == IS_CONST && IS_VAR == IS_CONST) {
3644
-
3645
- ZEND_VM_INC_OPCODE();
3646
-
3637
+ if (IS_CONST == IS_CONST) {
3647
3638
/* no function found. try a static method in class */
3648
3639
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
3649
3640
if (!ce) {
@@ -3867,10 +3858,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER
3867
3858
3868
3859
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
3869
3860
3870
- if (IS_CONST == IS_CONST && IS_UNUSED == IS_CONST) {
3871
-
3872
- ZEND_VM_INC_OPCODE();
3873
-
3861
+ if (IS_CONST == IS_CONST) {
3874
3862
/* no function found. try a static method in class */
3875
3863
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
3876
3864
if (!ce) {
@@ -4306,10 +4294,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER(ZEN
4306
4294
4307
4295
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
4308
4296
4309
- if (IS_CONST == IS_CONST && IS_CV == IS_CONST) {
4310
-
4311
- ZEND_VM_INC_OPCODE();
4312
-
4297
+ if (IS_CONST == IS_CONST) {
4313
4298
/* no function found. try a static method in class */
4314
4299
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
4315
4300
if (!ce) {
@@ -10323,10 +10308,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER(ZE
10323
10308
10324
10309
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
10325
10310
10326
- if (IS_VAR == IS_CONST && IS_CONST == IS_CONST) {
10327
-
10328
- ZEND_VM_INC_OPCODE();
10329
-
10311
+ if (IS_VAR == IS_CONST) {
10330
10312
/* no function found. try a static method in class */
10331
10313
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
10332
10314
if (!ce) {
@@ -12162,10 +12144,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER(ZEND
12162
12144
12163
12145
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
12164
12146
12165
- if (IS_VAR == IS_CONST && IS_TMP_VAR == IS_CONST) {
12166
-
12167
- ZEND_VM_INC_OPCODE();
12168
-
12147
+ if (IS_VAR == IS_CONST) {
12169
12148
/* no function found. try a static method in class */
12170
12149
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
12171
12150
if (!ce) {
@@ -13996,10 +13975,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER(ZEND
13996
13975
13997
13976
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
13998
13977
13999
- if (IS_VAR == IS_CONST && IS_VAR == IS_CONST) {
14000
-
14001
- ZEND_VM_INC_OPCODE();
14002
-
13978
+ if (IS_VAR == IS_CONST) {
14003
13979
/* no function found. try a static method in class */
14004
13980
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
14005
13981
if (!ce) {
@@ -14918,10 +14894,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER(Z
14918
14894
14919
14895
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
14920
14896
14921
- if (IS_VAR == IS_CONST && IS_UNUSED == IS_CONST) {
14922
-
14923
- ZEND_VM_INC_OPCODE();
14924
-
14897
+ if (IS_VAR == IS_CONST) {
14925
14898
/* no function found. try a static method in class */
14926
14899
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
14927
14900
if (!ce) {
@@ -16439,10 +16412,7 @@ static int ZEND_FASTCALL ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER(ZEND_
16439
16412
16440
16413
zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
16441
16414
16442
- if (IS_VAR == IS_CONST && IS_CV == IS_CONST) {
16443
-
16444
- ZEND_VM_INC_OPCODE();
16445
-
16415
+ if (IS_VAR == IS_CONST) {
16446
16416
/* no function found. try a static method in class */
16447
16417
ce = zend_fetch_class(Z_STRVAL(opline->op1.u.constant), Z_STRLEN(opline->op1.u.constant), opline->extended_value TSRMLS_CC);
16448
16418
if (!ce) {
0 commit comments