mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Update README.md
This commit is contained in:
parent
314e4da963
commit
0aac7e8267
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
| `'0xABCdef' == ' 0xABCdef'` | true (PHP 5.0) / false (PHP 7.0) |
|
||||
| `'0xABCdef' == ' 0xABCdef'` | true (PHP 5.0) / false (PHP 7.0) |
|
||||
| `'0x01' == 1` | true (PHP 5.0) / false (PHP 7.0) |
|
||||
| `'0x1234Ab' == '1193131'` | true |
|
||||
| `'0x1234Ab' == '1193131'` | true (PHP 5.0) / false (PHP 7.0) |
|
||||
| `'123' == 123` | true |
|
||||
| `'123a' == 123` | true |
|
||||
| `'abc' == 0` | true |
|
||||
|
|
|
|||
Loading…
Reference in a new issue