Home
last modified time | relevance | path

Searched refs:protected (Results 176 – 200 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/tests/classes/
H A Dfactory_and_singleton_001.phpt6 protected $x;
20 protected function __construct($x) {
29 protected function __destruct() {
H A Ddestructor_and_globals.phpt14 protected $id;
26 // try protected here
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_object2.phpt34 protected $pro_value;
63 echo "-- For protected member --\n";
86 -- For protected member --
H A Darray_walk_recursive_object2.phpt34 protected $pro_value;
65 echo "-- For protected member --\n";
88 -- For protected member --
H A Dvar_export3.phpt7 protected $kvinne;
/PHP-8.0/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt8 protected int $y;
44 ["y":protected]=>
H A Dserialization_objects_003.phpt16 abstract protected function getClassName();
26 protected function getClassName() {
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_hasProperty_basic.phpt14 //Check if C has protected property protectedFoo
28 protected $protectedFoo;
H A D006.phpt6 /* ReflectionClass cannot touch protected or private static properties */
13 static protected $pro = 'pro';
40 // static protected $pro = 'pro';
H A DReflectionMethod_basic2.phpt29 protected function prot() {}
85 string(%d) "Method [ <user> protected method prot ] {
95 string(%d) "Method [ <user, inherits TestClass> protected method prot ] {
H A D018.phpt12 string(9) "protected"
H A DReflectionClass_hasMethod_basic.phpt14 //Check if C has protected method protectedFoo
35 protected function protectedFoo()
H A Dbug45139.phpt11 protected $bar;
19 protected $quux;
H A DReflectionClass_hasProperty_001.phpt16 protected $a;
17 static protected $s;
24 static protected $s;
/PHP-8.0/Zend/tests/
H A Dbug32296.phpt7 abstract protected function unfold();
12 protected final function unfold(){}
H A Dbug48533.phpt2 Bug #48533 (__callStatic is not invoked for private/protected methods)
13 protected function c() {
H A Dcall_user_func_001.phpt12 protected function prot($str) {
41 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot access protected method …
H A Dget_class_methods_003.phpt14 protected function b() { }
18 static protected function static_b() { }
H A Dbug48770_3.phpt13 protected function func3($str) {
32 protected function func3($str) {
H A Derrmsg_024.phpt7 static protected $var = 1;
/PHP-8.0/ext/spl/tests/
H A Dspl_autoload_007.phpt10 static protected function noAccess($className) {
58 spl_autoload_register(): Argument #1 ($callback) must be a valid callback, cannot access protected
80 spl_autoload_register(): Argument #1 ($callback) must be a valid callback, cannot access protected
114 spl_autoload_register(): Argument #1 ($callback) must be a valid callback, cannot access protected
H A Dobserver_001.phpt8 protected $name = '';
28 protected $name = '';
29 protected $observers = array();
/PHP-8.0/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt7 protected function inherit_prot() {}
10 static protected function inherit_static_prot() {}
16 protected function prot() {}
19 static protected function static_prot() {}
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80802.phpt15 protected function storeLocal(string $key, $complexData) : void{
32 protected function reallyDestruct() : void{
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt34 protected static $static_set_calls = 0;
36 // NOTE: PDO does not care about protected
37 protected $grp;
107 ["grp":protected]=>

Completed in 23 milliseconds

12345678910>>...16