Skip to content

9.3.3: Callable new fix

Compare
Choose a tag to compare
@thekid thekid released this 02 Mar 09:37
· 53 commits to master since this release
  • Fixed callable new syntax when using a variable or expression, e.g.
    new $class(...). See also php/php-src#12336
    (@thekid)