Home
last modified time | relevance | path

Searched refs:protected (Results 76 – 100 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/Zend/tests/
H A Dbug79862.phpt29 protected $prop2;
31 protected static $prop4;
33 protected static $prop6;
50 ["prop2":protected]=>
H A Dmagic_methods_004.phpt2 Testing __unset() with protected visibility
7 protected function __unset($a) {
H A Dbug63982.phpt2 Bug #63982 (isset() inconsistently produces a fatal error on protected property)
6 protected $protectedProperty;
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
6 protected static $staticVar;
8 protected static function staticFunction() {
H A Dbug69420.phpt7 protected function test() {
14 protected function test() {
H A Dbug37667.phpt8 protected $property = array('foo' => 'bar');
35 ["property":protected]=>
46 ["property":protected]=>
/PHP-8.0/tests/classes/
H A Dvisibility_000a.phpt10 protected function f3() {}
20 protected function f3() {}
25 protected function f0() {}
H A Dvisibility_001a.phpt10 protected function f3() {}
20 protected function f3() {}
25 protected function f1() {}
H A Dvisibility_002a.phpt10 protected function f3() {}
20 protected function f3() {}
25 protected function f2() {}
H A Dvisibility_003b.phpt10 protected function f3() {}
20 protected function f3() {}
31 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
H A Dprotected_002.phpt2 ZE2 A protected method cannot be called in another class
7 protected static function show() {
33 Fatal error: Uncaught Error: Call to protected method pass::show() from scope fail in %s:%d
H A Dinterface_constant_inheritance_006.phpt2 Ensure a interface can not have protected constants
6 protected const FOO = 10;
H A Dfactory_and_singleton_009.phpt7 protected function __destruct() {
19 Warning: Call to protected test::__destruct() from global scope during shutdown ignored in Unknown …
H A D__set__get_005.phpt7 protected $x;
28 protected $x;
56 ["x":protected]=>
H A Dfactory_and_singleton_003.phpt7 protected function __construct($x) {
16 Fatal error: Uncaught Error: Call to protected test::__construct() from global scope in %s:%d
H A Dconstants_visibility_error_004.phpt7 protected const protectedConst = 0;
15 Fatal error: Access level to B::protectedConst must be protected (as in class A) or weaker in %s on…
/PHP-8.0/ext/reflection/tests/
H A Dbug48336.phpt9 static protected $prop;
13 static protected $prop;
23 static protected $prop;
H A DReflectionClass_getDefaultProperties_001.phpt12 static protected $statProtC = "stat protC in A";
16 static protected $statProtA = "stat protA in A";
20 protected $protC = "protC in A";
24 protected $protA = "protA in A";
30 static protected $statProtC = "stat protC in B";
34 static protected $statProtB = "stat protB in B";
38 protected $protC = "protC in B";
42 protected $protB = "protB in B";
48 static protected $statProtC = "stat protC in C";
52 protected $protC = "protC in C";
[all …]
H A DReflectionClass_getReflectionConstants_filter.phpt8 protected const PROTECTED_CONST = 'FOO';
14 protected const ANOTHER_PROTECTED_CONST = 'BAZ';
15 protected const PROTECTED_CONST = 'FOO';
21 protected const PROTECTED_CONST = 'FOO';
H A Dbug41884.phpt8 protected static $fooStatic = 'foo';
9 protected $foo = 'foo';
H A D023.phpt7 protected $p2 = 2;
12 protected $p5 = 5;
/PHP-8.0/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt17 protected $protected_class_value;
62 ["protected_class_value":protected]=>
71 ["protected_class_value":protected]=>
80 ["protected_class_value":protected]=>
89 ["protected_class_value":protected]=>
/PHP-8.0/ext/json/tests/
H A Dbug46215.phpt7 protected $a = array();
19 [a:protected] => Array
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt12 protected $var_protected = "string";
37 ["var_protected":protected]=>
53 ["var_protected":protected]=>
71 ["var_protected":protected]=>
/PHP-8.0/Zend/tests/traits/
H A Dbug76700.phpt2 Bug #76700 (false-positive "Error: Call to protected method" when using trait aliases)
7 protected function aa() { echo 123; }

Completed in 46 milliseconds

12345678910>>...16