Home
last modified time | relevance | path

Searched refs:__call (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-8.2/Zend/tests/
H A Ddynamic_call_non_static.phpt14 function __call($name, $args) {}
H A Dmagic_methods_001.phpt12 public function __call($a, $b) {
H A Dbug78898.phpt13 public function __call($methodName, array $arguments)
H A Dis_callable_trampoline_uaf-deprecated.phpt12 public function __call($func, $args) {
H A Dbug34260.phpt7 function __call($Method,$Args)
H A Dmethod_argument_binding.phpt33 public function __call($name, $args) { }
H A Dbug38220.phpt25 function __call($method, $args) {
H A Dbug31683.phpt20 function __call($test, $arg) {
H A Dgh10072.phpt89 public function __call(string $name, array $arguments) {
H A Dclosure_compare.phpt33 public function __call($method, $args) {
H A Dobject_handlers.phpt16 function __call($func, $args) {
/PHP-8.2/ext/spl/tests/
H A Dbug73896.phpt16 public function __call($method, $args) {
H A Dgh10011.phpt7 public function __call(string $name, array $arguments) {
/PHP-8.2/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
139 $info = ['__call'];
H A Dbug80929.phpt25 public function __call(string $name, array $arguments)
H A Dclosure_from_callable_basic.phpt89 echo 'MagicCall __call instance method ';
126 MagicCall __call instance method __call,nonExistentMethod, OK
/PHP-8.2/ext/opcache/tests/jit/
H A Dtrampoline_002.phpt21 function __call($name, $argd) {
/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt39 public function __call($a, $b) {}
125 Modifiers for method TestClass::__call():
213 Modifiers for method TestClass::__call():
H A DReflectionFunction_getClosureCalledClass.phpt10 public function __call($name, $args) {
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
/PHP-8.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php52 public function __call(string $name, array $args): mixed {} function in _ZendTestMagicCall
/PHP-8.2/ext/standard/tests/strings/
H A Dlcfirst.phpt56 public function __call($m, $v) {
/PHP-8.2/ext/soap/
H A Dsoap.stub.php560 public function __call(string $name, array $args): mixed {} function in SoapClient
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt41 public function __call($method, $params) {

Completed in 25 milliseconds

12345