]> granicus.if.org Git - php/commit
Merge branch 'anon'
authorDmitry Stogov <dmitry@zend.com>
Mon, 27 Apr 2015 14:18:35 +0000 (17:18 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 27 Apr 2015 14:18:35 +0000 (17:18 +0300)
commit5af7743cf58056543886f9b2af183be2acac4e78
tree842321edba852f4f03e2700f1502e724c7eee998
parentffe804a50c687673e2c46a0d4a43ab5eb3604281
parent8acd7f49dafa9b9743d2921b3f3e49503d9fe342
Merge branch 'anon'

* anon:
  Pass class_entry through IS_VAR to avoid hash lookup in ZEND_NEW.
  Use "safe" anonymous class names. Don't show the mangled names through var_dump().
  Refactored using specialized opcodes
  Fix implementing_class handling
  More cleanup (mainly retab)
  Don't issue FETCH_CLASS for anon classes
  More retab
  Simply anon class name generation
  Retab
  Revert unrelated changes / rebase fixup
  Rebase Joe's anon classes implementation