Home
last modified time | relevance | path

Searched refs:__call (Results 51 – 75 of 116) sorted by relevance

12345

/PHP-8.2/Zend/tests/
H A Dobjects_025.phpt2 Testing invalid method names with __call and __callstatic
7 public function __call($a, $b) {
H A Dindirect_call_array_004.phpt10 public function __call($a, $b) {
70 From foo::__call:
H A Dobjects_028.phpt7 public function __call($a, $b) {
H A Dbug60613.phpt6 function __call($name, $arg) {
H A Dbug71474.phpt6 function __call($name, $args) {
H A Dbug51176.phpt14 public function __call($n, $a)
H A Dgh10072-2.phpt12 public function __call(string $name, array $arguments) {
H A Dbug60611.phpt6 function __call($name, $arg) {
H A Dbug65108.phpt21 function __call($name, $args) {}
H A Dbug55247.phpt10 public function __call($method, $arguments)
H A Dfirst_class_callable_005.phpt6 public function __call($method, $args) {
H A Dis_callable_trampoline_uaf.phpt12 public function __call($func, $args) {
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dcall_static_003.phpt7 public function __call($a, $b) {
H A Dlsb_016.phpt23 public function __call($name, $args) {
/PHP-8.2/ext/standard/tests/array/
H A Dbug74345.phpt7 public function __call($name, $args) {
8 echo "__call()\n";
/PHP-8.2/Zend/tests/named_params/
H A D__call.phpt2 Check that __call() and __callStatic() work with named parameters
7 public function __call(string $method, array $args) {
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt33 public function __call($method, $args) {
34 print "__call(".var_export($method,true).", ".var_export($args, true).")\n";
100 __call('intercept_call', array (
/PHP-8.2/ext/pdo/tests/
H A Dbug_52098.phpt2 PDO Common: Bug #52098 Own PDOStatement implementation ignore __call()
24 public function __call($name, $arguments)
/PHP-8.2/ext/zend_test/tests/
H A Dinternal_magic_call.phpt2 GH-12835: call->extra_named_params leaks on internal __call
/PHP-8.2/ext/soap/tests/
H A Dserver021.phpt2 SOAP Server 21: SoapServer::setClass and __call()
8 function __call($name, $args) {
H A Dserver028.phpt2 SOAP Server 28: SoapServer::setObject and __call()
8 function __call($name, $args) {
H A Dbug79357.phpt16 #0 %s(%d): SoapClient->__call('Add', Array)
/PHP-8.2/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt21 function __call($name, $argd) {
/PHP-8.2/ext/standard/tests/
H A Dbug75220.phpt19 function __call($func, $args)

Completed in 80 milliseconds

12345