Home
last modified time | relevance | path

Searched refs:protected (Results 101 – 125 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/Zend/tests/traits/
H A Dstatic_003.phpt16 protected static $test = "Test A";
20 protected static $test = "Test B";
H A Dproperty007.phpt7 protected $hello;
11 protected $hello;
26 protected $hello;
/PHP-8.0/tests/classes/
H A Dfactory_and_singleton_005.phpt7 protected function __destruct() {
17 Fatal error: Uncaught Error: Call to protected test::__destruct() from global scope in %s:%d
H A Dfactory_and_singleton_007.phpt7 protected function __clone() {
18 Fatal error: Uncaught Error: Call to protected test::__clone() from global scope in %s:%d
H A Dproperty_override_private_protected.phpt2 Redeclare inherited private property as protected.
16 protected $p = "B::p";
H A Dproperty_override_protected_public.phpt2 Redeclare inherited protected property as public.
7 protected $p = "A::p";
H A Dproperty_override_private_protectedStatic.phpt2 Redeclare inherited private property as protected static.
16 protected static $p = "B::p (static)";
H A Dproperty_override_protectedStatic_publicStatic.phpt2 Redeclare inherited protected static property as public static.
7 protected static $p = "A::p (static)";
H A Dproperty_override_privateStatic_protected.phpt2 Redeclare inherited private static property as protected.
16 protected $p = "B::p";
H A Dproperty_override_privateStatic_protectedStatic.phpt2 Redeclare inherited private static property as protected static.
16 protected static $p = "B::p (static)";
/PHP-8.0/ext/spl/tests/
H A Dbug64264.phpt6 protected $foo;
7 protected $bar;
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
6 protected $test;
/PHP-8.0/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
8 protected $p = 2;
H A Dbug39001.phpt2 Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
11 protected $protectedVar;
/PHP-8.0/Zend/tests/
H A Derrmsg_023.phpt7 protected $var;
17 Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on li…
H A Dbug60536_005.phpt7 protected $hello;
11 protected $hello;
26 protected $hello;
H A Dbug30451.phpt8 protected static $property = TRUE;
10 protected static function method() {
H A Dbug62814.phpt11 protected function test() { }
20 Fatal error: Access level to C::test() must be protected (as in class B) or weaker in %s on line 12
H A Dbug35393.phpt2 Bug #35393 (changing static protected members from outside the class)
9 static protected $type = array(0=>'main');
H A Dbug78344.phpt7 protected const FOO = 1;
20 Fatal error: Uncaught Error: Cannot access protected constant A::FOO in %s:%d
H A Dbug72177.phpt7 protected $bar;
17 protected $child;
H A Ddebug_info.phpt8 protected $e = 5;
34 ["b":protected]=>
/PHP-8.0/ext/standard/tests/strings/
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
6 protected $foo;
/PHP-8.0/Zend/tests/anon/
H A D005.phpt6 protected $data;
15 /* this grants you access to protected methods and members */
33 /* null because no inheritance, so no access to protected member */
/PHP-8.0/ext/dom/tests/
H A Ddom_set_attr_node.phpt39 ["message":protected]=>
43 ["file":protected]=>
45 ["line":protected]=>

Completed in 19 milliseconds

12345678910>>...16