Skip to content

php-in-php: lazy TokenGetAll/Highlight/Hebrev + SuperglobalName from ensureFull (#35035) - #35037

Merged
PurHur merged 1 commit into
masterfrom
fix/35035-ensurefull-lazy-token-hebrev-superglobal
Aug 26, 2026
Merged

php-in-php: lazy TokenGetAll/Highlight/Hebrev + SuperglobalName from ensureFull (#35035)#35037
PurHur merged 1 commit into
masterfrom
fix/35035-ensurefull-lazy-token-hebrev-superglobal

Conversation

@PurHur

@PurHur PurHur commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Summary

php-src

  • ext/tokenizer/tokenizer.ctoken_get_all
  • ext/standard/basic_functions.chighlight_string
  • ext/standard/string.chebrev / historical hebrevc
  • Zend/zend_compile.czend_is_auto_global_str

Test plan

  • ./script/phpunit.sh --filter ContextFullStandaloneLazyTokenHebrevSuperglobalShrinkTest → OK (4 tests, 19 assertions)
  • ./script/aot-smoke.sh8/8
  • AOT hello / token_get_all / hebrev compile+run green
aot-smoke: 8 passed, 0 failed
OK (4 tests, 19 assertions)

Made with Cursor

…ensureFull (#35035)

Drop dead no-op ensureStandaloneBodies calls and SuperglobalNameRuntime NestedJIT
from ensureFullStandaloneBodies; call sites already ensureLinked (peer #34812).

Co-authored-by: Cursor <cursoragent@cursor.com>
@PurHur
PurHur merged commit fba3b99 into master Aug 26, 2026
1 check failed
@PurHur
PurHur deleted the fix/35035-ensurefull-lazy-token-hebrev-superglobal branch August 26, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

php-in-php: drop Context ensureFullStandaloneBodies always-on TokenGetAll/Highlight/Hebrev/Hebrevc + SuperglobalNameRuntime

1 participant