Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag '__call'

1305898 - rewbs: php patch __call visibility sro
  1. Index: Zend/zend_object_handlers.c
  2. ===================================================================
  3. RCS file: /repository/ZendEngine2/zend_object_handlers.c,v
  4. retrieving revision 1.135.2.6.2.31
  5. diff -u -w -p -r1.135.2.6.2.31 zend_object_handlers.c
  6. --- Zend/zend_object_handlers.c 8 Jan 2009 00:39:15 -0000        1.135.2.6.2.31
  7. +++ Zend/zend_object_handlers.c 11 Jan 2009 12:33:05 -0000
  8. @@ -849,33 +849,29 @@ static union _zend_function *zend_std_ge
  9.  
625980 - abstract//static object overload: php magic class static __call method overloading
  1. <?php
  2.  
  3.   abstract class main
  4.     {
  5.       function __call($func_name_str , $func_args_arr)
  6.         {
  7.           echo '__call: ';
  8.           echo $func_name_str;
  9.  
worth-right
worth-right