Commit c3514e9
committed
Fix instanceof type aliases for PHP 7.x in live debugger DSL
PHP 7.x returns "integer" for IS_LONG and "double" for IS_DOUBLE from
zend_zval_type_name(), while the debugger DSL uses "int" and "float".
Add alias normalization so instanceof checks work across PHP versions.1 parent 68e11c7 commit c3514e9
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1591 | 1591 | | |
1592 | 1592 | | |
1593 | 1593 | | |
1594 | | - | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
1595 | 1607 | | |
1596 | 1608 | | |
1597 | 1609 | | |
| |||
0 commit comments