Problem
move_uploaded_file() (#2005) validates upload temp paths via phpc_is_valid_upload_temp, but is_uploaded_file() is not exposed in compiler stdlib. Secure upload handlers need to check tmp paths before moving.
Goal
is_uploaded_file(string $filename): bool on VM, JIT, and AOT — reuse existing upload temp validation (no PHP internal wrappers).
Acceptance
Links
Problem
move_uploaded_file()(#2005) validates upload temp paths viaphpc_is_valid_upload_temp, butis_uploaded_file()is not exposed in compiler stdlib. Secure upload handlers need to check tmp paths before moving.Goal
is_uploaded_file(string $filename): boolon VM, JIT, and AOT — reuse existing upload temp validation (no PHP internal wrappers).Acceptance
phpc_upload_*temps under system temp dir@group llvmJIT testLinks