]> granicus.if.org Git - php/commit
- Simplify and synch is_callable_ex() with actual execution code
authorMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 22:15:41 +0000 (22:15 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 22:15:41 +0000 (22:15 +0000)
commit0cd997d79c1601e72047f8faea8614aaeaebc053
treec55a69494db57f2ab9d409418faf4f0bde09a40a
parent418223e2f629ba63392c5b2fff7470cdd3484eac
- Simplify and synch is_callable_ex() with actual execution code
  . Allow array($this, 'parent::method') for function 'pointers'
  . Spit out E_STRICT in case of erroneous use of function 'pointers'
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_execute_API.c