Problem
strspn / strcspn are referenced in php-types patches but missing from ext/standard/Module.php.
Goal
Two-argument subset on VM and JIT/AOT via libc strspn(3) / strcspn(3) (no Zend wrappers).
Acceptance criteria
- Compliance PHPT for both functions
- AOT fixture PHPT
- PHPUnit smoke (VM + AOT)
Problem
strspn/strcspnare referenced in php-types patches but missing fromext/standard/Module.php.Goal
Two-argument subset on VM and JIT/AOT via libc
strspn(3)/strcspn(3)(no Zend wrappers).Acceptance criteria