Home
last modified time | relevance | path

Searched refs:protected (Results 51 – 75 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/pdo/tests/
H A Dbug_47769.phpt13 protected function isProtected() {
14 echo "this is a protected method.\n";
33 this is a protected method.
37 Fatal error: Uncaught Error: Call to protected method test::isProtected() from global scope in %s:%d
/PHP-8.0/ext/soap/tests/
H A Dbug77088.phpt23 ["message":protected]=>
27 ["code":protected]=>
29 ["file":protected]=>
31 ["line":protected]=>
/PHP-8.0/Zend/tests/
H A Dbug76869.phpt2 Bug #76869 (Incorrect bypassing protected method accessibility check)
11 protected function f() {
23 Exception: Call to protected method B::f() from global scope
H A Dlsb_001.phpt7 protected static $staticVar = 'TestClassStatic';
10 protected static function staticFunction() {
28 protected static $staticVar = 'ChildClassStatic';
31 protected static function staticFunction() {
H A Dget_class_vars_003.phpt15 static protected $cc = 6;
17 protected function __construct() {
25 protected $ccc = 9;
H A Dlsb_002.phpt7 protected static $staticVar = 'TestClassStatic';
10 protected static function staticFunction() {
28 protected static $staticVar = 'ChildClassStatic';
31 protected static function staticFunction() {
H A Dmethod_exists_002.phpt11 static protected function stat_c2() {
16 protected function method_b() {
29 static protected function stat_c() {
34 protected function method_b() {
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
8 protected $var2 = 'var2 value';
14 protected function func2()
/PHP-8.0/Zend/tests/traits/
H A Derror_012.phpt2 Trying to access a protected trait method
11 use foo { test as protected; }
19 Fatal error: Uncaught Error: Call to protected method bar::test() from global scope in %s:%d
/PHP-8.0/tests/lang/
H A DforeachLoopObjects.002.phpt186 ["d":protected]=>
203 ["g":protected]=>
211 ["d":protected]=>
232 ["d":protected]=>
238 ["g":protected]=>
261 ["d":protected]=>
278 ["g":protected]=>
286 ["d":protected]=>
307 ["d":protected]=>
313 ["g":protected]=>
[all …]
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug76300.phpt2 Bug #76300: Unserialize of extended protected member broken
13 protected $id;
28 [id:protected] => 44
/PHP-8.0/ext/json/tests/
H A Djson_encode_exceptions.phpt22 ["message":protected]=>
26 ["code":protected]=>
28 ["file":protected]=>
30 ["line":protected]=>
/PHP-8.0/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt8 protected $a2;
11 static protected $a5;
17 protected $a2;
20 static protected $a5;
H A DReflectionClass_getModifierNames_basic.phpt18 protected function c() {}
19 protected static function d() {}
29 abstract protected function b();
91 string(9) "protected"
96 string(9) "protected"
136 string(9) "protected"
H A DReflectionClass_getStaticPropertyValue_001.phpt10 static protected $protectedOverridden = "original protected";
16 static protected $protectedOverridden = "changed protected";
55 string(18) "original protected"
60 string(17) "changed protected"
H A D024.phpt2 ReflectionObject::__toString (filtering privates/protected dynamic properties)
7 protected $p2 = 2;
33 Property [ protected $p2 = 2 ]
H A DReflectionClass_getConstants_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';
/PHP-8.0/ext/spl/tests/
H A Darray_017.phpt9 protected $pro2 = 2;
37 protected $pro1 = 2;
156 ["pro1":protected]=>
199 ["pro2":protected]=>
267 ["pro2":protected]=>
345 ["pro1":protected]=>
388 ["pro2":protected]=>
456 ["pro2":protected]=>
536 ["pro1":protected]=>
570 ["pro2":protected]=>
[all …]
/PHP-8.0/tests/classes/
H A Dvisibility_004b.phpt10 protected function f3() {}
20 protected function f3() {}
25 protected function f4() {}
H A Dproperty_override_protectedStatic_privateStatic.phpt2 Redeclare inherited protected static property as private static.
7 protected static $p = "A::p (static)";
30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
7 protected $p = "A::p";
32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dprotected_001.phpt2 ZE2 A protected method can only be called inside the class
7 protected static function fail() {
24 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dprotected_001b.phpt2 ZE2 A protected method can only be called inside the class
7 protected function fail() {
25 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug63176.phpt13 protected $transLevel;
17 protected $tomato;
45 ["transLevel":protected]=>
52 ["tomato":protected]=>
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c94 protected int
129 protected int
189 protected void
202 protected void
211 protected void
218 protected void
224 protected void
232 protected int
248 protected int
278 protected int
[all …]

Completed in 48 milliseconds

12345678910>>...16