Home
last modified time | relevance | path

Searched refs:public (Results 101 – 125 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt10 public function method(): X {}
15 public function method(): Y {}
20 public function method(): Q {}
25 public function method(): R {}
30 public function method(): A {}
35 public function method(): B {}
/PHP-7.4/Zend/tests/anon/
H A D005.phpt8 public function __construct(&$data) {
13 public function getArrayAccess() {
17 public function offsetGet($offset) { return $this->data[$offset]; }
18 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
19 public function offsetUnset($offset) { unset($this->data[$offset]); }
20 public function offsetExists($offset) { return isset($this->data[$offset]); }
/PHP-7.4/Zend/tests/traits/
H A Dbug55214.phpt7 public static $static_var = __CLASS__;
8 public $var = __CLASS__;
10 public static function get_class_name() {
14 public function get_class_name_obj() {
18 public static function get_class_name2() {
22 public function get_class_name_obj2() {
H A Dmethods_001.phpt7 public function __toString() {
11 public function __get($x) {
15 public function __set($attr, $val) {
19 public function __clone() {
H A Dlanguage006.phpt8 public function sayHelloWorld() {
11 abstract public function getWorld();
17 public function getWorld() {
20 public function setWorld($val) {
/PHP-7.4/ext/spl/tests/
H A Dbug41691.phpt7 public function __construct($dummy, $flags) {
10 public $a;
11 public $b;
12 public $c;
/PHP-7.4/Zend/tests/
H A Dbug60139.phpt8 public $x;
10 public function __construct() {
16 public $x;
18 public function __construct() {
H A Dbug67938.phpt7 public function foo();
8 public function bar(array $bar);
12 public function foo(...$args) {
15 public function bar(array $bar, ...$args) {
H A Dbug75420.13.phpt6 public function offsetExists($x) { $GLOBALS["obj"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dget_class_methods_002.phpt12 public function a() { }
13 public function b() { }
15 public function __construct() {
20 public function __destruct() { }
H A Dbug75420.9.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Ddereference_007.phpt9 public $x = array();
11 public function b() {
15 public function c() {
19 static public function d() {
H A Dbug75420.11.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dbug75420.14.phpt6 public function offsetExists($x) { $GLOBALS["obj"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
H A Dbug54367.phpt7 public function offsetSet($offset, $value) { }
8 public function offsetExists($offset) { }
9 public function offsetUnset($offset) { }
11 public function offsetGet ($offset)
H A Ddebug_info.phpt7 public $d = 4;
11 public function __debugInfo() {
17 public $val = 123;
19 public function __debugInfo() {
H A Dbug75420.10.phpt6 public function offsetExists($x) { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x) { var_dump($x); return 42; }
8 public function offsetSet($x, $y) { }
9 public function offsetUnset($x) { }
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c114 public void
125 public int
133 public int
141 public int
149 public int
324 public int
332 public int
341 public int
354 public int
360 public int
[all …]
/PHP-7.4/ext/reflection/tests/
H A Dtraits001.phpt6 public function someMethod() { }
12 public function someOtherMethod() { }
41 Method [ <user> public method someMethod ] {
62 Method [ <user> public method someOtherMethod ] {
66 Method [ <user> public method someMethod ] {
H A DReflectionObject___toString_basic2.phpt7 public $bar = 1;
29 Property [ <default> public $bar ]
33 Property [ <dynamic> public $dynProp ]
34 Property [ <dynamic> public $dynProp2 ]
H A DReflectionObject_export_basic2.phpt7 public $bar = 1;
29 Property [ <default> public $bar ]
33 Property [ <dynamic> public $dynProp ]
34 Property [ <dynamic> public $dynProp2 ]
/PHP-7.4/tests/classes/
H A Diterators_008.phpt11 public function valid() {
16 public function next() {
21 public function rewind() {
25 public function current() {
29 public function key() {
H A Dproperty_override_public_public.phpt2 Redeclare inherited public property as public.
7 public $p = "A::p";
16 public $p = "B::p";
H A Dproperty_override_publicStatic_publicStatic.phpt2 Redeclare inherited public static property as public static.
7 public static $p = "A::p (static)";
16 public static $p = "B::p (static)";
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_092.phpt11 public array $prop;
12 public int $prop2;
14 public function foo() {
20 public function bar() {

Completed in 21 milliseconds

12345678910>>...78