Home
last modified time | relevance | path

Searched refs:__call (Results 1 – 25 of 79) sorted by path

1234

/PHP-5.5/
H A DNEWS459 __call/... arg passing). (Nikita)
604 . Fixed bug #69085 (SoapClient's __call() type confusion through
5142 - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include
5310 - Fixed bug #50394 (Reference argument converted to value in __call). (Stas)
6416 - Fixed bug #47801 (__call() accessed via parent:: operator is provided
6837 - Fixed bug #44425 (Extending PDO/MySQL class with a __call() function doesn't
7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)
9358 - Fixed bug #34678 (__call(), is_callable() and static methods). (Dmitry)
9630 - Fixed bug #32429 (method_exists() always return TRUE if __call method
9697 __call if object is overloaded). (Dmitry)
[all …]
/PHP-5.5/Zend/
H A DZEND_CHANGES740 by class methods __call(), __get() and __set().
781 __call() Example:
787 function __call($m, $a) {
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
22 public function __call($func, array $args = array())
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
8 public function __call($name, $args) {
9 echo "In __call() for method $name()\n";
19 In __call() for method none()
20 In __call() for method prot()
21 In __call() for method priv()
H A Dbug19859.phpt2 Bug #19859 (__call() does not catch call_user_func_array() calls)
9 function __call($method,$args)
11 print "test::__call invoked for method '$method'\n";
20 test::__call invoked for method 'fake'
21 test::__call invoked for method 'fake'
22 test::__call invoked for method 'fake'
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
15 function __call($a,$b) {
H A Dbug31683.phpt20 function __call($test, $arg) {
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
15 public function __call($name, $args) {
H A Dbug34260.phpt7 function __call($Method,$Args)
H A Dbug34678.phpt2 Bug #34678 (__call(), is_callable() and static methods)
6 public function __call($m, $a) {
7 echo "__call\n";
H A Dbug38220.phpt25 function __call($method, $args) {
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
6 function __call($strMethod, $arrArgs) {
12 function __call($strMethod, $arrArgs) {
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
10 public function __call($m, $a) {
20 echo "__call via traditional factory should be caught\n";
24 __call via traditional factory should be caught
H A Dbug45180.phpt14 function __call($a, $b) {
15 print "__call:\n";
42 __call:
44 __call:
46 __call:
48 __call:
50 __call:
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
7 public function __call($a, $b) {
8 print "__call:\n";
38 __call:
40 __call:
42 __call:
44 __call:
46 __call:
48 __call:
H A Dbug45186_2.phpt2 Bug #45186.2 (__call depends on __callstatic in class scope)
7 public function __call($a, $b) {
8 print "__call:\n";
34 __call:
36 __call:
38 __call:
40 __call:
42 __call:
44 __call:
H A Dbug47801.phpt2 Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
8 function __call($name, $args)
H A Dbug48533.phpt19 public function __call($a, $b) {
20 var_dump('__call::'. $a);
34 %unicode|string%(9) "__call::a"
36 %unicode|string%(9) "__call::c"
H A Dbug50383.phpt2 Bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
10 public function __call($method, $args) {
92 [function] => __call
H A Dbug50394.phpt2 Bug #50394: Reference argument converted to value in __call
8 function __call( $name, $args ) {
H A Dbug51176.phpt14 public function __call($n, $a)
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dbug55247.phpt10 public function __call($method, $arguments)
H A Dbug60611.phpt6 function __call($name, $arg) {
H A Dbug60613.phpt6 function __call($name, $arg) {

Completed in 76 milliseconds

1234