Home
last modified time | relevance | path

Searched refs:__call (Results 51 – 75 of 90) sorted by last modified time

1234

/PHP-7.4/Zend/tests/
H A Dobjects_028.phpt7 public function __call($a, $b) {
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
7 function __call(&$name, $args) { }
18 Fatal error: Method test::__call() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
7 function __call($name, &$args) { }
19 Fatal error: Method test::__call() cannot take arguments by reference in %s on line %d
H A Dmagic_methods_001.phpt12 public function __call($a, $b) {
H A Dmagic_methods_005.phpt2 Testing __call() declaration in interface with wrong modifier
7 static function __call($a, $b);
12 Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d
H A Dindirect_call_array_003.phpt2 Indirect method call by array - Calling __call() and __callStatic()
7 public function __call($a, $b) {
35 From foo::__call:
H A Dindirect_call_array_004.phpt10 public function __call($a, $b) {
70 From foo::__call:
H A Ddereference_013.phpt2 Testing array dereferencing on array returned from __call method
11 public function __call($x, $y) {
H A Dbug78898.phpt13 public function __call($methodName, array $arguments)
H A Dcall_static_002.phpt2 Testing __call and __callstatic with callbacks
7 public function __call($a, $b) {
H A Dcall_static_003.phpt7 public function __call($a, $b) {
H A Dcall_static_007.phpt2 Testing __call and __callstatic
7 public function __call($a, $b) {
8 print "__call: ". $a ."\n";
32 __call: Test
33 __call: Bar
H A Dbug71474.phpt6 function __call($name, $args) {
H A Dbug73156.phpt6 public function __call($name, $args) {
33 string(6) "__call"
H A Dbug65108.phpt21 function __call($name, $args) {}
H A Dbug68412.phpt2 Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
12 public function __call($x, $y) {
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
8 public function __call($method, $args) {}
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
12 public function __call($name, $arguments)
H A Dbug47801.phpt2 Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
8 function __call($name, $args)
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) {
79 [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) {
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_trampoline.phpt2 Calling generator through magic __call()
6 public function __call($name, $args) {
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
139 $info = ['__call'];

Completed in 29 milliseconds

1234