Home
last modified time | relevance | path

Searched refs:public (Results 201 – 225 of 2139) sorted by relevance

12345678910>>...86

/PHP-8.0/Zend/tests/
H A Dindirect_method_call_003.phpt7 public $x = 1;
9 public function getX() {
12 public function setX($val) {
H A Dbug47343.phpt7 public function __destruct()
12 public function getB()
23 public function __construct($A)
28 public function __destruct()
H A Dbug48770.phpt7 public function func($arg) {
13 public function func($arg) {
17 public function callFuncInParent($arg) {
23 public function func($arg) {
H A Dget_class_vars_004.phpt7 public $a = 1;
8 static public $A = 2;
16 public function __construct() {
20 static public function test() {
H A Dmethod_argument_binding.phpt11 public function test() {
19 public function method(&$x) {
33 public function __call($name, $args) { }
35 public function test() {
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
H A Dctor_promotion_not_a_ctor.phpt7 public function foobar(public int $x, public int $y) {}
H A Dbug62763.phpt6 public function __construct() {
9 public function shutdown() {
15 public function __destruct() {
H A Dbug80126.phpt7 public function method(): I;
11 public function method(): I { }
17 public function method(): C2 { }
H A Dmagic_methods_021.phpt7 public static function __set_state(array $data): self {}
11 public static function __set_state(array $data): static {}
15 public static function __set_state(array $data): Foo3|self {}
H A Dbug30161.phpt7 public function __construct() {
15 public function __construct() {
22 public function __toString() {
H A Ddereference_004.phpt9 public $x = array();
10 public function __construct() {
15 public function __invoke() {
H A Dindirect_method_call_004.phpt8 public $z;
10 public function __construct() {
13 public function getZ() {
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug69210.phpt7 public $a = true;
9 public function __sleep()
17 public $a = true;
19 public function __sleep()
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dparent_in_class_success.phpt9 public function method(parent $x) {}
12 public function method(P2 $x) {}
18 public function method($x): parent {}
21 public function method($x): parent {}
H A Dclass_order_autoload3.phpt9 public function method(): X {}
14 public function method(): Y {}
19 public function method(): A {}
24 public function method(): B {}
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_001.phpt17 public $i = 0;
18 public function open($path, $name) {
23 public function create_sid() {
29 public function read($key) {
34 public function write($key, $data) {
39 public function close() {
44 public function createSid() {
52 public function validateId($key) {
60 public function updateTimestamp($key, $data) {
/PHP-8.0/ext/tidy/tests/
H A D027.phpt13 public function __construct() {
26 abstract public function run();
28 public function getURL($url) {
41 public function __construct() {
45 public function run() {
/PHP-8.0/ext/spl/tests/
H A Darray_007.phpt12 public $pub = "public";
44 [pub] => public
56 [pub] => public
66 pub => public
/PHP-8.0/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt9 public static function test() {
18 public static function test() {
23 public static function test2() {
28 public static function test3() {
38 public static function test()
/PHP-8.0/Zend/tests/traits/
H A Dlanguage002.phpt8 public function sayHello() {
14 public function sayWorld() {
21 public function sayExclamationMark() {
H A Dabstract_method_2.phpt7 abstract public function test();
10 abstract public function test(): int;
16 public function test(): int {}
/PHP-8.0/tests/classes/
H A Dvisibility_000a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
H A Dvisibility_000b.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
H A Dvisibility_001a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22

Completed in 22 milliseconds

12345678910>>...86