Home
last modified time | relevance | path

Searched refs:protected (Results 151 – 175 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/sapi/cli/tests/
H A D005.phpt52 Property [ protected $message = '' ]
54 Property [ protected $code = 0 ]
55 Property [ protected $file = NULL ]
56 Property [ protected $line = NULL ]
/PHP-8.0/tests/classes/
H A Dproperty_override_protected_privateStatic.phpt2 Redeclare inherited protected property as private static.
7 protected $p = "A::p";
H A Dproperty_override_protected_publicStatic.phpt2 Redeclare inherited protected property as public static.
7 protected $p = "A::p";
H A Dproperty_override_publicStatic_protectedStatic.phpt2 Redeclare inherited public static property as protected static.
16 protected static $p = "B::p (static)";
H A Dproperty_override_public_protectedStatic.phpt2 Redeclare inherited public property as protected static.
16 protected static $p = "B::p (static)";
H A Dvisibility_000b.phpt10 protected function f3() {}
20 protected function f3() {}
H A Dvisibility_001b.phpt10 protected function f3() {}
20 protected function f3() {}
H A Dvisibility_002b.phpt10 protected function f3() {}
20 protected function f3() {}
/PHP-8.0/Zend/tests/
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
10 protected function aProtectedMethod() {
H A Dbug42211.phpt2 Bug #42211 (property_exists() fails to find protected properties from a parent class)
15 static protected $protectedBar = "ok";
H A Dbug77291.phpt24 protected $a = 'Some value';
30 protected $a = 'Some value';
H A Dbug64555.phpt7 protected $unsetme = 1;
8 protected $keepme = 2;
H A Dbug53748.phpt7 protected static $instances=array();
8 abstract protected function __construct($config);
H A Dget_class_vars_004.phpt13 protected $c = 5;
14 static protected $C = 6;
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
9 protected $Bar = 2;
H A Dlsb_010.phpt7 protected static $className = 'Foo';
20 protected static $className = 'FooChild';
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc10 protected $archive;
14 protected $zip;
15 protected $path;
/PHP-8.0/ext/dom/tests/
H A Ddom003.phpt29 ["message":protected]=>
33 ["file":protected]=>
35 ["line":protected]=>
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt10 static protected $protectedOverridden = "original protected";
16 static protected $protectedOverridden = "changed protected";
H A Dbug37964.phpt14 protected function test3() {
46 Method [ <user, inherits foo> protected method test3 ] {
/PHP-8.0/ext/spl/tests/
H A Dbug70730.phpt7 protected $foo;
33 ["foo":protected]=>
/PHP-8.0/ext/standard/tests/array/
H A Duasort_object1.phpt50 protected $float_value;
114 ["float_value":protected]=>
123 ["float_value":protected]=>
132 ["float_value":protected]=>
H A Dusort_object1.phpt49 protected $float_value;
111 ["float_value":protected]=>
120 ["float_value":protected]=>
129 ["float_value":protected]=>
/PHP-8.0/tests/lang/
H A DforeachLoopObjects.003.phpt10 protected $d = "Original d";
98 ["d":protected]=>
112 ["d":protected]=>
126 ["d":protected]=>
152 ["d":protected]=>
202 ["d":protected]=>
235 ["d":protected]=>
244 ["d":protected]=>
/PHP-8.0/ext/opcache/tests/
H A Dpreload_loadable_classes_3.inc4 protected Foo $prop;

Completed in 23 milliseconds

12345678910>>...16