Home
last modified time | relevance | path

Searched refs:__call (Results 26 – 50 of 116) sorted by relevance

12345

/PHP-8.2/Zend/tests/
H A Dfirst_class_callable_016.phpt2 First class callables and &__call()
6 public 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 Dbug80045.phpt2 Bug #80045: memleak after two set_exception_handler calls with __call
14 public function __call($m, $p) {}
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
12 public function __call($name, $arguments)
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
9 function __call($name, $args) {
H A Dcall_static_002.phpt2 Testing __call and __callstatic with callbacks
7 public function __call($a, $b) {
H A Dexception_stream_wrapper.phpt2 Exception in stream wrapper + __call
15 function __call($m, $a) {
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 Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
15 public function __call($name, $args) {
H A Dobjects_021.phpt2 Testing magic methods __set, __get and __call in cascade
21 public function __call($a, $b) {
H A Dbug73156.phpt6 public function __call($name, $args) {
33 string(6) "__call"
H A Ddereference_013.phpt2 Testing array dereferencing on array returned from __call method
11 public function __call($x, $y) {
H A Dbug68412.phpt2 Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
12 public function __call($x, $y) {
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
22 public function __call($func, array $args = array())
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 Dmagic_methods_inheritance_rules.phpt6 public function __call(string $name, array $arguments): mixed {}
38 public function __call(string $name, array $arguments): string|float|null {}
50 public function __call(string|array $name, array|string $arguments): string|float|null {}
/PHP-8.2/Zend/tests/enum/
H A D__call.phpt2 Enum __call
9 public function __call(string $name, array $args)
/PHP-8.2/Zend/tests/generators/
H A Dgenerator_trampoline.phpt2 Calling generator through magic __call()
6 public function __call($name, $args) {
/PHP-8.2/ext/spl/tests/
H A Dspl_007.phpt2 SPL: iterator_apply() with callback using __call()
7 public function __call($name, $params) {
/PHP-8.2/tests/classes/
H A D__call_003.phpt2 Force pass-by-reference to __call
7 function __call($name, $values)
H A D__call_001.phpt2 ZE2 __call()
9 function __call($m, $a) {
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug46542.phpt2 Bug #46542 Extending PDO class with a __call() function
8 { function __call($m, $p) {print __CLASS__."::$m\n";} }
/PHP-8.2/ext/pdo/tests/
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
15 function __call($name, array $args) {

Completed in 37 milliseconds

12345