Home
last modified time | relevance | path

Searched refs:__call (Results 1 – 25 of 2638) sorted by relevance

12345678910>>...106

/dports/www/nextcloud/nextcloud/lib/private/Files/Node/
H A DLazyFolder.php60 public function __call($method, $args) { function in OC\\Files\\Node\\LazyFolder
72 return $this->__call(__FUNCTION__, func_get_args());
79 $this->__call(__FUNCTION__, func_get_args());
86 $this->__call(__FUNCTION__, func_get_args());
93 $this->__call(__FUNCTION__, func_get_args());
100 $this->__call(__FUNCTION__, func_get_args());
107 return $this->__call(__FUNCTION__, func_get_args());
114 return $this->__call(__FUNCTION__, func_get_args());
121 return $this->__call(__FUNCTION__, func_get_args());
135 $this->__call(__FUNCTION__, func_get_args());
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Node/
H A DLazyRoot.php59 public function __call($method, $args) { function in OC\\Files\\Node\\LazyRoot
71 return $this->__call(__FUNCTION__, \func_get_args());
78 $this->__call(__FUNCTION__, \func_get_args());
85 $this->__call(__FUNCTION__, \func_get_args());
92 $this->__call(__FUNCTION__, \func_get_args());
99 $this->__call(__FUNCTION__, \func_get_args());
106 return $this->__call(__FUNCTION__, \func_get_args());
113 return $this->__call(__FUNCTION__, \func_get_args());
120 return $this->__call(__FUNCTION__, \func_get_args());
134 $this->__call(__FUNCTION__, \func_get_args());
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DDBConnRef.php62 public function __call( $name, array $arguments ) { function in Wikimedia\\Rdbms\\DBConnRef
80 return $this->__call( __FUNCTION__, func_get_args() );
84 return $this->__call( __FUNCTION__, func_get_args() );
88 return $this->__call( __FUNCTION__, func_get_args() );
92 return $this->__call( __FUNCTION__, func_get_args() );
97 return $this->__call( __FUNCTION__, func_get_args() );
101 return $this->__call( __FUNCTION__, func_get_args() );
105 return $this->__call( __FUNCTION__, func_get_args() );
109 return $this->__call( __FUNCTION__, func_get_args() );
697 ? $this->__call( __FUNCTION__, [ &$rtt ] )
[all …]
H A DMaintainableDBConnRef.php15 return $this->__call( __FUNCTION__, func_get_args() );
19 return $this->__call( __FUNCTION__, func_get_args() );
23 return $this->__call( __FUNCTION__, func_get_args() );
35 return $this->__call( __FUNCTION__, func_get_args() );
47 return $this->__call( __FUNCTION__, func_get_args() );
53 return $this->__call( __FUNCTION__, func_get_args() );
59 return $this->__call( __FUNCTION__, func_get_args() );
65 return $this->__call( __FUNCTION__, func_get_args() );
69 return $this->__call( __FUNCTION__, func_get_args() );
73 return $this->__call( __FUNCTION__, func_get_args() );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/database/
H A DDBConnRef.php62 public function __call( $name, array $arguments ) { function in Wikimedia\\Rdbms\\DBConnRef
80 return $this->__call( __FUNCTION__, func_get_args() );
84 return $this->__call( __FUNCTION__, func_get_args() );
88 return $this->__call( __FUNCTION__, func_get_args() );
92 return $this->__call( __FUNCTION__, func_get_args() );
96 return $this->__call( __FUNCTION__, func_get_args() );
100 return $this->__call( __FUNCTION__, func_get_args() );
104 return $this->__call( __FUNCTION__, func_get_args() );
134 return $this->__call( __FUNCTION__, func_get_args() );
143 return $this->__call( __FUNCTION__, func_get_args() );
[all …]
H A DMaintainableDBConnRef.php15 return $this->__call( __FUNCTION__, func_get_args() );
19 return $this->__call( __FUNCTION__, func_get_args() );
23 return $this->__call( __FUNCTION__, func_get_args() );
35 return $this->__call( __FUNCTION__, func_get_args() );
47 return $this->__call( __FUNCTION__, func_get_args() );
53 return $this->__call( __FUNCTION__, func_get_args() );
59 return $this->__call( __FUNCTION__, func_get_args() );
65 return $this->__call( __FUNCTION__, func_get_args() );
69 return $this->__call( __FUNCTION__, func_get_args() );
73 return $this->__call( __FUNCTION__, func_get_args() );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/
H A DDBConnRef.php62 public function __call( $name, array $arguments ) { function in Wikimedia\\Rdbms\\DBConnRef
80 return $this->__call( __FUNCTION__, func_get_args() );
84 return $this->__call( __FUNCTION__, func_get_args() );
88 return $this->__call( __FUNCTION__, func_get_args() );
92 return $this->__call( __FUNCTION__, func_get_args() );
96 return $this->__call( __FUNCTION__, func_get_args() );
100 return $this->__call( __FUNCTION__, func_get_args() );
104 return $this->__call( __FUNCTION__, func_get_args() );
134 return $this->__call( __FUNCTION__, func_get_args() );
143 return $this->__call( __FUNCTION__, func_get_args() );
[all …]
H A DMaintainableDBConnRef.php15 return $this->__call( __FUNCTION__, func_get_args() );
19 return $this->__call( __FUNCTION__, func_get_args() );
23 return $this->__call( __FUNCTION__, func_get_args() );
35 return $this->__call( __FUNCTION__, func_get_args() );
47 return $this->__call( __FUNCTION__, func_get_args() );
53 return $this->__call( __FUNCTION__, func_get_args() );
59 return $this->__call( __FUNCTION__, func_get_args() );
65 return $this->__call( __FUNCTION__, func_get_args() );
69 return $this->__call( __FUNCTION__, func_get_args() );
73 return $this->__call( __FUNCTION__, func_get_args() );
[all …]
/dports/www/nextcloud-groupfolders/groupfolders/lib/Helper/
H A DLazyFolder.php63 public function __call($method, $args) { function in OCA\\GroupFolders\\Helper\\LazyFolder
70 return $this->__call(__FUNCTION__, func_get_args());
74 return $this->__call(__FUNCTION__, func_get_args());
78 return $this->__call(__FUNCTION__, func_get_args());
82 return $this->__call(__FUNCTION__, func_get_args());
86 return $this->__call(__FUNCTION__, func_get_args());
90 return $this->__call(__FUNCTION__, func_get_args());
94 return $this->__call(__FUNCTION__, func_get_args());
98 return $this->__call(__FUNCTION__, func_get_args());
102 return $this->__call(__FUNCTION__, func_get_args());
[all …]
/dports/www/mod_php80/php-8.0.15/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
/dports/www/mod_php81/php-8.1.1/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
/dports/lang/php73/php-7.3.33/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
H A D__call_007.phpt2 Ensure exceptions are handled properly when thrown in a statically declared __call.
6 static function __call($strMethod, $arrArgs) {
24 echo "---> Invoke __call via simple method call.\n";
31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
46 echo "\n\n---> Invoke __call via callback.\n";
55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
56 ---> Invoke __call via simple method call.
62 ---> Invoke __call via scope resolution operator within instance.
68 ---> Invoke __call via scope resolution operator within child instance.
[all …]
/dports/lang/php74/php-7.4.27/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
H A D__call_007.phpt2 Ensure exceptions are handled properly when thrown in a statically declared __call.
6 static function __call($strMethod, $arrArgs) {
24 echo "---> Invoke __call via simple method call.\n";
31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
46 echo "\n\n---> Invoke __call via callback.\n";
55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
56 ---> Invoke __call via simple method call.
62 ---> Invoke __call via scope resolution operator within instance.
68 ---> Invoke __call via scope resolution operator within child instance.
[all …]
/dports/lang/php81/php-8.1.1/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
/dports/lang/php80/php-8.0.15/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
/dports/www/mod_php73/php-7.3.33/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
H A D__call_007.phpt2 Ensure exceptions are handled properly when thrown in a statically declared __call.
6 static function __call($strMethod, $arrArgs) {
24 echo "---> Invoke __call via simple method call.\n";
31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
46 echo "\n\n---> Invoke __call via callback.\n";
55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
56 ---> Invoke __call via simple method call.
62 ---> Invoke __call via scope resolution operator within instance.
68 ---> Invoke __call via scope resolution operator within child instance.
[all …]
/dports/www/mod_php74/php-7.4.27/tests/classes/
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
6 function __call($strMethod, $arrArgs) {
13 function __call($strMethod, $arrArgs) {
30 In B::__call(test1, array(1,a))
33 In B::__call(test2, array(1,a))
36 In B::__call(test3, array(1,a))
39 In B::__call(test4, array(1,a))
H A D__call_007.phpt2 Ensure exceptions are handled properly when thrown in a statically declared __call.
6 static function __call($strMethod, $arrArgs) {
24 echo "---> Invoke __call via simple method call.\n";
31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n";
38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n";
46 echo "\n\n---> Invoke __call via callback.\n";
55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
56 ---> Invoke __call via simple method call.
62 ---> Invoke __call via scope resolution operator within instance.
68 ---> Invoke __call via scope resolution operator within child instance.
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/
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:
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
7 public function __call($a, $b) {
8 print "__call:\n";
42 __call:
44 __call:
46 __call:
48 __call:
50 __call:
52 __call:
/dports/lang/php74/php-7.4.27/Zend/tests/
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:
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
7 public function __call($a, $b) {
8 print "__call:\n";
42 __call:
44 __call:
46 __call:
48 __call:
50 __call:
52 __call:

12345678910>>...106