Home
last modified time | relevance | path

Searched refs:public (Results 176 – 200 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_iface_001.phpt22 public $path;
24 public function open($path, $name) {
32 public function close() {
36 public function read($id) {
40 public function write($id, $data) {
44 public function destroy($id) {
48 public function gc($maxlifetime) {
/PHP-7.4/Zend/tests/
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
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 Dbug64417.phpt7 public function offsetSet($offset, $value) {
14 public function offsetExists($offset) {
17 public function offsetUnset($offset) {
20 public function &offsetGet($offset) {
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-7.4/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-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error5.phpt9 public function method(): X {}
14 public function method(): Y {}
19 public function method(Y $a) {}
24 public function method(Z $a) {}
29 public function method($a) {}
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-7.4/ext/standard/tests/serialize/
H A Dbug69210.phpt7 public $a = true;
9 public function __sleep()
17 public $a = true;
19 public function __sleep()
/PHP-7.4/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_001b.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
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
H A Dvisibility_002a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
H A Dvisibility_002b.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_096.phpt7 public Foobar $prop;
8 public int $prop2;
22 public ?Foobar $prop;
23 public ?int $prop2;
/PHP-7.4/Zend/tests/traits/
H A Dlanguage002.phpt8 public function sayHello() {
14 public function sayWorld() {
21 public function sayExclamationMark() {
/PHP-7.4/ext/spl/tests/
H A Darray_007.phpt12 public $pub = "public";
46 [pub] => public
58 [pub] => public
68 pub => public
/PHP-7.4/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-7.4/ext/reflection/tests/
H A Dbug45765.phpt34 Constant [ public string BAR ] { foo's bar }
50 Method [ <user> public method test ] {
58 Method [ <user> public method test2 ] {
66 Method [ <user> public method test3 ] {
74 Method [ <user> public method test4 ] {
H A DReflectionClass_getProperty_004.phpt9 public $pubC = "pubC in A";
13 public $pubA = "pubA in A";
19 public $pubC = "pubC in B";
23 public $pubB = "pubB in B";
29 public $pubC = "pubC in C";
35 public $pubC = "pubC in X";
113 Cannot access non-public member C::$protA
131 Cannot access non-public member C::$protB
149 Cannot access non-public member C::$protC
157 Cannot access non-public member C::$privC
[all …]
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt8 public static function list(){ echo __METHOD__, PHP_EOL; }
9 public static function /* comment */ catch(){ echo __METHOD__, PHP_EOL; }
19 public static function exit(){ echo __METHOD__, PHP_EOL; }
35 TraitA::list as public /**/ foreach;
39 try /*comment*/ as public attempt;

Completed in 42 milliseconds

12345678910>>...78