Home
last modified time | relevance | path

Searched refs:private (Results 126 – 150 of 746) sorted by relevance

12345678910>>...30

/PHP-7.4/Zend/tests/
H A Dclosure_033.phpt2 Closure 033: Dynamic closure property and private function
13 private function func() {
28 Fatal error: Uncaught Error: Call to private method Test::func() from context '' in %sclosure_033.p…
H A Dbug34893.phpt2 Bug #34893 (PHP5.1 overloading, Cannot access private property)
6 private $p;
15 private $t;
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
8 private function __construct($x)
25 Fatal error: Uncaught Error: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
H A Dbug50810.phpt2 Bug #50810 (property_exists does not work for private)
8 private $foo;
11 private function foo()
H A Dbug64896.phpt10 private $_private = array();
36 ["_private":"bad":private]=>
43 ["_private":"bad":private]=>
H A Dget_mangled_object_vars.phpt9 private $priv = 3;
12 private $priv = 4;
23 private $priv = 1;
H A Dbug70873.phpt2 Bug #70873 (Regression on private static properties access)
7 private static $x = 1;
30 Fatal error: Uncaught Error: Cannot access private property B::$x in %sbug70873.php:%d
H A Dbug76860_2.phpt6 private static $a = "a";
7 private static $b = "b";
8 private static $c = "c";
14 private static $a = "a1";
H A Dmethod_exists_002.phpt9 static private function stat_b2() {
14 private function method_a() {
27 static private function stat_b() {
32 private function method_a() {
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
7 private $var1 = 'var1 value';
10 private function func1()
H A Dexception_014.phpt6 private $p = 0;
19 Exception: Cannot access private property C::$p in %sexception_014.php on line %d
21 Fatal error: Uncaught Error: Cannot access private property C::$p in %sexception_014.php:%d
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt9 static private $privateOverridden = "original private";
15 static private $privateOverridden = "changed private";
53 string(16) "original private"
59 string(15) "changed private"
H A Dbug79062.phpt9 private $s1 = <<<STRING
13 private $s2 = <<<'STRING'
17 private $s3 = 'I\'m a string :)';
/PHP-7.4/ext/spl/tests/
H A Ddit_001_noglob.phpt17 %s"pathName"%s"SplFileInfo":private]=>
19 %s"fileName"%s"SplFileInfo":private]=>
21 %s"subPathName"%s"RecursiveDirectoryIterator":private]=>
/PHP-7.4/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
10 private function __construct($hostname, $username, $password, $database) {
20 Fatal error: Uncaught Error: Call to private DB::__construct() from invalid context in %s
/PHP-7.4/tests/classes/
H A Dprivate_001.phpt2 ZE2 A private method can only be called inside the class
7 private static function show() {
24 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d
H A Dprivate_006b.phpt2 ZE2 A private method can be overwritten in a second derived class
7 private function show() {
26 private function show() {
H A Darray_access_011.phpt10 private $object;
11 private $oarray;
12 private $element;
116 ["object":"ArrayAccessReferenceProxy":private]=>
127 ["oarray":"ArrayAccessReferenceProxy":private]=>
135 ["element":"ArrayAccessReferenceProxy":private]=>
161 ["object":"ArrayAccessReferenceProxy":private]=>
170 ["oarray":"ArrayAccessReferenceProxy":private]=>
176 ["element":"ArrayAccessReferenceProxy":private]=>
H A Dconstants_visibility_008.phpt2 Defined on private constant should not raise exception
8 private const BAR = 1;
/PHP-7.4/ext/standard/tests/array/
H A Darray_udiff_uassoc_basic.phpt10 private $priv_member;
32 ["priv_member":"cr":private]=>
37 ["priv_member":"cr":private]=>
42 ["priv_member":"cr":private]=>
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt6 private $pos=0;
7 private $myContent=array("breakfast", "dinner", "tea");
42 private $pos=0;
80 private $storedEnglishMealIterator;
81 private $storedFrenchMealIterator;
134 ["storedEnglishMealIterator":"EuropeanMeals":private]=>
136 ["pos":"EnglishMealIterator":private]=>
138 ["myContent":"EnglishMealIterator":private]=>
148 ["storedFrenchMealIterator":"EuropeanMeals":private]=>
150 ["pos":"FrenchMealIterator":private]=>
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dpdo_005.phpt28 private $val2;
89 ["val2":"TestBase":private]=>
98 ["val2":"TestBase":private]=>
107 ["val2":"TestBase":private]=>
123 ["val2":"TestBase":private]=>
136 ["val2":"TestBase":private]=>
149 ["val2":"TestBase":private]=>
/PHP-7.4/ext/session/tests/
H A Dsession_cache_limiter_basic.phpt25 var_dump(session_cache_limiter("private"));
54 string(7) "private"
57 string(7) "private"
58 string(7) "private"
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt24 private $priv = "private var";
28 static private $privs = "private static var";
96 string(11) "private var"
102 string(18) "private static var"
112 string(11) "private var"
118 string(18) "private static var"
/PHP-7.4/ext/json/tests/
H A Djson_decode_exceptions.phpt19 ["string":"Exception":private]=>
27 ["trace":"Exception":private]=>
50 ["previous":"Exception":private]=>

Completed in 52 milliseconds

12345678910>>...30