Skip to content

Commit bdf2b29

Browse files
committed
Fix 32bit by not caring about the value of bitshift
1 parent ea9aa4a commit bdf2b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/tests/numeric_strings/invalid_numeric_string_must_generate_warning_assign.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ TypeError: Unsupported operand types: string % string
205205
Warning: A non-numeric value encountered in %s on line %d
206206

207207
Warning: A non-numeric value encountered in %s on line %d
208-
int(360639813910528)
208+
int(%d)
209209
Unsupported operand types: string << string
210210
string(4) "quis"
211211
---

Zend/tests/numeric_strings/invalid_numeric_strings_must_generate_warning.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ TypeError: Unsupported operand types: string % string
158158
Warning: A non-numeric value encountered in %s on line %d
159159

160160
Warning: A non-numeric value encountered in %s on line %d
161-
int(360639813910528)
161+
int(%d)
162162
Unsupported operand types: string << string
163163
---
164164

0 commit comments

Comments
 (0)