Home
last modified time | relevance | path

Searched refs:protected (Results 201 – 225 of 385) sorted by relevance

12345678910>>...16

/PHP-8.0/Zend/tests/
H A Dbug61970.phpt11 protected function __construct(){}
H A Dmagic_methods_010.phpt7 static protected function __toString($a, $b) {
H A Dmagic_methods_009.phpt7 static protected function __callstatic($a, $b) {
H A Dbug53347.phpt6 protected static $color = array( 'gray' => 30 );
H A Dupdate_consts_shadowed_private_prop.phpt13 protected $prop;
H A Dmagic_methods_007.phpt7 abstract protected function __set($a);
H A Derrmsg_010.phpt7 private protected function foo() {}
H A Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
9 protected function test_func2() {
15 static protected function test_func4() {
H A Dbug69201.phpt8 protected $_properties = [];
H A Dbug66015.phpt11 protected static $array = [
H A Dbug48770_2.phpt13 protected function func3($str) {
41 protected function func3($str) {
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug30799.phpt2 Bug #30799 (SoapServer doesn't handle private or protected properties)
10 protected $c="c";
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getProperty_004.phpt10 protected $protC = "protC in A";
14 protected $protA = "protA in A";
20 protected $protC = "protC in B";
24 protected $protB = "protB in B";
30 protected $protC = "protC in C";
36 protected $protC = "protC in X";
H A DReflectionClass_getProperty_003.phpt10 static protected $protC = "protC in A";
14 static protected $protA = "protA in A";
20 static protected $protC = "protC in B";
24 static protected $protB = "protB in B";
30 static protected $protC = "protC in C";
36 static protected $protC = "protC in X";
/PHP-8.0/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc10 protected $archive;
16 protected $tmp;
17 protected $path;
18 protected $compress;
H A Dcorrupt_tarmaker.php.inc10 protected $archive;
16 protected $tmp;
17 protected $path;
18 protected $compress;
H A Dmake.dangerous.tar.php.inc11 protected $archive;
17 protected $tmp;
18 protected $path;
19 protected $compress;
/PHP-8.0/ext/standard/tests/array/
H A Darray_filter_object.phpt32 protected $var2 = 5;
110 ["var2":protected]=>
135 ["var2":protected]=>
/PHP-8.0/Zend/tests/anon/
H A D011.phpt6 class_alias(get_class(new class { protected $foo = 1; }), "AnonBase");
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch241 -protected int
285 protected int
943 protected int
961 protected int
1546 protected int
1620 protected int
2035 protected int
2324 -protected int
2367 protected int
2439 protected int
[all …]
/PHP-8.0/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt11 protected function protC() {}
26 protected function protD() {}
41 protected function protX() {}
/PHP-8.0/ext/pdo/tests/
H A Dpdo_018.phpt20 protected $BasePro = 'Protected';
47 protected $BasePro = 'DerivdeProtected';
49 protected $DerivedPro = 'Protected';
262 ["BasePro":protected]=>
271 ["BasePro":protected]=>
275 ["DerivedPro":protected]=>
286 ["BasePro":protected]=>
290 ["DerivedPro":protected]=>
/PHP-8.0/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt12 protected function normalizeChannelHandlerToCallable($callback)
/PHP-8.0/tests/classes/
H A Dconstants_visibility_error_003.phpt11 protected const publicConst = 1;
/PHP-8.0/Zend/tests/traits/
H A Dbug55137.phpt7 protected static function foo() { echo "abc\n"; }

Completed in 31 milliseconds

12345678910>>...16