fix(core): deprecated interpolation, var_dump variadic, print_r $return, array ref alias, Windows PE stub#445
Open
Guikingone wants to merge 1 commit into
Open
Conversation
…nt_r $return, array ref alias, Windows PE stub illegalstudio#340: Support deprecated ${expr} string interpolation in the lexer (PHP 8.x deprecates but supports it; re-lexes the braced expression) illegalstudio#389: Make var_dump variadic (each arg dumped independently in source order) Add print_r($value, true) return mode via global _print_r_mode flag that redirects __rt_stdout_write and walker writes to a capture buffer illegalstudio#331: Source-side reference alias to array elements ($b =& $a[0]) New Op::LoadArrayElemRefCell, checker ArrayAccess arm, EIR lowering, codegen for AArch64 + x86_64 (inline-storage pointer approach) illegalstudio#379: Add Platform::Windows stub with clear 'not yet supported' panics across all Platform/Arch match arms; parse windows-x86_64 target string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #340, #389, #331, #379.
#340: String interpolation ${var} (deprecated)
#389: var_dump variadic + print_r $return mode
#331: Reference alias to array elements (source-side)
#379: Windows PE stub
Test results